• 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:

problem starting weblogic console

 
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new in WebLogic. I installed Weblogic 6.1 evaluation version in NT Workstation in the administrator account. After I started the Default Server, I tried to start the Default Console from a browser (IE). When I
entered password and click OK, it aborted.
I searched this forum and tried different ways to started it, for example, from Start menu, from browser with the url: localhost:7001/console, or "My Machine Name":7001/console. The same thing happened.
Does anyone know what problem it is?
Thank you very much for you help!
Mike
P.S.: The message when I started the default server is as follows:
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<Mar 18, 2002 8:30:14 PM EST> <Notice> <Management> <Loading configuration file
.\config\mydomain\config.xml ...>
<Mar 18, 2002 8:30:20 PM EST> <Emergency> <Security> <Authentication failure - r
eenter password to boot weblogic server:>
<Mar 18, 2002 8:30:39 PM EST> <Notice> <WebLogicServer> <Starting WebLogic Admin
Server "myserver" for domain "mydomain">
<Mar 18, 2002 8:30:44 PM EST> <Notice> <Management> <Starting discovery of Manag
ed Server... This feature is on by default, you may turn this off by passing -Dw
eblogic.management.discover=false>
<Mar 18, 2002 8:30:54 PM EST> <Notice> <Management> <Application Poller not star
ted for production server.>
<Mar 18, 2002 8:30:54 PM EST> <Notice> <WebLogicServer> <SSLListenThread listeni
ng on port 7002>
<Mar 18, 2002 8:30:54 PM EST> <Notice> <WebLogicServer> <ListenThread listening
on port 7001>
<Mar 18, 2002 8:30:55 PM EST> <Notice> <WebLogicServer> <Started WebLogic Admin
Server "myserver" for domain "mydomain" running in Production Mode>
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mike,
It's just a password problem. The default login id is "system" and the password is the one you set when installing the WebLogic Server.
--------------------
Joe McGuire
Sun Certified Java™ 2 Programmer, BEA WLS Certified Developer
 
Mike Yu
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Joe McGuire:
Hi Mike,
It's just a password problem. The default login id is "system" and the password is the one you set when installing the WebLogic Server.
--------------------
Joe McGuire
Sun Certified Java™ 2 Programmer, BEA WLS Certified Developer


Hi Joe,
Thank you for your response. I used the default id "system", and password "weblogic" when I installed WebLogic.
I tried to start the default console, the password window appeared. After I entered the id and password and click OK, it seems that it logged in, but immediately, the browser closed and everything disppeared.
Do you have some suggestions?
Thank you again!
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try to reinstall and while installing its elf give username and passowrd as system and weblogic.offcourse password as as ur wish.after the installation is completed set password in startwweb.cmd and restart server.here password=the password u have given at that time of installation.try it mostly its the prob with password.let me still u have the same prob..
seradmin(seshu)
 
Mike Yu
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did not find the file startweb.cmd or startwweb.cmd
reply
    Bookmark Topic Watch Topic
  • New Topic