Tech Support Forum banner
Status
Not open for further replies.

How can I get port 7001 listening ?

5.4K views 1 reply 2 participants last post by  djaburg  
#1 ·
I have installed WebLogic 11g on Windows 7
I am using following url to access admin console
"http://localhost:7001/console/login/LoginForm.jsp"
I am getting error message "Internet Explorer can not display the webpage"

This was working fine till I loggen in last time a day before.

When I checked connection problem, I got message "Remote device or resource won't accept connection"

Following details I am getting when I am trying to find port details. It seems port 80 is listening fine, but pot 7001 does not.
C:\Users\npatel>netstat -np TCP | find "80"
TCP 10.82.204.127:55766 10.80.161.52:445 ESTABLISHED
TCP 10.82.204.127:55804 10.82.50.73:8080 CLOSE_WAIT
TCP 10.82.204.127:56552 10.82.50.72:8080 CLOSE_WAIT
TCP 10.82.204.127:58003 10.82.50.73:8080 ESTABLISHED
TCP 10.82.204.127:58026 10.82.50.73:8080 ESTABLISHED
TCP 10.82.204.127:60005 10.230.17.24:80 ESTABLISHED
TCP 10.82.204.127:60063 10.82.50.72:8080 ESTABLISHED
TCP 10.82.204.127:60065 10.82.50.72:8080 ESTABLISHED
TCP 127.0.0.1:58094 127.0.0.1:58095 ESTABLISHED
TCP 127.0.0.1:58095 127.0.0.1:58094 ESTABLISHED

C:\Users\npatel>netstat -np TCP | find "7001"

C:\Users\npatel>
What is the reason that port 7001 would stop listening all of a sudden ? How can I get port 7001 to listen again ?

Thanks
 
#2 ·
I'd check the event viewer (application logs) to see if there's an error and I'd also verify that the service is actually running.
 
Save
Status
Not open for further replies.
You have insufficient privileges to reply here.