• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Admin console not opening

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Folks,

I have installed Weblogic8.1 SP5.I have created mydomain with user name,password,and all other portdetails host.

When I start server it is running properly with out any errors..the out put window shows the below message..
---------------------------------------------
Starting weblogicserver with Java HotSpot(TM) Client VM Version 1.4.2_0
Inc.>
2006 11:14:55 AM CDT> <Info> <Configuration Manageme
r is being started as the administration server.>
2006 11:14:55 AM CDT> <Info> <Management> <BEA-14110
8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 6
2006 11:14:56 AM CDT> <Notice> <Management> <BEA-140
ration from configuration repository at C:\bea\user_
config.xml.>
2006 11:14:59 AM CDT> <Notice> <Log Management> <BEA
e C:\bea\user_projects\domains\mydomain\myserver\mys
ver side log events will be written to this file.>
2006 11:15:02 AM CDT> <Notice> <Security> <BEA-09008
ing security realm myrealm.>
2006 11:15:03 AM CDT> <Notice> <WebLogicServer> <BEA
Admin Server "myserver" for domain "mydomain">
2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
dmin Server "myserver" for domain "mydomain" running

2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
RUNNING mode>
2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
ad.Default" listening on port 7001, ip address *.*>
-----------------------------------------------
But when i try to open admin console through browser giving the url as
http://localhost:7001/console the page is not displaying its giving page not found error.I tried it again by restarting the system,but again the same problem..Please help me regarding this problem.

Thanks,
Sai
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sai,

Try to log in with the following:

user: weblogic
password: weblogic

See if atleast this gets you in. Maybe you could use it as a work around
for now.

Regards,

Ken
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can you try with your IP address or your hostname and see if it works.

Br
Rahul
 
And then we all jump out and yell "surprise! we got you this tiny ad!"
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic