Thanks. I'm using Sun's JDK 1.3 on NT.

Here are the two stack traces reported during the startup using the standard
run.bat with some extra stuff appended to the classpath (I forgot to include
the second error):

The circular dependencies (???) have got me stumped!

[Naming] java.rmi.server.ExportException: Port already in use: 5555; nested
exce
ption is:
[Naming]        java.net.BindException: Address in use: JVM_Bind
[Naming] java.net.BindException: Address in use: JVM_Bind
[Naming]        at java.net.PlainSocketImpl.socketBind(Native Method)
[Naming]        at java.net.PlainSocketImpl.bind(Unknown Source)
[Naming]        at java.net.ServerSocket.<init>(Unknown Source)
[Naming]        at java.net.ServerSocket.<init>(Unknown Source)
[Naming]        at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSo
cket(Unknown Source)
[Naming]        at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSo
cket(Unknown Source)
<rest snipped>

[JAAS Security Manager] Starting
[JAAS Security Manager] Started
[Default] java.lang.RuntimeException: Circular dependencies!
[Default]       at
org.jboss.dependencies.DependencyManager.processService(Depen
dencyManager.java:224)
[Default]       at
org.jboss.dependencies.DependencyManager.processService(Depen
dencyManager.java:238)
[Hypersonic] Press [Ctrl]+[C] to abort
[Default]       at
org.jboss.dependencies.DependencyManager.processService(Depen
dencyManager.java:238)
[Default]       at
org.jboss.dependencies.DependencyManager.startMBeans(Dependen
cyManager.java:117)
[Default]       at org.jboss.Main.<init>(Main.java:162)
[Default]       at org.jboss.Main$1.run(Main.java:87)
[Default]       at java.security.AccessController.doPrivileged(Native
Method)
[Default]       at org.jboss.Main.main(Main.java:83)
[Default] jBoss 2.0 FINAL Started

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Derek Slager
> Sent: Friday, 19 January 2001 22:51
> To: jBoss
> Subject: Re: [jBoss-User] Server startup error - Port 5555 in use.
>
>
> On Fri, Jan 19, 2001 at 10:00:40PM -0800, Joseph Mok wrote:
> > Hi all,
> >
> > I'm brand new to JBoss. So far, everything's pretty good except
> that for an
> > error when starting the server on subsequent attempts after stopping it
> > (using Ctrl-C). Any ideas will certainly help. Thanks! It's fine when it
> > first runs.
> >
> > It seems that the server doesn't terminate gracefully as the
> error reports
> > that port 5555 used by the naming service is still in use.
> >
> > My OS is NT 4 and the JDK is 1.3.
>
> Are you using the IBM JDK? The most recent IBM jdk I tested with
> didn't seem
> to implement the shutdown hooks properly, so C-c didn't actually
> give jBoss
> the chance to shut down properly. Also, you can use 'kill java' to destroy
> the java process (though this may kill more than the jboss java proc -- be
> careful!).
>
> Good luck,
> Derek
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to