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 73575 - Cannot see log messages from GlassFish
Summary: Cannot see log messages from GlassFish
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 16:30 UTC by Milan Kuchtiak
Modified: 2006-06-04 23:44 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 Milan Kuchtiak 2006-03-14 16:30:51 UTC
Not only I cannot see the log messages in output window, but it seams that log
messages are swallowed by the plugin API. Then I cannot see the log message even
in server log file.

Exception :

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)
Comment 1 Sherold Dev 2006-03-15 10:31:43 UTC
The exception has nothing to do with the fact that messages from your
application are not being displayed in the log. Reassigning to sunappserv plugin.

The exception is already filed as
http://www.netbeans.org/issues/show_bug.cgi?id=70193
Comment 2 Milan Kuchtiak 2006-03-16 08:33:28 UTC
I used GlassFish (#40).
Comment 3 Nitya Doraisamy 2006-03-16 17:35:07 UTC
Please attach the application that you are attempting to deploy to help
investigate this issue.
Comment 4 Milan Kuchtiak 2006-03-16 18:15:10 UTC
It looks like it is working now with latest GlassFish build. (#41)
May be it was a GlassFish bug.