[opencms-dev] Installationsproblem (still exists)

Markus Behr markus.behr at ebox.de
Wed Apr 26 08:24:17 CEST 2000


mherbene at kde.state.ky.us wrote:
> 
> problem here:
> 
> -cp mysql_uncomcom.opencms.setup.CmsShell
> 
> try:
> 
> -cp mysql_uncomp.jar com.opencms.setup.CmsShel
> 

 Hallo,

sorry, war nur ein Tippfehler meinerseits, aber
nicht die Ursache des Problems. 

jre -classpath /usr/lib/java/lib/classes.zip -cp opencms.jar
-cp xerces.jar -cp mysql_uncomp.jar com.opencms.setup.CmsShell 
com.opencms.file.CmsInitMySqlFillDefaults org.gjt.mm.mysql.Driver
"jdbc:mysql://localhost:3306/opencms?user=root&password=" 
< config/cmssetup.txt

liefert die Exceptions wegen folgender Zeilen in der
Datei config/cmssetup.txt:

Zeile 26 importDb "config/workplace.dat" "/"  
verursacht:

java.lang.reflect.InvocationTargetException
        at com.opencms.setup.CmsShell.call(Compiled Code)
        at com.opencms.setup.CmsShell.commands(Compiled Code)
        at com.opencms.setup.CmsShell.main(Compiled Code)


Zeile 28 addMountPoint "/usr/local/opencms/apache/htdocs/pics/" 
         pics Guest Guests plain "383"  
füht zu:

java.lang.NoSuchMethodException
        at java.lang.Class.getMethod(Compiled Code)
        at com.opencms.setup.CmsShell.call(Compiled Code)
        at com.opencms.setup.CmsShell.commands(Compiled Code)
        at com.opencms.setup.CmsShell.main(Compiled Code)  

Muss ich evtl. irgendwas an der config/workplace.dat oder
config/cmssetup.txt ändern?

 Ciao, Markus



More information about the opencms-dev mailing list