[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7363) Preferences -> Server Runtime Environments -> Search -> get Error calling delegate exception

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Tue Oct 26 08:38:55 EDT 2010


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

Vitali Yemialyanchyk commented on JBIDE-7363:
---------------------------------------------

All steps to reproduce the issue are in the issue header... I'll try to describe it more precisely:
1) look in the stacktrace:
2) look in JBossRuntimeLocator.java:

66) File[] children = path.toFile().listFiles();
67) monitor.beginTask("Searching for JBoss runtime...", children.length); //$NON-NLS-1$

3) look into java.io.File:listFiles():

1016) if (ss == null) return null;

i.e. the situation where 'children' could be null is possible...

btw. I can't reproduce the issue constantly on my system...

> Preferences -> Server Runtime Environments -> Search -> get Error calling delegate exception 
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-7363
>                 URL: https://jira.jboss.org/browse/JBIDE-7363
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.Beta1
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Rob Stryker
>             Fix For: 3.2.0.Beta2
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> for more description - see screenshots and comments

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