404 error when running jdeveloper tutorial
919332Feb 28 2012 — edited Feb 28 2012Hi,
Running the first JDeveloper tutorial "Introduction to the JDeveloper IDE" and I am struggling with the last few steps.
After selecting Run I can see JDeveloper starts up the integrated weblogic server ok however no browser window appears and I am left wondering what url I am meant to hit. I have tried http://localhost:7101/MyFirstApp-MyProject-context-root/faces/page1.jspx and just get a weblogic 404 error page.
I did notice this error in the windows event log showing that JDeveloper threw an error trying to invoke the default browser:-
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
{C97FCC79-E628-407D-AE68-A06AD6D8B4D1}
and APPID
{344ED43D-D086-4961-86A6-1106F4ACAD9B}
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
I followed the instructions towards the bottom of this page:-
http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/error-event-log-10016/8f8416a9-2789-4365-a3f1-9e74c0da1393
I no longer get the above error however JDeveloper still fails to start my web browser. I have switched the default browser back to IE from Firefox and still no joy.
Despite trawling *.log files I can see no errors
When I right clicked on page1.jspx and selected run does my web app get copied somewhere or does the integrated weblogic server use its current folder location?
I cant see any evidence in weblogic log files that it has deployed my app although I can see the server has started.
Am I hitting the right url for this example?
My setup :-
Windows 7 64 bit
JDeveloper 11.1.1.5.0 using Java JDK 1.6.0.31 64 bit
Edited by: PDF on 28-Feb-2012 06:08
Edited by: PDF on 28-Feb-2012 06:10