Check to make sure that the TCP port that you have configured for ARS is free and not in use by another application.
Note that it could be that ARS didn't shutdown cleanly and the previous instance is actually the one holding the port open. The "lsof" command is pretty handy in determining what has a particular port open. Until you get a clean ARS startup, it's hard to say what's going on with the API program. ARERR 90 is pretty generic error. Juan Ingles On Wed, Dec 30, 2009 at 10:39 AM, SriSamSri Appecherla < [email protected]> wrote: > ** > Hi Listers, > > I am trying to connect to Remedy using a Java API. Though the server is up > and running. I am able to login to the User tool using the same credentials > that I am using in API. But the API is unable to connect to Remedy and is > showing this error: > > ERROR (90): Cannot establish a network connection to the AR System server; > Connection refused > > I am using ARS 7.5 with Oracle 11g DB on Sun Solaris platform. > > I checked the Minimum API version, it is set to 0. The arplugin.log has the > error: > > 2009-12-30 20:12:19,605 ERROR [main] > com.bmc.arsys.pluginsvr.ARPluginServerMain (?:?) - AR Plugin Server Startup > Error > java.net.BindException: Address already in use > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) > at java.net.ServerSocket.bind(ServerSocket.java:319) > at java.net.ServerSocket.<init>(ServerSocket.java:185) > at org.acplt.oncrpc.server.OncRpcTcpServerTransport.<init>(Unknown > Source) > at com.bmc.arsys.arrpc.ARPluginServerDispatcher.<init>(Unknown > Source) > at com.bmc.arsys.pluginsvr.a.<init>(Unknown Source) > at > com.bmc.arsys.pluginsvr.ARPluginServerManager.initRpcDispatcher(Unknown > Source) > at com.bmc.arsys.pluginsvr.ARPluginServerMain.main(Unknown Source) > Exception in thread "main" java.lang.NullPointerException > at com.bmc.arsys.pluginsvr.ARPluginServerMain.stopServer(Unknown > Source) > at com.bmc.arsys.pluginsvr.ARPluginServerMain.main(Unknown Source) > Can anybody please help me in troubleshooting this? > > Regards, > SriSamSri Appecherla > Mobile# +91 988 480 4001 > _Platinum Sponsor: [email protected] ARSlist: "Where the Answers > Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

