Could anyone confirm that this will prevent the hanging of the server?  This is 
a very critical problem for us - Jetspeed stops after about 24 hours.  Does 
anyone else have an idea what may be happening or tips on how diagnose the 
problem?

Andrew Hall
CircleUp
5120 West Goldleaf Circle, St 140
Los Angeles, CA 90056
voice    800.871.2314 x706
fax       310.496.0636
email:  [EMAIL PROTECTED]


-----Original Message-----
From: Andrew F Hall [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 8:19 AM
To: Jetspeed Users List
Subject: RE: Jetspeed is hanging after some time

The problem I'm having is before the undeploy - Jetspeed stops taking any 
requests - our whole site hangs.  The message I'm seeing indicates to me that 
there are a large number of servlets which haven't been cleaned out.  

It looks like the antiJARLocking="true" fixes a problem with the hot deployment 
on windows (we're running linux).  Does this somehow fix the hang in Jetspeed 
as well?

Andrew Hall
CircleUp
5120 West Goldleaf Circle, St 140
Los Angeles, CA 90056
voice    800.871.2314 x706
fax       310.496.0636
email:  [EMAIL PROTECTED]


-----Original Message-----
From: Brice Lambi [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 8:01 AM
To: Jetspeed Users List
Subject: Re: Jetspeed is hanging after some time

This is similar to a problem I had recently.  Try adding
antiJARLocking="true" to the Context element of contet.xml for the server or
maybe your portlet app.

conf/context.xml

<Context antiJARLocking="true">
...
</Context>

This link relates to windows but it solved my problem on a linux machine.

http://portals.apache.org/jetspeed-2/getting-started.html#Tomcat_5_5_9_on_Windows


Brice

On 8/30/07, Andrew F Hall <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
>
> It appears that our running Jetspeed server seems to "hang" after some
> time.  If I redeploy the porlet application, I get the following in the
> log:
>
>
>
>
>
> 2007-08-30 21:18:49,054 INFO  [STDOUT] Found web.xml
>
> 2007-08-30 21:18:49,063 INFO  [STDOUT] Attempting to add portlet.tld to
> war...
>
> 2007-08-30 21:18:49,063 INFO  [STDOUT] Adding portlet.tld to war...
>
> 2007-08-30 21:18:49,304 INFO  [STDOUT] Creating war
> /usr/local/jboss/server/default/deploy/portlets.war ...
>
> 2007-08-30 21:18:49,408 INFO  [STDOUT] War
> /usr/local/jboss/server/default/deploy/portlets.war created
>
> 2007-08-30 21:18:49,409 INFO  [deployment] File:
> /usr/local/jboss/server/default/./deploy/portal.war/WEB-INF/deploy/portl
> ets.war deployed
>
> 2007-08-30 21:18:50,665 INFO
> [com.circleup.portlets.GenericVelocityPortlet] doView : Enter
>
> 2007-08-30 21:18:53,164 DEBUG [ org.jboss.deployment.MainDeployer]
> Undeploying file:/usr/local/jboss/server/default/deploy/portlets.war,
> isShutdown=false
>
> 2007-08-30 21:18:53,165 DEBUG
> [org.jboss.ws.integration.jboss.DeployerInterceptorJSE ] stop:
> file:/usr/local/jboss/server/default/deploy/portlets.war
>
> 2007-08-30 21:18:53,165 DEBUG [org.jboss.system.ServiceController]
> stopping service: jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:53,165 DEBUG [org.jboss.system.ServiceController]
> stopping dependent services for:
> jboss.web.deployment:war=portlets.war,id=1035854306 dependent services
> are: []
>
> 2007-08-30 21:18:53,165 DEBUG [ org.jboss.web.WebModule] Stopping
> jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:53,165 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer]
> undeploy, ctxPath=/portlets,
> warUrl=.../tmp/deploy/tmp44496portlets- exp.war/
>
> 2007-08-30 21:18:53,167 INFO  [org.apache.catalina.core.StandardWrapper]
> Waiting for 113 instance(s) to be deallocated
>
> 2007-08-30 21:18:54,186 INFO  [org.apache.catalina.core.StandardWrapper]
> Waiting for 113 instance(s) to be deallocated
>
> 2007-08-30 21:18:55,212 INFO  [org.apache.catalina.core.StandardWrapper]
> Waiting for 113 instance(s) to be deallocated
>
> 2007-08-30 21:18:55,315 INFO
> [org.apache.catalina.core.ContainerBase .[jboss.web].[localhost].[/portle
> ts]] JetspeedContainerServlet: shutting down portlet application at:
> portlets
>
> 2007-08-30 21:18:55,403 INFO  [STDOUT] Got the URL
> file:/usr/local/jboss/server/default/./tmp/deploy/tmp44496portlets- exp.w
> ar/WEB-INF/classes/ErrorMessage.properties
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.web.WebModule] Stopped
> jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:55,633 DEBUG
> [org.jboss.ws.integration.jboss.DeployerInterceptorJSE ] destroy:
> file:/usr/local/jboss/server/default/deploy/portlets.war
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.system.ServiceController]
> destroying service: jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.system.ServiceController]
> destroying dependent services for:
> jboss.web.deployment:war=portlets.war,id=1035854306 dependent services
> are: []
>
> 2007-08-30 21:18:55,633 DEBUG [ org.jboss.web.WebModule] Destroying
> jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.web.WebModule] Destroyed
> jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.system.ServiceController]
> removing service: jboss.web.deployment:war=portlets.war,id=1035854306
>
> 2007-08-30 21:18:55,633 DEBUG [org.jboss.system.ServiceController]
> removing jboss.web.deployment:war=portlets.war,id=1035854306 from server
>
> 2007-08-30 21:18:55,634 DEBUG
> [org.jboss.mx.loading.RepositoryClassLoader] Unregistering
> [EMAIL PROTECTED]
> url=file:/usr/local/jboss/server/default/tmp/deploy/tmp44496portlets-exp
> .war/ ,addedOrder=48}
>
> 2007-08-30 21:18:55,634 DEBUG
> [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository
> removed(true) [EMAIL PROTECTED]
> url=file:/usr/local/jboss/server/default/tmp/deploy/tmp44496portlets-exp
> .war/ ,addedOrder=48}
>
> 2007-08-30 21:18:56,280 DEBUG [org.jboss.deployment.DeploymentInfo ]
> Cleaned Deployment:
> file:/usr/local/jboss/server/default/tmp/deploy/tmp44496portlets-exp.war
> /
>
> 2007-08-30 21:18:56,280 DEBUG [org.jboss.deployment.MainDeployer]
> Undeployed file:/usr/local/jboss/server/default/deploy/portlets.war
>
> 2007-08-30 21:18:56,280 DEBUG [org.jboss.deployment.MainDeployer]
> Starting deployment of package:
> file:/usr/local/jboss/server/default/deploy/portlets.war
>
> 2007-08-30 21:18:56,280 DEBUG [org.jboss.deployment.MainDeployer ]
> Starting deployment (init step) of package at:
> file:/usr/local/jboss/server/default/deploy/portlets.war
>
> 2007-08-30 21:18:56,280 DEBUG [org.jboss.deployment.MainDeployer]
> Copying file:/usr/local/jboss/server/default/deploy/portlets.war ->
> /usr/local/jboss/server/default/tmp/deploy/tmp45050portlets.war
>
> 2007-08-30 21:18:56,330 DEBUG [org.jboss.deployment.MainDeployer] using
> deployer MBeanProxyExt[jboss.web:service=WebServer]
>
> 2007-08-30 21:18:56,330 DEBUG [ org.jboss.web.tomcat.tc5.Tomcat5] Begin
> init
>
> 2007-08-30 21:18:56,335 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5]
> Unpacking war to:
> /usr/local/jboss/server/default/tmp/deploy/tmp45050portlets-exp.war
>
>
>
>
>
> The culprit to me looks like :
>
>
>
> 2007-08-30 21:18:55,212 INFO  [org.apache.catalina.core.StandardWrapper]
> Waiting for 113 instance(s) to be deallocated
>
>
>
> Does anyone have any ideas what might be happening here or where I
> should begin to look for the problem?
>
>
>
> Andrew Hall
>
> CircleUp
>
> 5120 West Goldleaf Circle, St 140
> Los Angeles, CA 90056
> voice    800.871.2314 x706
> fax       310.496.0636
>
> email:   [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>
>

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