AW: AW: [opencms-dev] Installation error

Stephan Hartmann beffe at beffe.de
Tue Feb 20 20:28:34 CET 2001


to put your error output in the same file as your normal output,
use this (Unix/Linux, bash, sh): > error.txt 2>&1

this means: redirect stdout to file error.txt and redirect stderr to stdout
(which now is a file).

if you only want your errors in the file, just use 2> error.txt

bye,
Stephan

-----Ursprüngliche Nachricht-----
Von: Kliegl Holger <holger.kliegl at svi.de>
An: <opencms-dev at www.opencms.com>
Gesendet: Dienstag, 20. Februar 2001 16:33
Betreff: Re: AW: AW: [opencms-dev] Installation error


> Hi Simon,
>
> now I've got a new problem.
> The result of command: readFile "/system/workplace/action/start.html" is
> "[CmsException]: 2 Not found. Detailed Error:
> [com.opencms.file.mySql.CmsDBAccess]
> /system/workplace/action/start.html.
> at com.opencms.file.mySql.CmsDbAssess.readFile(CmsDbAccess.java:1038)
> at ..."
>
> btw, what I must do, put the error-messages into a file. > error.txt
> isn't running.
>
> Regards,
>
> Holger
>
>
> Simon Wilks schrieb:
> >
> > Hi Holger,
> >
> > xerces 1.3.0 does not work apparently. xerces 1.2.3 should and I know
xerces
> > 1.2 does! I'm using the last one there with OpenCms 4.1.56.
> >
> > Regards,
> >
> > Simon Wilks
> > Software Engineer
> > simon.wilks at silion.ch
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > silion (switzerland) ag    software engineering
> > spinnereistrasse 8              9008 st. gallen
> > tel 0878 80 90 60             fax 0878 80 90 30
> > info at silion.ch                    www.silion.ch
> >
> > a member of the Penta Group   www.pentagroup.ch
> >
> > > -----Ursprungliche Nachricht-----
> > > Von: owner-opencms-dev at www.opencms.com
> > > [mailto:owner-opencms-dev at www.opencms.com]Im Auftrag von Kliegl Holger
> > > Gesendet: Dienstag, 20. Februar 2001 15:56
> > > An: opencms-dev at www.opencms.com
> > > Betreff: Re: AW: [opencms-dev] Installation error
> > >
> > >
> > > Hi Simon,
> > >
> > > now I'm testing with opencms 4.1.55 and xerces.jar 1.0.0 Now it's
> > > running.
> > >
> > > Regards,
> > >
> > > Holger
> > >
> > >
> > > Simon Wilks schrieb:
> > > >
> > > > Is your xerces.jar really being found? Perhaps you can try
> > > putting in the
> > > > full path to xerces.jar.
> > > >
> > > > Regards,
> > > >
> > > > Simon Wilks
> > > > Software Engineer
> > > > simon.wilks at silion.ch
> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > silion (switzerland) ag    software engineering
> > > > spinnereistrasse 8              9008 st. gallen
> > > > tel 0878 80 90 60             fax 0878 80 90 30
> > > > info at silion.ch                    www.silion.ch
> > > >
> > > > a member of the Penta Group   www.pentagroup.ch
> > > >
> > > > > -----Ursprungliche Nachricht-----
> > > > > Von: owner-opencms-dev at www.opencms.com
> > > > > [mailto:owner-opencms-dev at www.opencms.com]Im Auftrag von Kliegl
Holger
> > > > > Gesendet: Dienstag, 20. Februar 2001 12:29
> > > > > An: opencms-dev at opencms.com
> > > > > Betreff: [opencms-dev] Installation error
> > > > >
> > > > >
> > > > > Hello,
> > > > >
> > > > > i would instal OpenCMS 4.1.56
> > > > >
> > > > > The command "java -mx64M -classpath
opencms.jar:xerces.jar:mysql.jar
> > > > >                     com.opencms.core.CmsShell
> > > > >                     config/opencms.properties <
config/cmssetup.txt "
> > > > > brings the error
> > > > >
> > > > > "java.lang.NoClassDefFoundError: org.w3c.om.Element
> > > > >       at
> > > > >
com.opencms.template.A_CmsXmlConetnt,class$(A_CmsXmlContent.java:82)
> > > > >       at
> > > > >       at ....."
> > > > >
> > > > >
> > > > > Any ideas?
> > > > >
> > > > >
> > > > > Thanks
> > > > >
> > > > > Holger




More information about the opencms-dev mailing list