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

Summary: [50cat] NullpointerException when starting Pointbase
Product: serverplugins Reporter: host <host>
Component: Sun Appserver 8Assignee: Andrei Badea <abadea>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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