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 112584 - IOException occurs when execute a Webservice in EJB module
Summary: IOException occurs when execute a Webservice in EJB module
Status: RESOLVED DUPLICATE of bug 109891
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-11 02:09 UTC by davisn
Modified: 2007-08-13 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (52.08 KB, application/octet-stream)
2007-08-11 02:10 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2007-08-11 02:09:38 UTC
java.io.IOException occurs in messages.log file when execute a webservice in an EJB module app

STEPS TO REPRODUCE:
1. Install netbean nightly 6.0 - dated 08/20/2207 with glassfishV2-58
2. Create an EJB module
3. Add a webservice from WSDL file to the recently created EJB Module
4. Build and deploy the ejb jar file to glassfish server
5. Open glassfish GUI console > expand Webservices node > select endpoint node > click Test button
(Note: When I delete the EJB project, another exception message appears on the IDE)  
BUG:
     java.io.IOException
        at org.netbeans.modules.web.monitor.data.MonitorData.createGraph(MonitorData.java:528)
        at org.netbeans.modules.web.monitor.data.MonitorData.createGraph(MonitorData.java:511)
[catch] at org.netbeans.modules.web.monitor.client.Controller.retrieveMonitorData(Controller.java:1
        at org.netbeans.modules.web.monitor.client.Controller.retrieveMonitorData(Controller.java:1
        at org.netbeans.modules.web.monitor.client.Controller.addTransaction(Controller.java:161)
        at org.netbeans.modules.web.monitor.client.MonitorAction.addTransaction(MonitorAction.java:
        at org.netbeans.modules.web.monitor.client.PutTransaction$1.run(PutTransaction.java:150)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
[Fatal Error] :75:3289: The character reference must end with the ';' delimiter.
Comment 1 davisn 2007-08-11 02:10:23 UTC
Created attachment 46473 [details]
messages.log file
Comment 2 Lukas Jungmann 2007-08-11 11:53:08 UTC
This comes from HTTP monitor, Stepane?
Comment 3 Sherold Dev 2007-08-13 09:16:20 UTC

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