Malformed Exception occurs when a project is run
Hi,
Below "coded" is the error log as seen on the Sun Java System Application Server Platform Edition 8.2 (build b06-fcs), when used in conjunction with NetBeans 5.0 running on a Windows XP system.
Exception Details from server Log:
Log Entry Detail
Details
Timestamp:
Sep 22, 2006 12:21:31.062
Log Level:
INFO
Logger:
javax.enterprise.system.stream.out
Name-Value Pairs:
_ThreadID=16;
Record Number:
2288
Message ID:
NotifyUtil
Complete Message
:java.net.MalformedURLException: Illegal character in URL
at sun.net.www.http.HttpClient.getURLFile(HttpClient.java:514)
at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:333)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:937)
at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run(NotifyUtil.java:248)
Diagnostic Causes
Diagnostic Checks
Note:
~ When I run the project using the built-in Tomcat (that comes with the NetBeans), there is no occurrence of the exception messages. So I am sure that this is an issue with the Sun Java App Server...
~ I had come across another error previous to this which did not help me run the project that I am developing. That was related to JMS services and the IP of my system was edited due to some unknown reasons (then to: 0.0.0.1). At that point I had just re-installed the App Server... and everything was fine.
For the last few days the above-mentioned exception occurs, but it does allow me to run the project.
- Any ideas as to why the URLs get edited automatically?
- Is it a common happening with the App Server builds?
- How to solve the Malformed Exception issue, without re-installing the App Server?
Any help on this issue is highly appreciated..
Thanks in advance,
Alex

