This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199620 - NullPointerException at net.sourceforge.jonbas.core.JonasStartServer$StartRunnable.run
Summary: NullPointerException at net.sourceforge.jonbas.core.JonasStartServer$StartRun...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-22 13:13 UTC by lcastillovillena
Modified: 2011-06-22 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179519


Attachments
stacktrace (286 bytes, text/plain)
2011-06-22 13:13 UTC, lcastillovillena
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lcastillovillena 2011-06-22 13:13:37 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
lcastillovillena: The error occurs when I start the JOnAS server 5.2




Stacktrace: 
java.lang.NullPointerException
   at net.sourceforge.jonbas.core.JonasStartServer$StartRunnable.run(JonasStartServer.java:189)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 lcastillovillena 2011-06-22 13:13:41 UTC
Created attachment 109052 [details]
stacktrace