Weblogic 11gR1 problem [message #546021] |
Sun, 04 March 2012 11:12 |
Roger22
Messages: 98 Registered: April 2009 Location: Brasov, ROMANIA
|
Member |
|
|
Hi all,
I have WLS 11g running. The Welcome page is working (http://<hostname>:7001), the WL Admin console is working too (http://<hostname>:7001/console).
Problem is the Middleware console (http://<hostname>:7001/em) is returning a 404 Error:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
I followed the steps from here: http://aboutsoa.wordpress.com/2009/11/11/installation-of-oracle-fusion-middleware-11g-r2/ , so i have installed SOA Suite 11.1.1.6.0, but the EM is not working..
I haven't found where to troubleshoot this... please help.
Thanks
|
|
|
|
Re: Weblogic 11gR1 problem [message #555677 is a reply to message #555631] |
Sun, 27 May 2012 02:03 |
ranamirfan
Messages: 535 Registered: January 2006 Location: Pakistan / Saudi Arabia
|
Senior Member |
|
|
Quote:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
First start your's weblogic having path like that.
C:\Oracle\Middleware\user_projects\domains\classicDomain\bin\startWeblogic.cmd
After that try this.
http://<localhost>:7001/em
Hopefully it'll help you.
Regards,
Irfan
|
|
|