Re: strange output in localhost_log

2003-12-10 Thread Jeanfrancois Arcand


Luc Foisy wrote:

It wasn't actually the exception I was concerned about. It was the fact that it appears that tomcat is shuting down (is that what it looks like?) when its completely not expected to.
 

Are you running with a security manager? Tomcat die or shutdown properly?

As well I was concerned over the second set of log entries, what is this MAPPING thing, and why would it be refering to those things, none of those files exist. 

Yes, but it seems you receiving request for thoses.

Can this be indication that someone is trying to get to those things some how, or are they  normal tomcat log entries for some strange reason?
 

Like that.

-- Jeanfrancois

-Original Message-
From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 9:33 AM
To: Tomcat Users List
Subject: Re: strange output in localhost_log
You probably have some left over from an unsucessful deployment. This 
exception means the Context(your app) wasn't started properly and Tomcat 
is now trying to stop it.

-- Jeanfrancois

Luc Foisy wrote:

 

First, what would cause this output in my localhost_log file? Is this a tomcat shutdown?

2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/admin
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/webdav
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive2
2003-12-09 21:09:36 StandardHost[localhost]: ContainerBase.removeChild: stop:
LifecycleException:  Container StandardContext[/qbsottweblive2] has not been started
  at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
  at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
  at 
org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:420)
  at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
  at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919)
  at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:899)
  at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:370)
  at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
  at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
  at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
  at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
  at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2224)
  at 
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:624)
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/tomcat-docs
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quicktrack
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quick
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/portalbackup
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/manager
Second, what would cause this output in my localhost_log file?

2003-12-07 12:55:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 14:06:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /mstshash=cmpherson
2003-12-07 19:39:57 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 20:09:48 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 00:48:25 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 04:38:39 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 10:18:06 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 11:05:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:23:20 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:43:52 StandardHost

RE: strange output in localhost_log

2003-12-10 Thread Luc Foisy
It wasn't actually the exception I was concerned about. It was the fact that it 
appears that tomcat is shuting down (is that what it looks like?) when its completely 
not expected to.

As well I was concerned over the second set of log entries, what is this MAPPING 
thing, and why would it be refering to those things, none of those files exist. Can 
this be indication that someone is trying to get to those things some how, or are they 
 normal tomcat log entries for some strange reason?

-Original Message-
From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 9:33 AM
To: Tomcat Users List
Subject: Re: strange output in localhost_log


You probably have some left over from an unsucessful deployment. This 
exception means the Context(your app) wasn't started properly and Tomcat 
is now trying to stop it.

-- Jeanfrancois

Luc Foisy wrote:

>First, what would cause this output in my localhost_log file? Is this a tomcat 
>shutdown?
>
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/admin
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/webdav
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/qbsottweblive2
>2003-12-09 21:09:36 StandardHost[localhost]: ContainerBase.removeChild: stop:
>LifecycleException:  Container StandardContext[/qbsottweblive2] has not been started
>at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
>at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
>at 
> org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:420)
>at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
>at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919)
>at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:899)
>at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:370)
>at 
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
>at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
>at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
>at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
>at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2224)
>at 
> org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:624)
>
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/qbsottweblive
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/tomcat-docs
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/quicktrack
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/quick
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/portalbackup
>2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
>/manager
>
>Second, what would cause this output in my localhost_log file?
>
>2003-12-07 12:55:26 StandardHost[localhost]: MAPPING configuration error for request 
>URI /robots.txt
>2003-12-07 14:06:26 StandardHost[localhost]: MAPPING configuration error for request 
>URI /mstshash=cmpherson
>2003-12-07 19:39:57 StandardHost[localhost]: MAPPING configuration error for request 
>URI /robots.txt
>2003-12-07 20:09:48 StandardHost[localhost]: MAPPING configuration error for request 
>URI /robots.txt
>
>2003-12-09 00:48:25 StandardHost[localhost]: MAPPING configuration error for request 
>URI /robots.txt
>2003-12-09 04:38:39 StandardHost[localhost]: MAPPING configuration error for request 
>URI /robots.txt
>2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
>URI /_vti_bin/owssvr.dll
>2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
>URI /MSOffice/cltreq.asp
>2003-12-09 10:18:06 StandardHost[localhost]: MAPPING configuration error for request 
>URI /favicon.ico
>2003-12-09 11:05:12 StandardHost[localhost]: MAPPING configuration error for request 
>URI /favicon.ico
>2003-12-09 13:23:20 StandardHost[localhost]: MAPPING configuration error for request 
>URI /favicon.ico
>2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
>URI /_vti_bin/owssvr.dll
>2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
>URI /MSOffice/cltreq.asp
>2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
>URI /_vti_bin/owssvr.dll
>

Re: strange output in localhost_log

2003-12-10 Thread Jeanfrancois Arcand
You probably have some left over from an unsucessful deployment. This 
exception means the Context(your app) wasn't started properly and Tomcat 
is now trying to stop it.

-- Jeanfrancois

Luc Foisy wrote:

First, what would cause this output in my localhost_log file? Is this a tomcat shutdown?

2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/admin
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/webdav
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive2
2003-12-09 21:09:36 StandardHost[localhost]: ContainerBase.removeChild: stop:
LifecycleException:  Container StandardContext[/qbsottweblive2] has not been started
   at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
   at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
   at 
org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:420)
   at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
   at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919)
   at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:899)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:370)
   at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
   at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
   at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
   at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
   at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2224)
   at 
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:624)
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/tomcat-docs
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quicktrack
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quick
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/portalbackup
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/manager
Second, what would cause this output in my localhost_log file?

2003-12-07 12:55:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 14:06:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /mstshash=cmpherson
2003-12-07 19:39:57 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 20:09:48 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 00:48:25 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 04:38:39 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 10:18:06 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 11:05:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:23:20 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:43:52 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-10 07:54:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-10 07:54:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-10 09:00:28 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico


-
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]


strange output in localhost_log

2003-12-10 Thread Luc Foisy

First, what would cause this output in my localhost_log file? Is this a tomcat 
shutdown?

2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/admin
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/webdav
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive2
2003-12-09 21:09:36 StandardHost[localhost]: ContainerBase.removeChild: stop:
LifecycleException:  Container StandardContext[/qbsottweblive2] has not been started
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
at 
org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:420)
at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:899)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:370)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2224)
at 
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:624)

2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/qbsottweblive
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/tomcat-docs
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quicktrack
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/quick
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/portalbackup
2003-12-09 21:09:36 StandardHost[localhost]: Removing web application at context path 
/manager

Second, what would cause this output in my localhost_log file?

2003-12-07 12:55:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 14:06:26 StandardHost[localhost]: MAPPING configuration error for request 
URI /mstshash=cmpherson
2003-12-07 19:39:57 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-07 20:09:48 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt

2003-12-09 00:48:25 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 04:38:39 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 07:44:43 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 10:18:06 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 11:05:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:23:20 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 13:26:35 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-09 14:15:17 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-09 14:43:52 StandardHost[localhost]: MAPPING configuration error for request 
URI /robots.txt

2003-12-10 07:54:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /_vti_bin/owssvr.dll
2003-12-10 07:54:12 StandardHost[localhost]: MAPPING configuration error for request 
URI /MSOffice/cltreq.asp
2003-12-10 09:00:28 StandardHost[localhost]: MAPPING configuration error for request 
URI /favicon.ico



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