Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Page not found when executing application from Jdev9052

410475Sep 26 2004 — edited Sep 27 2004
This application used to work. I don't know what changes I made to cause problem.

When I execute the application from within JDeveloper, it should be starting with the following url:
http://192.168.1.101:8988/SMART/Login.uix
Instead, it uses the following:
http://192.168.1.101:8988/SMART/Login.uix%20"%1" 
and can't find it.

However, when I delete this following text I get the following error:
java.lang.ClassCastException: oracle.xml.jaxp.JXSAXParserFactory
	at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
	at oracle.cabo.share.xml.JaxpXMLProvider.getXMLReader(Unknown Source)
	at oracle.cabo.share.xml.DefaultXMLProvider.getXMLReader(Unknown Source) . . . .
The library that JXSAXParserFactory is located (Oracle XML Parser v2) is in my library list for this project. I have tried moving it to the top of the list with no luck.

I even tried re-installing JDeveloper and re-opening the workspace with no change.

Does anyone have an idea what is causing this problem?

Thanks very much,

Steve
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2004
Added on Sep 26 2004
6 comments
251 views