Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

can't startup the WebLogic 5.1 because of address is in use.

19 views
Skip to first unread message

Ting-Ling Yang

unread,
Mar 28, 2001, 2:24:44 PM3/28/01
to
Dear Friend:

I got this error message when I try to run the "startWebLogic.sh"
to bring up the WebLogic 5.1 on Solaris. It complains the address
are in use. I use JDK 1.3.

Error [125] in bind() call!
err:: Address already in use
Socket transport failed to init.
Transport dt_socket failed to initialize, rc = -1.
FATAL ERROR in native method: No transports initialized

Here are the command that inside the startWebLogic.sh script:
====================================================================
$JAVA -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=5000,server=y,suspend=n -classpath
$JAVACLASSPATH -Dweblogic.class.path=$WEBLOGICCLASSPATH
-Dweblogic.home=. -Djava.security.manager
-Djava.security.policy==`pwd`/weblogic.policy weblogic.Server

Could you please tell me anything wrong?
Thanks in advance,

Damon

Joi Ellis [TeamB]

unread,
Mar 28, 2001, 10:41:49 PM3/28/01
to
Ting-Ling Yang <ting-li...@tms.tm3.com> wrote:
> Dear Friend:

> I got this error message when I try to run the "startWebLogic.sh"
> to bring up the WebLogic 5.1 on Solaris. It complains the address
> are in use. I use JDK 1.3.

> Error [125] in bind() call!
> err:: Address already in use
> Socket transport failed to init.
> Transport dt_socket failed to initialize, rc = -1.
> FATAL ERROR in native method: No transports initialized

> -Xrunjdwp:transport=dt_socket,address=5000,server=y,suspend=n -classpath

I think this means that some other process already had a listen socket
open on port 5000.

netstat -a | grep 5000

should tell you what process owns port 5000. You can either kill that
process, or change the Weblogic port setting.

--
Joi Ellis (TeamB)
No direct email, please.
For best results, post on news server newsgroups.borland.com!
Newsgroup Info: http://www.borland.com/newsgroups/guide.html

0 new messages