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 113739 - IOException: 500 Internal Server Error
Summary: IOException: 500 Internal Server Error
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Web Services (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 15:04 UTC by Lukas Hasik
Modified: 2007-09-25 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
part of server log with exceptions (7.11 KB, text/plain)
2007-08-24 15:06 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-08-24 15:04:53 UTC
08/23

-generate Mobile Client to Web Application for wsclient in project -
http://www.netbeans.org/nonav/issues/showattachment.cgi/46871/WebApplicationSimpleWSandClinet.zip
-deploy the webproject
-create simple midlet calling the SimpleWebServiceService 
(e.g.     public void startApp() {
        try {
            SimpleWebServiceService service = new SimpleWebServiceService();
            System.out.println("AAAAAAA: " + service.returnString());
        } catch (IOException ex) {
            ex.printStackTrace();
        }
    }
}
-run the midlet
->500 is response from server
-see server log in attachment
Comment 1 Lukas Hasik 2007-08-24 15:06:42 UTC
Created attachment 47318 [details]
part of server log with exceptions
Comment 2 Michal Skvor 2007-09-10 14:18:13 UTC
Should be fixed.
Comment 3 Lukas Hasik 2007-09-25 15:06:53 UTC
v