[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1358) Starting a server in JBDS results in a log error

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Oct 27 03:53:54 EDT 2010


     [ https://jira.jboss.org/browse/JBDS-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBDS-1358.
-------------------------------

    Resolution: Rejected


The stacktrace makes it extremely clear this is happening during shutdown of eclipse and not during the start of a server. Also, looking at the terminate() code, it seems like first it sends a term signal to the underlying process to allow the process to shut itself down first. If the process refuses to listen to this signal, it logs an exception status. 

Then, after that, it kills the actual process, assuming the process didn't shut itself down when listening to the term signal. 

This doesn't look like a big issue to me. Since it still kills the underlying process, sockets etc will eventually free themselves. And it seems this only happens (judging by the stacktrace?) during shutdown of eclipse. 

> Starting a server in JBDS results in a log error
> ------------------------------------------------
>
>                 Key: JBDS-1358
>                 URL: https://jira.jboss.org/browse/JBDS-1358
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: integration
>    Affects Versions: 4.0.0.Beta1
>         Environment: Version: 4.0.0.Beta1
> Build id: v201010052359R
> Build date: 201010060016 
>            Reporter: Len DiMaggio
>            Assignee: Rob Stryker
>            Priority: Minor
>             Fix For: 4.0.x
>
>         Attachments: server_startup.log, server_startup.log
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> The server starts - but an error is logged - see the attached file

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

        


More information about the jbosstools-issues mailing list