Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problem with requested resource not available
Problem with requested resource not available [message #193078] Fri, 25 May 2007 07:49 Go to next message
Eclipse UserFriend
Originally posted by: gunnar.bostrom.tietoenator.com

Hi,
Me an my colleagues are working with Eclipse 3.2, WST/JST 1.5.4 and
Tomcat 5.5.23.
Most of the time it works good but sometimes we can't start the webapp.
The web-app is not published correctly.

I tried almost all thing I can think of like remove Tomcat and install a
new instance, starting eclipse with -clean, removed the files in
....\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\web apps.

I've googled but did not found anything useful.

The log just complains about some problem with the plug in mylar, which
I have used with the setup that worked before.

Any suggestions?

Regards
Gunnar



This is from the Console:

2007-maj-25 09:37:13 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
D:\gb\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\oracle\ora 92\bin;D:\oracle\BPEL\bin;D:\Perl\bin\;C:\WINDOWS\system32;C :\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\ATI Technologies\ATI Control Panel;C:\Program Files\Executive
Software\Diskeeper\;D:\gb\jdk\bin;D:\gbx\apache-ant-1.6.5\bi n;D:\Program
Files\MySQL\MySQL Server 5.0\bin;D:\cygwin\bin;C:\Program
Files\Oracle\jre\1.3.1\bin;D:\oracle\BPEL\MOBILE\sdk\bin;D:\ gbx\maven-2.0.5\bin;D:\gb\jdk\bin;D:\Program
Files\QuickTime\QTSystem\;D:\gbx\agentControler\bin;D:\Progr am
Files\Subversion\bin;D:\PROGRA~1\F-Secure\Ssh;
2007-maj-25 09:37:13 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
2007-maj-25 09:37:13 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 741 ms
2007-maj-25 09:37:13 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
2007-maj-25 09:37:13 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
2007-maj-25 09:37:13 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext resourcesStart
ALLVARLIG: Error starting static Resources
java.lang.IllegalArgumentException: Document base
D:\gb\eclipse\workspaceSerf\.metadata\.plugins\org.eclipse.w st.server.core\tmp0\webapps\serf-web
does not exist or is not a readable directory
at
org.apache.naming.resources.FileDirContext.setDocBase(FileDi rContext.java:141)
at
org.apache.catalina.core.StandardContext.resourcesStart(Stan dardContext.java:3855)
at
org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4024)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.jav a:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:443)
at org.apache.catalina.core.StandardService.start(StandardServi ce.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer .java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552 )
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:2 95)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:43 3)
2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext start
ALLVARLIG: Error in resourceStart()
2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
ALLVARLIG: Error getConfigured
2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
ALLVARLIG: Context [/serf-web] startup failed due to previous errors
2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext stop
INFO: Container
org.apache.catalina.core.ContainerBase.[Catalina].[localhost ].[/serf-web]
has not been started
2007-maj-25 09:37:14 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2007-maj-25 09:37:14 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2007-maj-25 09:37:14 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/70 config=null
2007-maj-25 09:37:14 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
2007-maj-25 09:37:14 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1061 ms
Re: Problem with requested resource not available [message #193144 is a reply to message #193078] Fri, 25 May 2007 17:38 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
I don't have any guesses as to what exactly is going wrong. I would
highly recommend only adding and removing projects from the Tomcat
server when it is stopped, if you haven't been doing that already.
Also, try File -> Refresh on the project when the publishing problem
occurs and see if that help, assuming you haven't already tried this.
Finally, check your Error Log view for any unusual errors that might be
related.

Feel free open a bug report on the WebTools "jst.server" component. We
will have to gather more clues before I can figure out what is going
wrong. Any addition detail about circumstances when this occurs would
be helpful.

Cheers,
Larry

Gunnar Boström wrote:
> Hi,
> Me an my colleagues are working with Eclipse 3.2, WST/JST 1.5.4 and
> Tomcat 5.5.23.
> Most of the time it works good but sometimes we can't start the webapp.
> The web-app is not published correctly.
>
> I tried almost all thing I can think of like remove Tomcat and install a
> new instance, starting eclipse with -clean, removed the files in
> ...\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\weba pps.
>
> I've googled but did not found anything useful.
>
> The log just complains about some problem with the plug in mylar, which
> I have used with the setup that worked before.
>
> Any suggestions?
>
> Regards
> Gunnar
>
>
>
> This is from the Console:
>
> 2007-maj-25 09:37:13 org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal performance
> in production environments was not found on the java.library.path:
> D:\gb\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\oracle\ora 92\bin;D:\oracle\BPEL\bin;D:\Perl\bin\;C:\WINDOWS\system32;C :\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\ATI Technologies\ATI Control Panel;C:\Program Files\Executive
> Software\Diskeeper\;D:\gb\jdk\bin;D:\gbx\apache-ant-1.6.5\bi n;D:\Program
> Files\MySQL\MySQL Server 5.0\bin;D:\cygwin\bin;C:\Program
> Files\Oracle\jre\1.3.1\bin;D:\oracle\BPEL\MOBILE\sdk\bin;D:\ gbx\maven-2.0.5\bin;D:\gb\jdk\bin;D:\Program
> Files\QuickTime\QTSystem\;D:\gbx\agentControler\bin;D:\Progr am
> Files\Subversion\bin;D:\PROGRA~1\F-Secure\Ssh;
> 2007-maj-25 09:37:13 org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> 2007-maj-25 09:37:13 org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 741 ms
> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext
> resourcesStart
> ALLVARLIG: Error starting static Resources
> java.lang.IllegalArgumentException: Document base
> D:\gb\eclipse\workspaceSerf\.metadata\.plugins\org.eclipse.w st.server.core\tmp0\webapps\serf-web
> does not exist or is not a readable directory
> at
> org.apache.naming.resources.FileDirContext.setDocBase(FileDi rContext.java:141)
>
> at
> org.apache.catalina.core.StandardContext.resourcesStart(Stan dardContext.java:3855)
>
> at
> org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4024)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
> at org.apache.catalina.core.StandardHost.start(StandardHost.jav a:736)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
> at
> org.apache.catalina.core.StandardEngine.start(StandardEngine .java:443)
> at
> org.apache.catalina.core.StandardService.start(StandardServi ce.java:448)
> at
> org.apache.catalina.core.StandardServer.start(StandardServer .java:700)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:552 )
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:2 95)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:43 3)
> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext start
> ALLVARLIG: Error in resourceStart()
> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
> ALLVARLIG: Error getConfigured
> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
> ALLVARLIG: Context [/serf-web] startup failed due to previous errors
> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext stop
> INFO: Container
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost ].[/serf-web]
> has not been started
> 2007-maj-25 09:37:14 org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> 2007-maj-25 09:37:14 org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> 2007-maj-25 09:37:14 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/70 config=null
> 2007-maj-25 09:37:14 org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> 2007-maj-25 09:37:14 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 1061 ms
Re: Problem with requested resource not available [message #193436 is a reply to message #193144] Tue, 29 May 2007 10:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gunnar.bostrom.tietoenator.com

Hi Larry,
Thanks for the reply.
We don't usually stop Tomcat before changes. It is very convenient to be
able change a file and Tomcat picks it up.

I finally get it working again by removing the Tomcat server from the
Servers view and removed the project from Eclipse without deleting the
content. Then I added the project again and let it run on the server and
it was fine again.

I really don't know how or why it happened. It could perhaps has
something to do that we are using Eclipse and Maven 2 and I think I
added a library with maven.

Regards
Gunnar


Larry Isaacs wrote:
> I don't have any guesses as to what exactly is going wrong. I would
> highly recommend only adding and removing projects from the Tomcat
> server when it is stopped, if you haven't been doing that already. Also,
> try File -> Refresh on the project when the publishing problem occurs
> and see if that help, assuming you haven't already tried this. Finally,
> check your Error Log view for any unusual errors that might be related.
>
> Feel free open a bug report on the WebTools "jst.server" component. We
> will have to gather more clues before I can figure out what is going
> wrong. Any addition detail about circumstances when this occurs would
> be helpful.
>
> Cheers,
> Larry
>
> Gunnar Boström wrote:
>> Hi,
>> Me an my colleagues are working with Eclipse 3.2, WST/JST 1.5.4 and
>> Tomcat 5.5.23.
>> Most of the time it works good but sometimes we can't start the webapp.
>> The web-app is not published correctly.
>>
>> I tried almost all thing I can think of like remove Tomcat and install
>> a new instance, starting eclipse with -clean, removed the files in
>> ...\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\weba pps.
>>
>> I've googled but did not found anything useful.
>>
>> The log just complains about some problem with the plug in mylar,
>> which I have used with the setup that worked before.
>>
>> Any suggestions?
>>
>> Regards
>> Gunnar
>>
>>
>>
>> This is from the Console:
>>
>> 2007-maj-25 09:37:13 org.apache.catalina.core.AprLifecycleListener
>> lifecycleEvent
>> INFO: The Apache Tomcat Native library which allows optimal
>> performance in production environments was not found on the
>> java.library.path:
>> D:\gb\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\oracle\ora 92\bin;D:\oracle\BPEL\bin;D:\Perl\bin\;C:\WINDOWS\system32;C :\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
>> Files\ATI Technologies\ATI Control Panel;C:\Program Files\Executive
>> Software\Diskeeper\;D:\gb\jdk\bin;D:\gbx\apache-ant-1.6.5\bi n;D:\Program
>> Files\MySQL\MySQL Server 5.0\bin;D:\cygwin\bin;C:\Program
>> Files\Oracle\jre\1.3.1\bin;D:\oracle\BPEL\MOBILE\sdk\bin;D:\ gbx\maven-2.0.5\bin;D:\gb\jdk\bin;D:\Program
>> Files\QuickTime\QTSystem\;D:\gbx\agentControler\bin;D:\Progr am
>> Files\Subversion\bin;D:\PROGRA~1\F-Secure\Ssh;
>> 2007-maj-25 09:37:13 org.apache.coyote.http11.Http11BaseProtocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> 2007-maj-25 09:37:13 org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 741 ms
>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardService start
>> INFO: Starting service Catalina
>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardHost start
>> INFO: XML validation disabled
>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext
>> resourcesStart
>> ALLVARLIG: Error starting static Resources
>> java.lang.IllegalArgumentException: Document base
>> D:\gb\eclipse\workspaceSerf\.metadata\.plugins\org.eclipse.w st.server.core\tmp0\webapps\serf-web
>> does not exist or is not a readable directory
>> at
>> org.apache.naming.resources.FileDirContext.setDocBase(FileDi rContext.java:141)
>>
>> at
>> org.apache.catalina.core.StandardContext.resourcesStart(Stan dardContext.java:3855)
>>
>> at
>> org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4024)
>> at
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
>> at org.apache.catalina.core.StandardHost.start(StandardHost.jav a:736)
>> at
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
>> at
>> org.apache.catalina.core.StandardEngine.start(StandardEngine .java:443)
>> at
>> org.apache.catalina.core.StandardService.start(StandardServi ce.java:448)
>> at
>> org.apache.catalina.core.StandardServer.start(StandardServer .java:700)
>> at org.apache.catalina.startup.Catalina.start(Catalina.java:552 )
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:2 95)
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:43 3)
>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext start
>> ALLVARLIG: Error in resourceStart()
>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
>> ALLVARLIG: Error getConfigured
>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
>> ALLVARLIG: Context [/serf-web] startup failed due to previous errors
>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext stop
>> INFO: Container
>> org.apache.catalina.core.ContainerBase.[Catalina].[localhost ].[/serf-web]
>> has not been started
>> 2007-maj-25 09:37:14 org.apache.coyote.http11.Http11BaseProtocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> 2007-maj-25 09:37:14 org.apache.jk.common.ChannelSocket init
>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>> 2007-maj-25 09:37:14 org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/70 config=null
>> 2007-maj-25 09:37:14 org.apache.catalina.storeconfig.StoreLoader load
>> INFO: Find registry server-registry.xml at classpath resource
>> 2007-maj-25 09:37:14 org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 1061 ms
Re: Problem with requested resource not available [message #193686 is a reply to message #193436] Wed, 30 May 2007 17:40 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
I've tried to address this issue to some degree here:

http://www.eclipse.org/webtools/faq/TomcatServerFAQ.php#info _13

I don't have any good guess as to what caused your error either.

Cheers,
Larry

Gunnar Boström wrote:
> Hi Larry,
> Thanks for the reply.
> We don't usually stop Tomcat before changes. It is very convenient to be
> able change a file and Tomcat picks it up.
>
> I finally get it working again by removing the Tomcat server from the
> Servers view and removed the project from Eclipse without deleting the
> content. Then I added the project again and let it run on the server and
> it was fine again.
>
> I really don't know how or why it happened. It could perhaps has
> something to do that we are using Eclipse and Maven 2 and I think I
> added a library with maven.
>
> Regards
> Gunnar
>
>
> Larry Isaacs wrote:
>> I don't have any guesses as to what exactly is going wrong. I would
>> highly recommend only adding and removing projects from the Tomcat
>> server when it is stopped, if you haven't been doing that already.
>> Also, try File -> Refresh on the project when the publishing problem
>> occurs and see if that help, assuming you haven't already tried this.
>> Finally, check your Error Log view for any unusual errors that might
>> be related.
>>
>> Feel free open a bug report on the WebTools "jst.server" component.
>> We will have to gather more clues before I can figure out what is
>> going wrong. Any addition detail about circumstances when this occurs
>> would be helpful.
>>
>> Cheers,
>> Larry
>>
>> Gunnar Boström wrote:
>>> Hi,
>>> Me an my colleagues are working with Eclipse 3.2, WST/JST 1.5.4 and
>>> Tomcat 5.5.23.
>>> Most of the time it works good but sometimes we can't start the webapp.
>>> The web-app is not published correctly.
>>>
>>> I tried almost all thing I can think of like remove Tomcat and
>>> install a new instance, starting eclipse with -clean, removed the
>>> files in
>>> ...\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\weba pps.
>>>
>>> I've googled but did not found anything useful.
>>>
>>> The log just complains about some problem with the plug in mylar,
>>> which I have used with the setup that worked before.
>>>
>>> Any suggestions?
>>>
>>> Regards
>>> Gunnar
>>>
>>>
>>>
>>> This is from the Console:
>>>
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.AprLifecycleListener
>>> lifecycleEvent
>>> INFO: The Apache Tomcat Native library which allows optimal
>>> performance in production environments was not found on the
>>> java.library.path:
>>> D:\gb\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\oracle\ora 92\bin;D:\oracle\BPEL\bin;D:\Perl\bin\;C:\WINDOWS\system32;C :\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
>>> Files\ATI Technologies\ATI Control Panel;C:\Program Files\Executive
>>> Software\Diskeeper\;D:\gb\jdk\bin;D:\gbx\apache-ant-1.6.5\bi n;D:\Program
>>> Files\MySQL\MySQL Server 5.0\bin;D:\cygwin\bin;C:\Program
>>> Files\Oracle\jre\1.3.1\bin;D:\oracle\BPEL\MOBILE\sdk\bin;D:\ gbx\maven-2.0.5\bin;D:\gb\jdk\bin;D:\Program
>>> Files\QuickTime\QTSystem\;D:\gbx\agentControler\bin;D:\Progr am
>>> Files\Subversion\bin;D:\PROGRA~1\F-Secure\Ssh;
>>> 2007-maj-25 09:37:13 org.apache.coyote.http11.Http11BaseProtocol init
>>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>>> 2007-maj-25 09:37:13 org.apache.catalina.startup.Catalina load
>>> INFO: Initialization processed in 741 ms
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardService start
>>> INFO: Starting service Catalina
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardEngine start
>>> INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardHost start
>>> INFO: XML validation disabled
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext
>>> resourcesStart
>>> ALLVARLIG: Error starting static Resources
>>> java.lang.IllegalArgumentException: Document base
>>> D:\gb\eclipse\workspaceSerf\.metadata\.plugins\org.eclipse.w st.server.core\tmp0\webapps\serf-web
>>> does not exist or is not a readable directory
>>> at
>>> org.apache.naming.resources.FileDirContext.setDocBase(FileDi rContext.java:141)
>>>
>>> at
>>> org.apache.catalina.core.StandardContext.resourcesStart(Stan dardContext.java:3855)
>>>
>>> at
>>> org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4024)
>>>
>>> at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
>>> at
>>> org.apache.catalina.core.StandardHost.start(StandardHost.jav a:736)
>>> at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1014)
>>> at
>>> org.apache.catalina.core.StandardEngine.start(StandardEngine .java:443)
>>> at
>>> org.apache.catalina.core.StandardService.start(StandardServi ce.java:448)
>>> at
>>> org.apache.catalina.core.StandardServer.start(StandardServer .java:700)
>>> at org.apache.catalina.startup.Catalina.start(Catalina.java:552 )
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>>>
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>>>
>>> at java.lang.reflect.Method.invoke(Method.java:585)
>>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:2 95)
>>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:43 3)
>>> 2007-maj-25 09:37:13 org.apache.catalina.core.StandardContext start
>>> ALLVARLIG: Error in resourceStart()
>>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
>>> ALLVARLIG: Error getConfigured
>>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext start
>>> ALLVARLIG: Context [/serf-web] startup failed due to previous errors
>>> 2007-maj-25 09:37:14 org.apache.catalina.core.StandardContext stop
>>> INFO: Container
>>> org.apache.catalina.core.ContainerBase.[Catalina].[localhost ].[/serf-web]
>>> has not been started
>>> 2007-maj-25 09:37:14 org.apache.coyote.http11.Http11BaseProtocol start
>>> INFO: Starting Coyote HTTP/1.1 on http-8080
>>> 2007-maj-25 09:37:14 org.apache.jk.common.ChannelSocket init
>>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>>> 2007-maj-25 09:37:14 org.apache.jk.server.JkMain start
>>> INFO: Jk running ID=0 time=0/70 config=null
>>> 2007-maj-25 09:37:14 org.apache.catalina.storeconfig.StoreLoader load
>>> INFO: Find registry server-registry.xml at classpath resource
>>> 2007-maj-25 09:37:14 org.apache.catalina.startup.Catalina start
>>> INFO: Server startup in 1061 ms
Previous Topic:Problem with WTP and Apache 4.1
Next Topic:Validation of JSP with VXML hangs
Goto Forum:
  


Current Time: Fri Apr 19 22:45:09 GMT 2024

Powered by FUDForum. Page generated in 0.02336 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top