[jbosstools-issues] [JBoss JIRA] (JBIDE-15137) Unable to restart AS 7.1 after startup failure

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Jul 5 04:52:20 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787829#comment-12787829 ] 

Rob Stryker commented on JBIDE-15137:
-------------------------------------

Seems we've got a small deadlock on our hands ;) 

Luckily, this bug should already be fixed (in general) by the patches last night... but... it doesn't mean the deadlock doesn't exist. It just means its near-0% likely to occur.  

Thread [Worker-21] (Suspended)	
	owns: Object  (id=169)	
	waiting for: LocalJBoss7BehaviorDelegate  (id=168)	
	LocalJBoss7BehaviorDelegate(LocalJBossBehaviorDelegate).onServerStopped() line: 243	
	DelegatingJBoss7ServerBehavior(DelegatingServerBehavior).setServerStopped() line: 116	
	DelegatingJBoss7ServerBehavior.setServerStopped() line: 156	
	DelegatingJBoss7ServerBehavior$JBossServerLifecycleListener.handleDebugEvents(DebugEvent[]) line: 172	
	DebugPlugin$EventNotifier.run() line: 1132	
	SafeRunner.run(ISafeRunnable) line: 42	
	DebugPlugin$EventNotifier.dispatch(DebugEvent[]) line: 1166	
	DebugPlugin$EventDispatchJob.run(IProgressMonitor) line: 430	
	Worker.run() line: 53	
Thread [Worker-22] (Suspended)	
	owns: LocalJBoss7BehaviorDelegate  (id=168)	
	waiting for: Object  (id=169)	
	DelegatingJBoss7ServerBehavior(DelegatingServerBehavior).setServerStopped() line: 115	
	DelegatingJBoss7ServerBehavior.setServerStopped() line: 156	
	LocalJBoss7BehaviorDelegate(LocalJBossBehaviorDelegate).forceStop() line: 141	
	LocalJBoss7BehaviorDelegate(LocalJBossBehaviorDelegate).stopImpl(boolean) line: 81	
	LocalJBoss7BehaviorDelegate(AbstractJBossBehaviourDelegate).stop(boolean) line: 54	
	DelegatingJBoss7ServerBehavior.stop(boolean) line: 144	
	DeployableServerBehavior$1.serverChanged(ServerEvent) line: 243	
	ServerNotificationManager.broadcastChange(ServerEvent) line: 125	
	Server.fireModuleStateChangeEvent(IModule[]) line: 776	
	Server.setModuleState(IModule[], int) line: 850	
	UpdateModuleStateJob.runWait(IProgressMonitor) line: 81	
	UpdateModuleStateJob.run(IProgressMonitor) line: 63	
	Worker.run() line: 53	

                
> Unable to restart AS 7.1 after startup failure
> ----------------------------------------------
>
>                 Key: JBIDE-15137
>                 URL: https://issues.jboss.org/browse/JBIDE-15137
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.1.0.CR1
>            Reporter: Xavier Coulon
>            Assignee: Rob Stryker
>             Fix For: 4.1.0.CR1
>
>         Attachments: JBIDE-15137 - Progress view.png
>
>
> Here's my case:
> - I have a JBoss AS 7.1 on which is already deployed an app compiled with Java7 (deployed in the standalone/deployments folder)
> - In my workspace, I try to start AS with Java6. This fails (I get an error message dialog). 
> - I configure the server to use Java7 instead and try to start it again.
> I does not complete the startup, it remains stuck at 15%, maybe because the previous startup failed and I can still see an "Update Modules status" job running in background

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list