cancel
Showing results for 
Search instead for 
Did you mean: 

Server Console Error

etzapata
Champ in-the-making
Champ in-the-making
Hi Everyone,
     Does anyone know what this error means:?

2007-05-09 07:51:59,125 ERROR [org.jboss.deployment.MainDeployer] Undeployment failed: file:/C:/ALFRESCO/jboss/server/default/deploy/jboss-portal.sar/portal-samples.war/WEB-INF/portlet.xml
org.jboss.deployment.DeploymentException: This web app does not exist here; - nested throwable: (java.lang.IllegalArgumentException: This web app does not exist here)
   at org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.destroy(PortletAppDeployment.java:171)
   at org.jboss.portal.server.deployment.jboss.ServerDeployer.destroy(ServerDeployer.java:242)
   at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:675)
   at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:614)
   at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:500)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
   at org.jboss.mx.server.Invocation.invoke(Invocation.
java:74)
   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
   at org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:988)
   at org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:963)
   at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:941)
Caused by: java.lang.IllegalArgumentException: This web app does not exist here


also, why is the server log file stop logging the activities in the server? the server has no movement after the jk running had appeared:

2007-05-09 08:07:02,781 INFO  [org.apache.jk.common.ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
2007-05-09 08:07:02,796 INFO  [org.apache.jk.server.JkMain] Jk running ID=0 time=0/343  config=null

this log was last run on 05/09/2007 at 08:07AM. there were uploads during this day but the log says nothing. :cry:

Any reply is really appreciated.

Eric
7 REPLIES 7

steve
Champ in-the-making
Champ in-the-making
Hi,

The error is one from Jboss Portal and is not Alfresco related.

If configured correctly, the log file should only log warnings and errors. If you don't have any of these then there won't be anything in the log.

Steve

etzapata
Champ in-the-making
Champ in-the-making
Hi Steve,
     Thank you very much for your time answering my query but how do I configure jboss portal to correct the error? By the way, this error is found in our production/live server. I'm a bit hesitant to modify anything coz' we might loose some important files. Please help.
     Thank you very much again.

Eric

etzapata
Champ in-the-making
Champ in-the-making
Hello Steve again,
     I have also noticed that the server log does not change its date. If the server is running 24/7, the server log remains the latest log. When I restarted the jboss server, that's the only time that the log is changed. Example:
If the server is running (without restarting) for let's say, 3 days, there would only be 1 log (latest). But if I restart the jboss server everyday, then everyday there is a log that corresponds to each day.
     Why is this?
     Again, thank you very much for any feedback/suggestions.

EriCZ

robertoroberto
Champ in-the-making
Champ in-the-making
I have the same error: "undeployment error"
How can resolve it?

etzapata
Champ in-the-making
Champ in-the-making
Hi robertoroberto,

Have you found the answer to this? Until now, I still have this error and I don't know how to fix this. Any help is greatly appreciated.
Thank you very much.

EriCtZ

steve
Champ in-the-making
Champ in-the-making
Hi,

As stated, this is a Jboss error and nothing to do with the Alfresco application being deployed in Jboss Portal.
Also, the logging is configured by Jboss, so any configuration of the logging and how the log files are handled is made in Jboss configuration files.
You should information regarding these items on the Jboss website.

Steve

etzapata
Champ in-the-making
Champ in-the-making
Hi Steve,

Thank you for the swift reply. I must've not understood your previous post. Now I know where to look.
Thank you very much again.

EriCtZ