Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Lock up while shutting down RAP application in Wildfly 8.1/JBoss
Lock up while shutting down RAP application in Wildfly 8.1/JBoss [message #1429446] Tue, 23 September 2014 08:39 Go to next message
Thorsten Müller is currently offline Thorsten MüllerFriend
Messages: 2
Registered: September 2014
Junior Member
Hello,

we are getting a lock up while shutting down Wildfly 8.1/JBoss or disabling our RAP application.
The application itself runs in SWT_COMPATIBILITY.

The lock up happens when our login dialog is (or was) open at a client. It's a simple JFace-Dialog.
The login dialog opens within the @PostContextCreate and returns whether or not the application should start. (as described in Toms "Article e4 on RAP Update for Luna M7" )

Let's say, one client opened this login dialog. While the login dialog is shown we try to undeploy the RAP application (war file). This is the moment when the RAP application freezes (no further sessions opened) and our server waits forever to proceed shutting down. This also happens when the login dialog was open and the browser windows was closed - without filling out the login dialog.

I did a wildfly jstack during freeze, maybe this is helpful.

Best regards
Thorsten Müller

2014-09-23 09:30:42
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode):

"Framework stop" #177 prio=5 os_prio=0 tid=0x000000005d876800 nid=0x1828 in Object.wait() [0x000000006037d000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Thread.join(Thread.java:1245)
	- locked <0x00000000fb9468f8> (a org.eclipse.rap.rwt.internal.lifecycle.UIThread)
	at java.lang.Thread.join(Thread.java:1319)
	at org.eclipse.rap.rwt.internal.lifecycle.UIThread.terminateThread(UIThread.java:122)
	at org.eclipse.rap.rwt.internal.lifecycle.UIThread.interceptShutdown(UIThread.java:152)
	at org.eclipse.rap.rwt.internal.service.UISessionImpl.valueUnbound(UISessionImpl.java:277)
	at io.undertow.servlet.core.SessionListenerBridge.attributeRemoved(SessionListenerBridge.java:104)
	at io.undertow.server.session.SessionListeners.attributeRemoved(SessionListeners.java:59)
	at io.undertow.server.session.InMemorySessionManager$SessionImpl.removeAttribute(InMemorySessionManager.java:358)
	at io.undertow.servlet.spec.HttpSessionImpl.removeAttribute(HttpSessionImpl.java:182)
	at org.eclipse.equinox.http.servlet.internal.HttpSessionAdaptor.removeAttribute(HttpSessionAdaptor.java:87)
	at org.eclipse.rap.rwt.internal.service.UISessionImpl.shutdown(UISessionImpl.java:133)
	at org.eclipse.rap.rwt.internal.service.UISessionImpl.beforeDestroy(UISessionImpl.java:127)
	at org.eclipse.rap.rwt.internal.application.ApplicationContextImpl.fireBeforeDestroy(ApplicationContextImpl.java:415)
	at org.eclipse.rap.rwt.internal.application.ApplicationContextImpl.deactivate(ApplicationContextImpl.java:225)
	at org.eclipse.rap.rwt.application.ApplicationRunner.stop(ApplicationRunner.java:95)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationReferenceImpl.stopRWTApplication(ApplicationReferenceImpl.java:124)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationReferenceImpl.doStopApplication(ApplicationReferenceImpl.java:111)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationReferenceImpl.stopApplication(ApplicationReferenceImpl.java:95)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationLauncherImpl.stopApplicationReference(ApplicationLauncherImpl.java:195)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationLauncherImpl.stopApplicationReferences(ApplicationLauncherImpl.java:180)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationLauncherImpl.removeConfiguration(ApplicationLauncherImpl.java:74)
	- locked <0x00000000fba0dcf0> (a java.lang.Object)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationConfigurationTracker.removedService(ApplicationConfigurationTracker.java:42)
	at org.eclipse.rap.rwt.osgi.internal.ApplicationConfigurationTracker.removedService(ApplicationConfigurationTracker.java:1)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:967)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1)
	at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:341)
	at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:909)
	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:914)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:222)
	at org.eclipse.equinox.internal.ds.InstanceProcess.disposeInstances(InstanceProcess.java:356)
	at org.eclipse.equinox.internal.ds.InstanceProcess.disposeInstances(InstanceProcess.java:306)
	at org.eclipse.equinox.internal.ds.Resolver.disposeComponentConfigs(Resolver.java:724)
	at org.eclipse.equinox.internal.ds.Resolver.disableComponents(Resolver.java:700)
	at org.eclipse.equinox.internal.ds.SCRManager.stoppingBundle(SCRManager.java:554)
	at org.eclipse.equinox.internal.ds.SCRManager.bundleChanged(SCRManager.java:233)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:902)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:165)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:75)
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:67)
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:102)
	at org.eclipse.osgi.container.Module.publishEvent(Module.java:466)
	at org.eclipse.osgi.container.Module.doStop(Module.java:624)
	at org.eclipse.osgi.container.Module.stop(Module.java:488)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542)
	- locked <0x00000000e16ca6a0> (a java.lang.Object)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:145)
	at org.eclipse.osgi.container.Module.doStop(Module.java:626)
	at org.eclipse.osgi.container.Module.stop(Module.java:488)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:160)
	at java.lang.Thread.run(Thread.java:745)

"default task-27" #176 prio=5 os_prio=0 tid=0x000000005d875000 nid=0x19c8 waiting on condition [0x00000000601df000]
   java.lang.Thread.State: WAITING (parking)

...
Re: Lock up while shutting down RAP application in Wildfly 8.1/JBoss [message #1434479 is a reply to message #1429446] Tue, 30 September 2014 06:22 Go to previous messageGo to next message
Thorsten Müller is currently offline Thorsten MüllerFriend
Messages: 2
Registered: September 2014
Junior Member
Hello,

does anyone have the same issue?
We would really appreciate any kind of feedback, because this issue is responsible for our nightly build to crash regularily.

Regards
Thorsten
Re: Lock up while shutting down RAP application in Wildfly 8.1/JBoss [message #1434500 is a reply to message #1434479] Tue, 30 September 2014 07:04 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Thorsten,
your issue could be related to this bug in e4 port:
440115: [e4] UIThreadTerminatedError in LoginLifecycle has to be propagated
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440115
Probably the maintainer of e4 port Thomas Schindl has more insides about it.
Best,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:CTabItems style broken in IE9 on RAP 2.2
Next Topic:Partially working RAP application
Goto Forum:
  


Current Time: Fri Apr 19 16:11:45 GMT 2024

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

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

Back to the top