When I start jboss I get the following error:
16:24:56,436 ERROR [IpcConnection] Could not make connection to the server.
<Host>isd-portal</Host><Port>5400</Port><Timeout>20000</Timeout>
| 16:24:56,445 ERROR [PoolManager] com.appiancorp.asl3.runtimefw.rta.ipc.TcpException:
java.net.ConnectException: Connection refused
| com.appiancorp.asl3.runtimefw.rta.ipc.TcpException: java.net.ConnectException:
Connection refused
| at
com.appiancorp.asl3.runtimefw.rta.ipc.IpcConnection.o(IpcConnection.java:39)
| at
com.appiancorp.asl3.runtimefw.rta.ipc.IpcConnection.<init>(IpcConnection.java:45)
| at
com.appiancorp.asl3.runtimefw.rta.connect.pool.ServerUtils.isPrimary(ServerUtils.java:31)
| at
com.appiancorp.asl3.runtimefw.rta.connect.pool.PoolManager.addServer(PoolManager.java:503)
| at
com.appiancorp.asl3.runtimefw.rta.connect.pool.PoolManager$CheckInvalidConnections.run(PoolManager.java:74)
| at java.util.TimerThread.mainLoop(Timer.java:432)
| at java.util.TimerThread.run(Timer.java:382)
| Caused by: java.net.ConnectException: Connection refused
| at java.net.PlainSocketImpl.socketConnect(Native Method)
| at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
| at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
| at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
| at java.net.Socket.connect(Socket.java:452)
| at java.net.Socket.connect(Socket.java:402)
| at java.net.Socket.<init>(Socket.java:309)
| at java.net.Socket.<init>(Socket.java:124)
| at
com.appiancorp.asl3.runtimefw.rta.ipc.IpcConnection.o(IpcConnection.java:33)
| ... 6 more
|
I am running JBoss version 3.2.5 and I am completely new to JBoss, just got handed the
assignment to figure out what these errors are that started occuring ~4 months ago
It looks like it cannot connect to itself?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977683#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...