• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Console Starting Problem

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have installed weblogic 7.0 and started the server successfully. But when I am not able to view the console when I type

http://thiru:7001/console

in IE or Netscape. Can anyone give me some suggesion what is wrong here?
This are the lines for server starting.


C:\bea\user_projects\thirudomain>echo off
CLASSPATH=C:\bea\jdk131_03\lib\tools.jar;C:\bea\weblogic700\server\lib\weblogic_
sp.jar;C:\bea\weblogic700\server\lib\weblogic.jar;.;c:\j2sdk1.4.0_02\bin;c:\jaka
rta-tomcat-4.0.4\common\lib\servlet.jar
PATH=.;C:\bea\weblogic700\server\bin;C:\bea\jdk131_03\bin;C:\WINNT\system32;C:\W
INNT;C:\WINNT\System32\Wbem;C:\Program Files\IBM\MQSeries\bin;C:\Program Files\I
BM\MQSeries\tools\c\samples\bin;C:\Program Files\Microsoft Visual Studio\Common\
Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Progr
am Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual
Studio\VC98\bin;c:\j2sdk1.4.0_02\bin;c:\winnt;c:\;c:\j2sdkee1.3\bin;c:\ant\bin;;
c:\windows\command;c:\j2sdkee1.3;c:\ant\bin;c:\windows
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://[hostname]:[port]/console *
***************************************************
C:\bea\user_projects\thirudomain>"C:\bea\jdk131_03\bin\java" -hotspot -Xms32m -X
mx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea\weblogic700\server\lib\c
acerts -Dweblogic.Name=thiruserver -Dbea.home="C:\bea" -Dweblogic.management.use
rname= -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Djava.
security.policy="C:\bea\weblogic700\server\lib\weblogic.policy" weblogic.Server
<Dec 28, 2002 1:46:15 PM EST> <Info> <Security> <090065> <Getting boot identity
from user.>
Enter username to boot WebLogic server:thiru
Enter password to boot WebLogic server:
Starting WebLogic Server...
<Dec 28, 2002 1:46:21 PM EST> <Notice> <Management> <140005> <Loading configurat
ion C:\bea\user_projects\thirudomain\.\config.xml>
<Dec 28, 2002 1:46:29 PM EST> <Notice> <Security> <090082> <Security initializin
g using realm myrealm.>
<Dec 28, 2002 1:46:29 PM EST> <Notice> <WebLogicServer> <000327> <Starting WebLo
gic Admin Server "thiruserver" for domain "thirudomain">
<Dec 28, 2002 1:46:45 PM EST> <Notice> <Management> <141052> <Application Poller
started for development server.>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <WebLogicServer> <000355> <Thread "Listen
Thread.Default" listening on port 7001, ip address 64.105.44.59>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <Management> <141030> <Starting discovery
of Managed Server... This feature is on by default, you may turn this off by pa
ssing -Dweblogic.management.discover=false>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <WebLogicServer> <000331> <Started WebLog
ic Admin Server "thiruserver" for domain "thirudomain" running in Development Mo
de>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLLis
tenThread.Default" listening on port 7002, ip address 64.105.44.59>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <WebLogicServer> <000365> <Server state c
hanged to RUNNING>
<Dec 28, 2002 1:46:49 PM EST> <Notice> <WebLogicServer> <000360> <Server started
in RUNNING mode>

 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try
http://localhost:7001/console
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
or
http://127.0.0.1:7001/console
this is based on the fact that perhaps your machine name is not thiru.
 
reply
    Bookmark Topic Watch Topic
  • New Topic