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 74108 - NullPointerException w/ Run Tutorial Project
Summary: NullPointerException w/ Run Tutorial Project
Status: RESOLVED DUPLICATE of bug 70193
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 20:48 UTC by gboal
Modified: 2006-07-28 11:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jar file of messages.txt log file (52.56 KB, application/octet-stream)
2006-03-28 20:56 UTC, gboal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gboal 2006-03-28 20:48:59 UTC
Had deployed tutorial OrderSystem project successfully. Modified jsp page, 
inducing error in jsp by incorrectly modifying "id" of <inputText> tag. 

<h:inputText id="dueDate <dd/MM/yyyy)" value="#{OrderBean.dueDate}">

Modified jsp page after error detected in jsp page with first run attempt. 
Selected Run Project again and exception occurred.

java.lang.NullPointerException
	at org.apache.tools.ant.Project.fireMessageLoggedEvent
(Project.java:2006)
	at org.apache.tools.ant.Project.fireMessageLogged(Project.java:2058)
	at org.apache.tools.ant.Project.log(Project.java:367)
	at org.apache.tools.ant.Task.log(Task.java:346)
	at org.apache.tools.ant.Task.log(Task.java:334)
	at org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.log
(ProgressUI.java:166)
	at org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.progress
(ProgressUI.java:115)
	at 
org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.handleProgressEvent
(ProgressUI.java:215)
	at com.sun.enterprise.deployapi.ProgressObjectSink.handleProgressEvent
(ProgressObjectSink.java:193)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.fireProgressEvent
(ProgressObjectImpl.java:392)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.fireProgressEvent
(ProgressObjectImpl.java:420)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.setupForNormalExit
(ProgressObjectImpl.java:517)
	at com.sun.enterprise.deployment.client.ChangeStateAction.run
(ChangeStateAction.java:106)
[catch] at java.lang.Thread.run(Thread.java:595)




Contents of Log file:

Mar 28, 2006 12:23:37 PM org.apache.jasper.compiler.TagLibraryInfoImpl 
createAttribute
WARNING: Unknown element (deferred-value) in attribute
Mar 28, 2006 12:23:37 PM org.apache.jasper.compiler.TagLibraryInfoImpl 
createAttribute
WARNING: Unknown element (deferred-value) in attribute

ABOVE LINES REPEATED MANY TIMES: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*********** Exception occurred ************ at 12:24 PM on Mar 28, 2006
java.lang.NullPointerException
	at org.apache.tools.ant.Project.fireMessageLoggedEvent
(Project.java:2006)
	at org.apache.tools.ant.Project.fireMessageLogged(Project.java:2058)
	at org.apache.tools.ant.Project.log(Project.java:367)
	at org.apache.tools.ant.Task.log(Task.java:346)
	at org.apache.tools.ant.Task.log(Task.java:334)
	at org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.log
(ProgressUI.java:166)
	at org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.progress
(ProgressUI.java:115)
	at 
org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.handleProgressEvent
(ProgressUI.java:215)
	at com.sun.enterprise.deployapi.ProgressObjectSink.handleProgressEvent
(ProgressObjectSink.java:193)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.fireProgressEvent
(ProgressObjectImpl.java:392)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.fireProgressEvent
(ProgressObjectImpl.java:420)
	at com.sun.enterprise.deployapi.ProgressObjectImpl.setupForNormalExit
(ProgressObjectImpl.java:517)
	at com.sun.enterprise.deployment.client.ChangeStateAction.run
(ChangeStateAction.java:106)
[catch] at java.lang.Thread.run(Thread.java:595)
Comment 1 gboal 2006-03-28 20:56:33 UTC
Created attachment 29454 [details]
jar file of messages.txt log file
Comment 2 Pavel Buzek 2006-07-27 16:35:21 UTC
Stepane, can you please check this? Tx.
Comment 3 Sherold Dev 2006-07-28 11:13:13 UTC

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