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 64652 - [50cat] NullpointerException when starting Pointbase
Summary: [50cat] NullpointerException when starting Pointbase
Status: VERIFIED DUPLICATE of bug 64826
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 13:12 UTC by host
Modified: 2006-01-17 10:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description host 2005-09-19 13:12:21 UTC
When I try to start Pointbase from the menu I get the following stacktrace:

java.lang.NullPointerException
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.db.RegisterPointbase.getScriptsLocation(RegisterPointbase.java:267)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.db.RegisterPointbase.start(RegisterPointbase.java:297)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.db.StartAction.performAction(StartAction.java:51)
	at
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:94)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:81)
	at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:74)
	at
org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:24)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.doRun(ActionsBridge.java:72)
	at org.netbeans.modules.openide.util.ActionsBridge$1.run(ActionsBridge.java:41)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Andrei Badea 2005-09-19 13:27:41 UTC
The stack trace shows the bug is in the appserver plugin.
Comment 2 Vince Kraemer 2005-09-21 19:22:09 UTC

*** This issue has been marked as a duplicate of 64826 ***
Comment 3 host 2006-01-17 10:06:26 UTC
verified