[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5857) Publishing to JBoss AS hangs indefinetely

Rob Stryker (JIRA) jira-events at lists.jboss.org
Mon Apr 19 03:10:51 EDT 2010


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

Rob Stryker commented on JBIDE-5857:
------------------------------------

They already are logged as warnings and errors appropriately. For example in LocalPublishMethod it has the following lines:

	if( result != null )
	        ServerLogger.getDefault().log(behaviour.getServer(), result);

The issue here is that if you're trying to publish 1000 files and each one takes 15 seconds, you wait the entire time before it logs anything (because it logs at the end of hte publish).

If the renames are not going through, this should just CoreException out instead and circumvent the attempt to continue publishing. I'll try to fix this. 


> Publishing to JBoss AS hangs indefinetely
> -----------------------------------------
>
>                 Key: JBIDE-5857
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5857
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.1.0.CR1
>         Environment: Win7, JBT 3.1.CR1
>            Reporter: Fred Bricon
>            Assignee: Rob Stryker
>             Fix For: 3.1.x, 3.2.next
>
>         Attachments: publisher_hangs_forever.txt
>
>
> I'm trying to deploy a mavenized seam project with a fair number of classes to a local JBoss AS 4.2.2.
> Today, publishing stucks forever. Attached is a thread dump of eclipse. 
> I can't provide a test sample since it's a fairly large, corporate project. Tell me if you need further info.
> regards,
> Fred Bricon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list