• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Can not access WebLogic Admin console

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed WebLogic 11g
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"

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>



Why is that ? Does it mean that I have to restart the service ? I looked for the service in windows services pane, but could not find any service by the name weblogic or wls (is service name something different ?). please let me know, whats the issue here

Does this port 7001 not work ? How can I get it working ?

Thanks
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check Admin server startup logs. Do you see any errors there?

Is server started successfully.
 
nirjari patel
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.

I had to restart the service. It worked fine for. But niw when I start service, i am getting following error

"<Jul 28, 2014 9:30:38 AM EDT> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will
be disabled.>"

Which Admin server is not running ? How to run this Admin server ? When I am running weblogic server from url "http://localhost:7001/console/login/LoginForm.jsp" , it runs fine.

Thanks
 
Ranch Hand
Posts: 378
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the URL http://localhost:7001/console
usually is for Admin Server (it is customizable though).

How are you starting up the server ?
thru a script ?

the easier way would be to start with startWeblogic.sh script and StartManagedServer.sh for MS.
 
nirjari patel
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am starting weblogic from start menu as follows
Start Menu -> Oracle Weblogic -> User Projects -> np -> Start admin server for Weblogic server domain

 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nirjari, please try starting the server with the script located at ~/Middleware/user_projects/domains/<your-domain-name>/bin/startWebloigic.cmd.

Let us know the results!
 
These are the worst of times and these are the best of times. And this is the best tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic