Hello Hanasaki,

hanasaki wrote:

> Please take a look at the following transcripts and comment.
>
> Thank you.
> -----------------------------------------------------------------------
>
> D:\bin\orion>java -jar admin.jar ormi://127.0.0.1:23791 admin passwd
> -shutdown
>
> On subsequent attempts to make a connection the following error
> occurred
>
> Error: javax.naming.NamingException: Lookup error:
> java.net.ConnectException: Co
> connection refused: no further information; nested exception is:
>         java.net.ConnectException: Connection refused: no further
> information
>
> -----------------------------------------------------------------------
>
> D:\bin\orion>java -jar orion.jar
> Error starting RMIServer: IO Error: Address in use: JVM_Bind
> Orion/1.1.8 initialized
> -----------------------------------------------------------------------
>
>

You mean the JVM has quit but still holds the ports locked? Sounds evil
by the JVM...

> Question:
>     - am i missing something.. just where is the documentation on
> things like the admin port number?

There is no admin port, that's why you can't find it in the
documentation...

Administration is done through regular RMI, there's no magic about it.
Since the administration is done like any other remote access you get a
lot for free (and it does support security). If you set up an
administrator you just do it in one place for your app. Then he can call
all your ejb:s with admin rights and can also use the admin tools.
There's no need for yet another way to do things really.

>
>     - doesn't the above error look like the onion server has hung the
> port?
>

Has the Orion process been killed, if it has not, that could be the
problem, if it has, that's very weird.

Regards,
Karl Avedal


Reply via email to