Hi All,
I would be grateful if someone can tell me how can I run multiple instances
of Phoenix on same machine. I have read it, it is possible. But not able to
found how. When I try to run phoenix from two of my installations on same
machine. I get the following error.
FATAL_E 2003-06-23 17:31:07.052 [Phoenix ] (): There was a fatal error while
starting Embeddor.
javax.management.MBeanException: nested exception is java.net.BindException:
Address already in use: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:309)
at java.net.ServerSocket.<init>(ServerSocket.java:183)
at
mx4j.adaptor.PlainAdaptorServerSocketFactory.createServerSocket(PlainAdaptor
ServerSocketFactory.java:26)
at
mx4j.adaptor.http.HttpAdaptor.createServerSocket(HttpAdaptor.java:687)
As far as I understand, I try to use some port which is already used. But
not sure where should I configure this thing.
There is a file kernel.xml. Do simply changing port number in this file will
solve the problem or is there any other intelligent solution.
Regards
Muhammad Ali
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]