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