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 15159 - NPE: Cannot run JSPs
Summary: NPE: Cannot run JSPs
Status: RESOLVED DUPLICATE of bug 15153
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-05 22:34 UTC by _ gtzabari
Modified: 2001-09-07 07:26 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 _ gtzabari 2001-09-05 22:34:48 UTC
dev build 200109050100
Sun JDK 1.3.1

    Compiling works fine, but when I try to run the JSP I get:

Wed Sep 05 17:33:04 EDT 2001: java.lang.NullPointerException: Posted StackTrace
Annotation: Exception occurred in Request Processor
org.openide.util.RequestProcessor$Holder: Posted StackTrace(task 
org.netbeans.core.ModuleActions$1@16de7e [-2082, 1, -1])
        at org.openide.util.RequestProcessor$Task.createHolder
(RequestProcessor.java:322)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:100)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:73)
        at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:98)
        at org.netbeans.core.windows.frames.NbFocusManager.processKeyStroke
(NbFocusManager.java:231)
        at org.netbeans.core.windows.frames.NbFocusManager.processEvent
(NbFocusManager.java:192)
        at org.netbeans.core.windows.frames.NbFocusManager$1.run
(NbFocusManager.java:159)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
 
Wed Sep 05 17:33:04 EDT 2001: java.lang.NullPointerException: null
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.impl.ExecPerformersStorage.getExecPerformer
(ExecPerformersStorage.java:69)
        at org.netbeans.modules.j2ee.impl.ServerExecutor.execute
(ServerExecutor.java:46)
        at org.netbeans.modules.j2ee.impl.ServerExecutor.execute
(ServerExecutor.java:42)
        at org.netbeans.modules.j2ee.impl.ExecSupport.start
(ExecSupport.java:125)
        at org.netbeans.modules.j2ee.impl.ServerExecSupport.start
(ServerExecSupport.java:130)
        at org.openide.actions.ExecuteAction.execute(ExecuteAction.java:140)
        at org.openide.actions.ExecuteAction.execute(ExecuteAction.java:237)
        at org.openide.actions.ExecuteAction.performAction
(ExecuteAction.java:102)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:96)
        at org.openide.util.actions.NodeAction.actionPerformed
(NodeAction.java:87)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:85)
        at org.openide.util.Task.run(Task.java:152)
[catch] at org.openide.util.RequestProcessor$ProcessorThread.run
(RequestProcessor.java:611)
Comment 1 _ gtzabari 2001-09-05 22:43:41 UTC
I just verified under dev 200108310100 and it does NOT exibit this 
problem so this is due to a recent change. Furthermore, when I try to 
run the JSP file it asks me to convert it to a web-file. Perhaps the 
actual NPE occurs in the convertor and not with the actual JSP 
runner. <shrug>
Comment 2 _ ttran 2001-09-06 23:11:28 UTC
j2eeserver's bug?
Comment 3 _ rkubacki 2001-09-07 07:26:41 UTC

*** This issue has been marked as a duplicate of 15153 ***