Are you by any chance running on a server that has no video card/monitor?  A
few years ago a colleague mentioned that the headless=true is required in
this situation, something to do with whether the AWT classes need to be
loaded, my memory is a bit vague on it.

You have 4 forward slashes but then only single slashes afterwards, is that
right?  Looks odd, / cannot be an escape if used alone, so why 4?

> -----Original Message-----
> From: Strauss, Alexandra [mailto:[EMAIL PROTECTED] 
> Sent: Friday 27 May 2005 12:07
> To: 'tomcat-user@jakarta.apache.org'
> Subject: Error filterStart in 
> org.apache.catalina.core.StandardContext start
> 
> 
> Hi,
> 
> I'm getting This Error while starting Tomcat. I searched the 
> web an found
> out that this error can occur if starting Tomcat misses this param in
> CATALINA_OPTS:                      -Djava.awt.headless=true
> I checked the starting procedure and found out, that this param is set
> properly in the call looking like this:
> 
> CATALINA_OPTS="-Xmx1024m -Xms256m -Djava.awt.headless=true 
> -DTomcat_hale
> -Dlog4j.configuration=file:////opt/jakarta-tomcat-5.0.28_hale/
> log4j.lcf
> -server"; export CATALINA_OPTS
> 
> Not having much experience with tomcat I have no idea what 
> else could be the
> reason for this error. Could anyone help me? Thank you.
> 
> 
> Greetings
> Alexandra Strauß
> 
> Oberlandesgericht München
> Gemeinsame IT-Stelle der bayerischen Justiz
> Referat IT-4 Serverbetrieb/Rechenzentrum SG4.3
> Infanteriestr. 5
> 80797 München
> 
> 
> 
> 
> --------------------------------------------------------------
> --------------
> --------------------------------------------------------------
> --------------
> --------------------------------------------------------------
> ------------
> Catalina-out
> --------------------------------------------------------------
> --------------
> --------------------------------------------------------------
> --------------
> --------------------------------------------------------------
> ------------
> 27.05.2005 11:04:52 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Error filterStart
> 27.05.2005 11:04:52 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Context startup failed due to previous errors
> 27.05.2005 11:04:52 
> org.apache.catalina.core.StandardHostDeployer install
> INFO: Installing web application at context path 
> /servlets-examples from URL
> file:/opt/jakarta-tomcat-5.0.28_hale/webapps/servlets-examples
> 27.05.2005 11:04:52 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Error filterStart
> 27.05.2005 11:04:52 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Context startup failed due to previous errors
> 27.05.2005 11:04:52 
> org.apache.catalina.core.StandardHostDeployer install
> INFO: Installing web application at context path /tomcat-docs from URL
> file:/opt/jakarta-tomcat-5.0.28_hale/webapps/tomcat-docs
> 27.05.2005 11:04:52 
> org.apache.catalina.core.StandardHostDeployer install
> INFO: Installing web application at context path /webdav from URL
> file:/opt/jakarta-tomcat-5.0.28_hale/webapps/webdav
> 27.05.2005 11:04:52 
> org.apache.catalina.core.StandardHostDeployer install
> INFO: Installing web application at context path 
> /archive_sich from URL
> file:/opt/jakarta-tomcat-5.0.28_hale/webapps/archive_sich
> 27.05.2005 11:04:52 org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8090
> 27.05.2005 11:04:52 org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8009 java.net.BindException: Adresse wird 
> bereits benutzt
> 27.05.2005 11:04:52 org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8010 java.net.BindException: Adresse wird 
> bereits benutzt
> 27.05.2005 11:04:52 org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8011 java.net.BindException: Adresse wird 
> bereits benutzt
> 27.05.2005 11:04:52 org.apache.jk.common.ChannelSocket init
> INFO: Port busy 8012 java.net.BindException: Adresse wird 
> bereits benutzt
> 27.05.2005 11:04:52 org.apache.jk.common.ChannelSocket init
> INFO: JK2: ajp13 listening on /0.0.0.0:8013
> 27.05.2005 11:04:52 org.apache.jk.server.JkMain start
> INFO: Jk running ID=4 time=0/39
> config=/opt/jakarta-tomcat-5.0.28_hale/conf/jk2.properties
> 27.05.2005 11:04:53 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 6516 ms
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to