Errors while starting the manager server

Hi

I have created a manager server under weblogic 6.1 with sp2.

I am trying to start the managed server using the command file provided by weblogic. And I am getting the following exceptions.... The Admin server is up and running.

Configuration for the managed server

Name: MngdServer

Machine:None

ListenPort:9001

ListenAddress: <null>

External DNSName: <null>

The exception I am getting is ....

java.net.ConnectException: Connection refused: connect

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)

at java.net.Socket.<init>(Socket.java:273)

at java.net.Socket.<init>(Socket.java:127)

at weblogic.net.http.HttpClient.openServer(HttpClient.java:201)

at weblogic.net.http.HttpClient.openServer(HttpClient.java:261)

at weblogic.net.http.HttpClient.<init>(HttpClient.java:121)

at weblogic.net.http.HttpClient.New(HttpClient.java:156)

at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:111)

at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:283)

at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)

at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1019)

at weblogic.management.Admin.initialize(Admin.java:326)

at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)

at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)

at weblogic.Server.main(Server.java:35)

>

***************************************************************************

The WebLogic Server did not start up properly.

Exception raised:

java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '9001'

at weblogic.net.http.HttpClient.openServer(HttpClient.java:210)

at weblogic.net.http.HttpClient.openServer(HttpClient.java:261)

at weblogic.net.http.HttpClient.<init>(HttpClient.java:121)

at weblogic.net.http.HttpClient.New(HttpClient.java:156)

at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:111)

at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:283)

at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)

at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1019)

at weblogic.management.Admin.initialize(Admin.java:326)

at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)

at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)

at weblogic.Server.main(Server.java:35)

nested within:

weblogic.management.configuration.ConfigurationException: connecting to http://localhost:9001/wl_management_internal2/Bootstr

ap - with nested exception:

[java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '9001']

at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1110)

at weblogic.management.Admin.initialize(Admin.java:326)

at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)

at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)

at weblogic.Server.main(Server.java:35)

Reason: Fatal initialization exception

***************************************************************************

[3622 byte] By [rajesh978a] at [2007-9-19]
# 1
Can you paste the command that you are using to run the managed server ?
smadarapua at 2007-7-8 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 2
startManagedWebLogic.cmd MngdServer http://localhost:9001
rajesh978a at 2007-7-8 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 3

> startManagedWebLogic.cmd MngdServer

> http://localhost:9001

>

You should give the url for the admin server and name of the managed server as arguments for this command. you seem like giving the url for the managed server.

this command needs url for the admin server so that it can connect to that admin server and add this managed server to that domain.

Good luck

smadarapua at 2007-7-8 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Thanks, that solved my problem.
rajesh978a at 2007-7-8 > top of java,Enterprise & Remote Computing,Enterprise Technologies...