Hello,
I've installed Business Server and Publisher on Linux. ARIS version is 7.2.4 (784319) and I am using Oracle.
Both components start/shutdown ok and are accessible with no obvious issue. However, I noticed the below error in <BS>/logs/adminagent_internalerr0.log. Can anyone please advice what this means?
I have a bigger problem later on but on a clean installation I still get below. I'm sure I'm doing something wrong because I get the same on different machines and with version 7.2.5.
--------------------------------------------------------------------------------------------------------------------------------
2014-02-12T07:30:01,9 com.idsscheer.aris.server.Exceptions -
com.idsscheer.aris.server.adminagent.common.AUtils.logException
com.idsscheer.aris.common.cl.framework.TransientException: attempt to establish connection failed: java.net.ConnectException: Connection refused
at com.idsscheer.aris.common.cl.framework.corba.AClientProfile.lookup(Unknown Source)
at com.idsscheer.aris.common.cl.framework.core.ANamingClient.isAlive(Unknown Source)
at com.idsscheer.aris.server.adminagent.agent.ANameService.isAlive(Unknown Source)
at com.idsscheer.aris.server.adminagent.agent.AArisProcess.isAlive(Unknown Source)
at com.idsscheer.aris.server.adminagent.agent.AArisProcess.waitForCompletion(Unknown Source)
at com.idsscheer.aris.server.adminagent.agent.AArisProcess.access$200(Unknown Source)
at com.idsscheer.aris.server.adminagent.agent.AArisProcess$AStartAction.run(Unknown Source)
at com.idsscheer.aris.server.common.AServerTask$MyRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection refused minor code: 0x4f4f0001 completed: No
at com.ooc.OCI.IIOP.Connector_impl.connect_timeout(Unknown Source)
at com.ooc.OB.GIOPClient.getWorker(Unknown Source)
at com.ooc.OB.GIOPClient.bind(Unknown Source)
at com.ooc.OB.DowncallStub.locate_request(Unknown Source)
at com.ooc.CORBA.Delegate._OB_getDowncallStub(Unknown Source)
at com.ooc.CORBA.Delegate.request(Unknown Source)
at com.ooc.CORBA.Delegate.non_existent(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._non_existent(Unknown Source)
... 9 more
--------------------------------------------------------------------------------------------------------------------------------
Thx Mo
Hi Mo,
this can happen if adminagent tries to check if businessserver startet successfully. In case the check is executed to early, when business server is starting yet, this will lead to that message. So you can ignore this message as long as you do not face any problems.
Best regards
Oliver