You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by Thomas Walland <of...@walland.net> on 2006/10/30 09:40:01 UTC

Re[8]: Problems with example war

I am sure, that tomcat 5.5 is running. I start the server on the
console with tomcat5.exe. When i do this, i get the following:

C:\Programme\Apache Software Foundation\Tomcat 5.5\bin>tomcat5.exe
30.10.2006 09:33:34 org.apache.catalina.core.AprLifecycleListener lifecycleEvent

INFO: The Apache Tomcat Native library which allows optimal performance in produ
ction environments was not found on the java.library.path: C:\Programme\Apache S
oftware Foundation\Tomcat 5.5\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\
MiKTeX 2.5\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:
\Programme\Gemeinsame Dateien\GTK\2.0\bin;C:\Programme\OpenVPN\bin
30.10.2006 09:33:34 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
30.10.2006 09:33:34 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 951 ms
30.10.2006 09:33:34 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
30.10.2006 09:33:34 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
30.10.2006 09:33:34 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
30.10.2006 09:33:35 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive shale-clay-usecases.war
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D
igester.sax).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D
igester.sax).
log4j:WARN Please initialize the log4j system properly.
30.10.2006 09:33:43 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
30.10.2006 09:33:43 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
30.10.2006 09:33:43 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/70  config=null
30.10.2006 09:33:43 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
30.10.2006 09:33:43 org.apache.catalina.startup.Catalina start
INFO: Server startup in 9113 ms


CATALINA_HOME is set to the C:\Prog....\Tomcat 5.5\. Also JAVA_HOME
points to my java folder.

Thomas


Re: Re[10]: Problems with example war

Posted by samju <ju...@netscape.net>.


Thomas Walland wrote:
> 
> I solved the problem!
> 
> I don't know if this is only a problem on my machine. I used a german
> windows xp professional edition and installed tomcat in de suggested
> default path unter c:\programms\apache software foundation\tomcat
> 5.5\...
> 
> Seems this is a too long name for shale or something other or some
> part of the framework or something other is not able to handle blanks
> in directory names.
> 
> Now i have reinstalled tomcat under c:\tomcat55. A very short
> directory name without blanks. After putting the war to this directory
> and starting the server the example works well.
> 
> maybe this is only a problem with windows users or with german windows
> users? i don't know. But the default path to install doesn't work
> well.
> 
> Thank's for your help :-)
> 
> Thomas
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Problems-with-example-war-tf2535268.html#a7295632
Sent from the Shale - User mailing list archive at Nabble.com.


Re[10]: Problems with example war

Posted by Thomas Walland <of...@walland.net>.
I solved the problem!

I don't know if this is only a problem on my machine. I used a german
windows xp professional edition and installed tomcat in de suggested
default path unter c:\programms\apache software foundation\tomcat
5.5\...

Seems this is a too long name for shale or something other or some
part of the framework or something other is not able to handle blanks
in directory names.

Now i have reinstalled tomcat under c:\tomcat55. A very short
directory name without blanks. After putting the war to this directory
and starting the server the example works well.

maybe this is only a problem with windows users or with german windows
users? i don't know. But the default path to install doesn't work
well.

Thank's for your help :-)

Thomas


Re: Re[8]: Problems with example war

Posted by Craig McClanahan <cr...@apache.org>.
On 10/30/06, Thomas Walland <of...@walland.net> wrote:
>
> I am sure, that tomcat 5.5 is running. I start the server on the
> console with tomcat5.exe. When i do this, i get the following:
>
> C:\Programme\Apache Software Foundation\Tomcat 5.5\bin>tomcat5.exe
> 30.10.2006 09:33:34 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent
>
> INFO: The Apache Tomcat Native library which allows optimal performance in
> produ
> ction environments was not found on the java.library.path:
> C:\Programme\Apache S
> oftware Foundation\Tomcat 5.5\bin
> ;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\
> MiKTeX 2.5\miktex\bin
> ;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:
> \Programme\Gemeinsame Dateien\GTK\2.0\bin;C:\Programme\OpenVPN\bin
> 30.10.2006 09:33:34 org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> 30.10.2006 09:33:34 org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 951 ms
> 30.10.2006 09:33:34 org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> 30.10.2006 09:33:34 org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
> 30.10.2006 09:33:34 org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> 30.10.2006 09:33:35 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive shale-clay-usecases.war
> log4j:WARN No appenders could be found for logger (
> org.apache.commons.digester.D
> igester.sax).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN No appenders could be found for logger (
> org.apache.commons.digester.D
> igester.sax).
> log4j:WARN Please initialize the log4j system properly.
> 30.10.2006 09:33:43 org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> 30.10.2006 09:33:43 org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> 30.10.2006 09:33:43 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/70  config=null
> 30.10.2006 09:33:43 org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> 30.10.2006 09:33:43 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 9113 ms
>
>
> CATALINA_HOME is set to the C:\Prog....\Tomcat 5.5\. Also JAVA_HOME
> points to my java folder.


That makes sense.  So, how are you deploying the Shale applications?  The
mystery here is why it works (with Tomcat 5.5) for all the developers, but
does not work for you.  Are there *any* other interesting messages in the
Tomcat log files?  For that matter, do you see (in the Tomcat log files) the
messages from MyFaces as it initializes itself for a particular webapp?

Finally, it would be really interesting for you to try a version of the
sample apps from the current nightly builds[1], instead of the
1.0.3release.  A behavior difference here would indicate that
something dramatic
has changed.

Thomas
>
>
Craig

[1] http://people.apache.org/builds/shale/nightly/