Exception when trying to Connect to JMS Server Remotely

Hi,
I get the following error when i am trying to connect to a JMS server over the network. Please help.
Aug 7, 2009 12:58:10 PM com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl <init>
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2690)
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2711)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:261)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:274)
at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImp
l.java:130)
at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl
.java:192)
at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:181)
at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:325)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
at com.sun.enterprise.naming.SerialContext.narrowProvider(SerialContext.java:127)
at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:182)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:339)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.splwg.mpl.server.jms.JNDIJMSConnectionFactoryFactory.getConnectionFactory(JNDIJMSConnectionFactoryFactory
.java:56)
at com.splwg.mpl.server.jms.JMSUtilImpl.getConnectionFactory(JMSUtilImpl.java:75)
at com.splwg.mpl.jms.queue.JMSSender.init(JMSSender.java:80)
at com.splwg.mpl.sending.NewSenderManager.init(NewSenderManager.java:108)
at com.splwg.mpl.sending.SameThreadSendingManager.initSenderManager(SameThreadSendingManager.java:353)
at com.splwg.mpl.sending.SameThreadSendingManager.init(SameThreadSendingManager.java:154)
at com.splwg.mpl.server.async.AsyncServer.init(AsyncServer.java:193)
at com.splwg.mpl.server.MPLServer.init(MPLServer.java:386)
at com.splwg.mpl.server.MPLServer.run(MPLServer.java:547)
at com.splwg.mpl.server.MPLServer.runMPL(MPLServer.java:535)
at com.splwg.mpl.server.MPLServer.main(MPLServer.java:524)
Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:347)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:244)
... 22 more
Caused by: java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:105)
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:332)
... 23 more
Aug 7, 2009 12:58:16 PM com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl <init>
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2690)
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2711)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:261)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:274)
at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImp
l.java:130)
at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl
.java:192)
at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:181)
at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:325)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
at com.sun.enterprise.naming.SerialContext.narrowProvider(SerialContext.java:127)
at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:182)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:339)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.splwg.mpl.server.jms.JNDIJMSConnectionFactoryFactory.getConnectionFactory(JNDIJMSConnectionFactoryFactory
.java:56)
at com.splwg.mpl.server.jms.JMSUtilImpl.getConnectionFactory(JMSUtilImpl.java:75)
at com.splwg.mpl.jms.queue.JMSSender.init(JMSSender.java:80)
at com.splwg.mpl.sending.NewSenderManager.init(NewSenderManager.java:108)
at com.splwg.mpl.sending.SameThreadSendingManager.initSenderManager(SameThreadSendingManager.java:353)
at com.splwg.mpl.sending.SameThreadSendingManager.init(SameThreadSendingManager.java:154)
at com.splwg.mpl.server.async.AsyncServer.init(AsyncServer.java:193)
at com.splwg.mpl.server.MPLServer.init(MPLServer.java:386)
at com.splwg.mpl.server.MPLServer.run(MPLServer.java:547)
at com.splwg.mpl.server.MPLServer.runMPL(MPLServer.java:535)
at com.splwg.mpl.server.MPLServer.main(MPLServer.java:524)
Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:347)
at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:244)
... 22 more
Caused by: java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:105)
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:332)
... 23 more

The googleapi.jar contains copies of some javamail classes. Here a few I found in my output:
javax.mail.event.MessageCountListener from googleapi.jar
javax.mail.Session from googleapi.jar
javax.mail.MessagingException from googleapi.jar
javax.mail.NoSuchProviderException from googleapi.jar
This particular google api is the old SOAP google service that is no longer allowing new registrations, but still has support for existing API key holders, like me :-). Thought this might be a common jar in most libraries, so worth mentioning.
Don't forget, you can debug your loaded classes with java -verbose MyApp to find those rogue libraries.

Similar Messages

  • Null connection when trying to connect to SQL Server 2000 in Tomcat4.1.29

    Hi All,
    I am still struggling with null connection when trying to connect to sql server 2000 with tomcat using sun.jdbc.odbc.JdbcOdbcDriver
    Here is my server.xml
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <GlobalNamingResources>
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    <Resource auth="Container" description="Users and Groups
    Database" name="UserDatabase"
    scope="Shareable"
    type="org.apache.catalina.UserDatabase"/>
    <Resource name="jdbc/DefaultDS" scope="Shareable"
    type="javax.sql.DataSource"/>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.
    MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    <ResourceParams name="jdbc/DefaultDS">
    <parameter>
    <name>validationQuery</name>
    <value></value>
    </parameter>
    <parameter>
    <name>user</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>maxWait</name>
    <value>5000</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>4</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:odbc:JBoss-SQL://localhost:1433;databaseName=Development;selectMethod=cursor;</value>
    </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>2</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="100" debug="0" connectionTimeout="20000"
    useURIValidationHack="false" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    useURIValidationHack="false" disableUploadTimeout="true">
    <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
    clientAuth="false" protocol="TLS" />
    </Connector>
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    <!-- Define an AJP 1.3 Connector on port 8009 --><Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
    timestamp="true"/>
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/DefaultDS" auth="container" type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/DefaultDS">
    <!-- Maximum number of dB connections in pool.
    Set to 0 for no limit.
    -->
    <parameter>
    <name>maxActive</name>
    <value>8</value>
    </parameter>
    <!-- Maximum number of idle dB connections to retain in pool.
    Set to 0 for no limit.
    -->
    <parameter>
    <name>maxIdle</name>
    <value>4</value>
    </parameter>
    <!-- Maximum time to wait for a dB connection to become available
    in ms, in this example 10 seconds. An Exception is thrown if
    this timeout is exceeded. Set to -1 to wait indefinitely.
    -->
    <parameter>
    <name>maxWait</name>
    <value>5000</value>
    </parameter>
    <!-- MS Sql Server dB username and password for dB connections
    -->
    <parameter>
    <name>user</name>
    <value>sa</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>sa</value>
    </parameter>
    <!-- Class name for MS Sql Server JDBC driver
    -->
    <parameter>
    <name>driverClassName</name>
    <value>sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    <!-- The JDBC connection url for connecting to MS Sql Server dB.
    -->
    <parameter>
    <name>url</name>
    <value>jdbc:odbc:JBoss-SQL://localhost:1433;databaseName=Development;selectMethod=cursor;</value>
    </parameter>
    <!-- This Databae Connection Pool Description.
    -->
    <parameter>
    <name>description</name>
    <value>JDBC Driver: sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    <ResourceLink name="linkToGlobalResource"
    global="simpleValue"
    type="java.lang.Integer"/>
    </Host>
    </Engine>
    </Service>
    </Server>
    and my web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <!-- Standard Action Servlet Mapping -->
    <web-app>
    <resource-ref>
    <res-ref-name>jdbc/DefaultDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    and JBoss-SQL is data source I created from control panel settings and here is way I am retrieving connetion
    InitialContext initCtx = new InitialContext();
    DataSource ds = (DataSource) initCtx.lookup("java:comp/env/jdbc/DefaultDS");
    Connection con = ds.getConnection();
    return con;
    I tried connecting as mentioned in this website
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Common%20Problems.But didn't help
    Please help urgent
    Sorry for long file. Can any one please help me in solving this problem.
    Thanks in advnace
    Kurakula

    I'd recommend that you not use the JDBC-ODBC bridge driver to connect to SQL Server. M$ and jTDS are two free type IV JDBC drivers that you should use instead. Put those JARs in the WEB-INF/lib directory.
    The database URL you're using is not correct if you change drivers. Consult the docs to find out what the proper syntax is.
    MOD

  • Page/JNI: Exception when trying to connect in 1,page/ContentFetcher InterruptedIOExce

    We have upgraded to fro m 3.0.8 portal 3.0.9.8.2 9iAS 1.0.2.2 on database 8.1.7
    the system is very fast and run for sometime but after a while we see the following errors in Jserv.log file.
    this error causes the whole system to hang and we have to restart apache/jserv.
    Any light on this issue will be helpful and very much appreciated.
    thanks,
    Sunil Bontha
    25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: init
    [25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: Initializing Discoverer 4i Viewer (4.1.37.82)
    [25/07/2001 14:09:15:219 CEST] page/oracle.webdb.page.ParallelServlet: init
    [25/07/2001 14:09:15:249 CEST] page/JNI: Cache is enabled.
    [25/07/2001 14:09:15:299 CEST] page/Starting a pool of 25 handlers.
    [25/07/2001 14:09:43:820 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:830 CEST] page/Timeout occurred, label=145 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:830 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher23
    [25/07/2001 14:09:43:840 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:840 CEST] page/Timeout occurred, label=293 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:840 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher22
    [25/07/2001 14:09:53:864 CEST] page/JNI: Exception when trying to connect in 1.

    Hi Avi,
    My application is a standalone application trying to access MBeans present in oc4j.
    I tried
    using the code
    props.put(Context.INITIAL_CONTEXT_FACTORY ,"oracle.j2ee.rmi.RMIInitialContextFactory");
    obj = (ManagementHome) ctx.lookup("ejb/mgmt/MEJB");
    but i am getting the following error.
    javax.naming.NameNotFoundException: ejb/mgmt/MEJB not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :45)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at TestMBean.doSomething(TestMBean.java:90)
    at TestMBean.main(TestMBean.java:237)
    java.lang.NullPointerException
    at TestMBean.doSomething(TestMBean.java:107)
    at TestMBean.main(TestMBean.java:237)
    Regards
    Siva

  • Console Error When Trying to Connect to Task Server

    I'm trying to set up an Apple Remote Desktop task server on our Xserve G5. I've successfully installed Apple Remote Desktop 3, but I'm having some weird problems with it.
    One thing that should be noted is that we don't have a monitor for our Xserve. Everything is done via Apple Remote Desktop. So I have to install Remote Desktop on the Xserve via Remote Desktop. (I don't know if this makes a difference, but I do know that Remote Desktop doesn't allow you to control a computer that is currently running Remote Desktop, so maybe this is part of the problem.)
    After installing Remote Desktop on the Xserve, I launched it, and when trying to control the application, it's very unresponsive. Clicking and holding on the icon in the Dock almost always says "Application not responding", and I can barely click on anything at all. I created an AppleScript that turned on the Remote Desktop task server, hoping that I wouldn't need to touch the Remote Desktop app on the Xserve anymore.
    The problem now, though, is that when I try to connect to the task server from another administration computer (by going to Remote Desktop preferences, "Task Server" tab, choosing "Use remote Task Server", entering the IP address of the Xserver, and then clicking select), it immediately reverts back to using the task server on the local computer.
    This also shows up in the console when trying to connect to the remote task server:
    MacBook-001959 /Applications/Remote Desktop.app/Contents/MacOS/Remote Desktop: setCollectionAtComputer: Got unexpected error (-6410) setting Admin entry in DOC.
    Has anyone had this problem before?

    Well, in fairness to Apple, the ARD license does say that each copy can only be installed on a single system. But I do agree that it would be nice if a more explicit "this serial number is in use on another system" message appeared (since it may not be known in some organizations that someone installed ARD elsewhere). You can suggest that to Apple through the feedback page.

  • Getting error 789 when trying to connect with a PC remotely via VPN

    When we set up the VPN we are getting a Error 789 when trying to connect with a PC. Any suggestions would be appreciated.

    The utilities, provided on the CD, are not required for the PC to access the Internet through the 802.11n AirPort Extreme Base Station (AEBSn). They are only necessary for administering the base station.
    If your PC is currently configured as a DHCP client, it shouldn't have any issues connecting by Ethernet. The AEBSn will assign the appropriate IP addresses required for connectivity to the Internet ... just like it does for wireless clients.

  • Internal Error When Trying To Connect To Enterprise Server

    We are making a rather bold move upgrading from CD8.5 to CR2008.  We have an enterprise server in place that can be accessed in 8.5.  When I attempt to log in to the server using 2008, I get a weird error saying that an internal error has occurred for an unknown exception. 
    I guess the place to start is to figure out what that error message really means so we can try and fix it.
    Any tips or suggestions?

    Hello,
    There have been changes in the way CR connects to Enterprise. You did not say what version of Enterprise you are using but it should also match the version of CR.
    CR 8.5 is very old and since version 9.0 most reports designed and published to current versions of Enterprise will work. You'll run into issues though because CR XI R2 and above have cascading parameters which older versions do not know anything about. Designing reports in CR 2008 and publishing them to older version of CRS may not work 100%.
    Depending on the version of Enterprise you should have a valid support contract and therefore can create a case on line and work with an engineer to explain in details. If your version of Enterprise is that old you'll need to upgrade it also to BOE XI R3.1
    If you are trying to connect to Enterprise 8.5 or older it's not going to work from CR 2008. They need to match versions.
    Thank you
    Don

  • Error -14910 when trying to connect to network server

    A user has a brand new (2 weeks old) Mac Pro 3.00GHZ quad running 8GB RAM that has started acting very strangelly this morning. I will break it down as it happened...
    - When logging on, it brought up the connect to server dialogue BEFORE the log on screen. It would not allow us to cancel the screen for ages, but eventually the third restart cleared that.
    - As soon as we logged on, it connected automatically to the server (without prompting for any password). From within apps, it was as if the server was not there, but a second connect would make the folders available. When trying to disconnect the first instance of the server, it prompted for an admin password and then said it was unable to disconnect.
    - Ran a permission repair, which cleared that issue but presented me with a far worse issue...The user can no longer connect to the server with his username; Error -14910
    - I then tried a whole bunch of other usernames to connect to the server but all failed. EVENTUALLY I was able to connect using the server's admin account, but obviously this is not ideal for my user.
    Other info: OS 10.4.7 on Mac Pro and Server
    Server is an XServe
    I can supply any more information needed, This is urgent, so any help at all gratefully recieved

    Time error. Sorted

  • No Route to Host Exception when trying to connect to OpenMQ?

    Hi,
    I'm trying to connect to an OpenMQ server running on another machine with code like the following:
            com.sun.messaging.ConnectionFactory f = new com.sun.messaging.ConnectionFactory();
            String host = "192.168.181.181";
            int timeOut = 10 * 1000;
            boolean reachable = InetAddress.getByName(host).isReachable(timeOut);
            System.out.println("reachable=" + reachable);
            f.setProperty(ConnectionConfiguration.imqAddressList,             host );
            f.setProperty(ConnectionConfiguration.imqAddressListBehavior, "RANDOM");
            f.setProperty(ConnectionConfiguration.imqConsumerFlowLimit,   "10");
            f.setProperty(ConnectionConfiguration.imqReconnectEnabled,    "true");
            Connection myConnection = f.createConnection();This tells me that the machine is not reachable (via my print) and throws a NoRouteToHostException. My problem is that the machine is reachable. It responds to pings and I can use telnet to see the OpenMQ server is running:
    curt@ccox-u1:~$ telnet 192.168.181.181 7676
    Trying 192.168.181.181...
    Connected to 192.168.181.181.
    Escape character is '^]'.
    101 DEV_MQ_Cluster 4.2
    portmapper tcp PORTMAPPER 7676 [imqvarhome=/var/opt/sun/mq,brokerid=bossnode1,imqhome=/opt/sun/mq,sessionid=8595155628813678592]
    cluster_discovery tcp CLUSTER_DISCOVERY 32811
    jmxrmi rmi JMX 0 [url=service:jmx:rmi://foo.com/stub/rO0ABXNyAC5qYXZheC5tYW5hZ2VtZW50LnJlbW90ZS5ybWkuUk1JU2VydmVySW1wbF9TdHViAAAAAAAAAAICAAB4cgAaamF2YS5ybWkuc2VydmVyLlJlbW90ZVN0dWLp/tzJi+FlGgIAAHhyABxqYXZhLnJtaS5zZXJ2ZXIuUmVtb3RlT2JqZWN002G0kQxhMx4DAAB4cHc6AAtVbmljYXN0UmVmMgAADzE5Mi4xNjguMTgxLjE4MQAAgCwTQLe4tsgNM+WcbkQAAAEggVyr4oABAHg=]
    admin tcp ADMIN 32814
    jms tcp NORMAL 32813
    cluster tcp CLUSTER 32815
    Connection closed by foreign host.Can anyone tell me why this fails or give me some troubleshooting hints?
    Thanks,
    Curt
    PS -- Here's what I'm running:
    curt@ccox-u1:~$ java -version
    java version "1.6.0_10"
    Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
    Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
    curt@ccox-u1:~$ cat /proc/version
    Linux version 2.6.27-11-generic (buildd@vernadsky) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Wed Apr 1 20:57:48 UTC 2009

    There are two problems here. The first is a firewall problem. Although the Open MQ port mapper running on port 7676 wasn't being blocked, the port that mq tcp port was. I was able to solve this by creating an ssh tunnel and specifying a mqtcp connection.
    "Table 18–2 Message Broker Addressing Schemes"
    http://docs.sun.com/app/docs/doc/820-4916/6ngbm6hp4?a=view#gbnnt
    f.setProperty(ConnectionConfiguration.imqAddressList,"mqtcp://" + host + ":32782/jms");This solution is less than ideal, since the mq tcp port can change. In fact, if you reference the original post, you can see it has already changed on me. I could write code to determine what the port is and create my own tunnel, but that doesn't seem worth the effort just yet.
    The second problem is the lack of helpful error message. It's the sort of problem where you can't really blame any one party too much. Open MQ and Java are both just reporting the error message that they are given by the operating system. They should do a bit more than that.

  • Spinner when trying to connect to Lion Server

    At some point I tried to uninstall Lion Server (by dragging the server app to the trash, realize now that this was really dumb)
    Re-installed via the appstore, and now I can't connect to the server. 
    Run the Server.app
    Click on "This Mac"
    Enter current account password
    Spins forever.
    Dtruss tells me the following:
    __semwait_signal(0x1F03, 0x0, 0x1)
    = -1 Err#60
    mmap(0x0, 0x4000, 0x3, 0x1002, 0x34000000, 0x0)
    = 0x11BF3000 0
    mmap(0x0, 0x4000, 0x3, 0x1002, 0x34000000, 0x0)
    = 0x11BF7000 0
    munmap(0x111BF7000, 0x4000)
    = 0 0
    munmap(0x111BF3000, 0x4000)
    = 0 0
    mmap(0x0, 0x4000, 0x3, 0x1002, 0x34000000, 0x0)
    = 0x11BF7000 0
    munmap(0x111BF7000, 0x4000)
    = 0 0
    munmap(0x111BF3000, 0x4000)
    = 0 0
    Over and over again.  I've run through most of onyx's cleaning routines (mainly just dumping caches). . . no dice.
    servermgrd is running so the normal check launchctl that is floating around won't do much for me.

    I'm new to this what other posts?

  • Security package specific error occurred when trying to connect to Orchestrator with remote Runbook Designer

    When I try to connect to Orchestrator server with Runbook Designer installed on my laptop I get an error saying "A security  package specific error occurred.".
    Entry from Designer log file is below. I've tried to set error level to 3 and 7 but got no additional info about the error. I'm unable to find any details of the error on server or client side in any logs (Event Log or Orchestrator trace logs).
    Connecting to Orchestrator Management Server with local Designer installed on the server works fine. 
    Orchestrator is installed in AD environment and security groups are properly configured.
    Can anybody help?
    2012-06-12 11:35:51 [7472] 1 Exception caught in long __cdecl `anonymous-namespace'::connectCommunicator(struct HWND__ *,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)
    Connections.cpp(238):
    <Exception>
    <Type>Opalis::Exception</Type>
    <Location>
    void __thiscall ServiceCommunicator::connect(const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)
    ServiceCommunicator.cpp(118)
    </Location>
    <MsgCode>A security package specific error occurred.
    </MsgCode>
    </Exception>

    I'm having a similar issue with one of our runbook servers. i cannot deploy any IPs to it. I get the error "A security package specific error occurred". I can open the designer on the runbook server, connect to the management server, and look at
    runbooks. They wont run on the server without the IPs though, but it doesnt seem like a connection issue. i have also tried uninstalling/re-installing the runbook server and i get the same. 
    Has anybody else run into this? 
    Edit:
    Heres an error fromthe event log:
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server <Service Account>. The target name used was HOST/server.domain.domain.com. This indicates that the target server failed to decrypt the ticket provided by the client. This can
    occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account used by the server. This error can also
    happen when the target service is using a different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the server and the KDC are both updated to
    use the current password. If the server name is not fully qualified, and the target domain (domain.domain.COM) is different from the client domain (domain.domain.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified
    name to identify the server.
    So maybe I was just given the wrong account.
    - Slow is smooth and smooth is fast.

  • Error message when trying to connect to Game Server via Mobility Ware, Solitaire

    Hello, 
    I am connected to the Game Center's server but when I go an play a game, specifically Mobility Ware's Solitare, I get the error message "Could not connect to Game Center Server" with options "cancel" and "retry".  Retry does not work.
    Please help

    Hi Brian,
    In Acrobat, security concerns dictate that you cannot specify an ODBC connection string by using the Driver=; syntax. Therefore, the client computer using the form needs to have a DSN pre-configured for ODBC connections.
    Denver
    Adobe Enterprise Developer Support

  • IFS-10620 when trying to connect to ifs (server side)

    hi!
    I have deployed the ifs-classes and -properties to the database (8.1.7).
    To call the Java-API I used following Class (out of the Oracle documentation)
    // Copyright (c) 2001 Oracle Corporation
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.ConnectOptions;
    import oracle.ifs.common.IfsException;
    import oracle.ifs.common.ParameterTable;
    public class HelloIFSWorld implements Runnable
    ParameterTable params=null;
    String username=null;
    String password=null;
    String servicename=null;
    String schemapassword=null;
    public HelloIFSWorld(String[] args)
    params=new ParameterTable(args);
    username=params.getString("user","system");
    password=params.getString("password","manager");
    servicename=params.getString("service","IfsDefault");
    schemapassword=params.getString("schemapassword","bravo");
    System.out.println("Running with arguments:");
    System.out.println("username="+username);
    System.out.println("password="+password);
    System.out.println("servicename="+servicename);
    System.out.println("schemapassword="+schemapassword);
    System.out.println("---------Results----------");
    public static void main (String[] args)
    new Thread(new HelloIFSWorld(args)).start();
    public void run()
    try
    System.out.println("Obtaining LibraryService.");
    LibraryService lsrvc=new LibraryService();
    System.out.println("LibraryService obtained for Oracle iFS version:"+lsrvc.getVersionString());
    System.out.println("Obtaining LibrarySession.");
    CleartextCredential cr=new CleartextCredential(username,password);
    System.out.println("Obtaining ConnectOptions.");
    ConnectOptions cop=new ConnectOptions();
    System.out.println("setting servicename.");
    cop.setServiceName(servicename);
    System.out.println("setting schemapassword.");
    cop.setServicePassword(schemapassword);
    System.out.println("connecting.");
    LibrarySession session=lsrvc.connect(cr, cop);
    System.out.println("LibrarySession obtained for user:"+session.getUser().getName());
    catch(IfsException e )
    e.printStackTrace();
    When I try to connect to the IFS this message comes up (call_HelloIFSWorld is a PLSQL-Wrapper-Function ...):
    SQL> exec call_HelloIFSWorld;
    Running with arguments:
    username=system
    password=manager
    servicename=IfsDefault
    schemapassword=bravo
    ---------Results----------
    Obtaining LibraryService.
    LibraryService obtained for Oracle iFS version: 1.1.5.0.0
    Obtaining LibrarySession.
    Obtaining ConnectOptions.
    setting servicename.
    setting schemapassword.
    connecting.
    oracle.ifs.common.IfsException: IFS-10620: Unable to construct connection pool
    at java.sql.DriverManager.getConnection(DriverManager.java:477)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:235)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPool.java:576)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:321)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:912)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java:1129)
    at oracle.ifs.beans.LibraryService.connectLocal(LibraryService.java:408)
    at oracle.ifs.beans.LibraryService.connect(LibraryService.java:280)
    at ifs_test.HelloIFSWorld.run(HelloIFSWorld.java:66)
    PL/SQL procedure successfully completed.
    SQL>
    In the IfsDefault.properties I used
    DatabaseUrl=jdbc:default:connection:
    as connection descriptor
    Now, what could be wrong?
    Roland

    I don't think 'malware' is your issue. And probably not accurate to begin with.
    PowerBook G4 would be running Tiger 10.4. I assume.
    Your router/modem etc might be what you see.
    When you log into your network equipment, harden it and make sure to change the defalt password, use something stronger (create and store in Keychain or another password manager).
    AS much as I favor security I don't know of any WORM or router exploit, but there are always people that will look to do remote login.
    If you ever use(s) a bittorrent client your IP got listed on P2P servers and you will see denial of service on your router/firewall.
    NAS hard drives, printers, anything that can be shared?
    And Apple has more than a few Networking Support articles.
    Make sure your modem etc have the latest firmware, too.

  • Error when trying to connect to identity server from vcac 6 server during fresh install attempt

         Hello.  I am trying to install vcac6 so I can try it out but I am getting the error "Command execution failed with unexpected error: java.security.cert.CertificateNotYetValidException" when I try to point the vcac appliance at the identity appliance during the sso config.  I researched around but didn't find anything.  I confirmed that all network communication is good between the two.  Dns names resolve fine.  I am using self generated certs for both.
    Thanks in advance for any help you can give!

    As poorem suggested, I would check that the time is the same on both the identity and vcac appliances.  It has been a while since I posted this question but I believe that did get me past that specfic error.  I changed the timezone on each and made sure the times were correct and the same.

  • Icloud encountered an error when trying to connect to the server

    I get this error everytime I try and sign in to icloud.com on my work desktop.  I have tried IE8, and Chrome (latest version) on my Windows xp machine.  any suggestions.  I know my office uses Websence to restrict internet access but it is hard to believe iCloud would be blocked.

    If it only does it at work, then the most likely reason is that your work network is blocking it, or one of the servers iCloud connects to.
    Have you asked the IT people at work? Checked it on another computer at work?

  • Getting Exception when trying to connect to IMAP store. Please Help

    DEBUG: not loading system providers in <java.home>/lib
    DEBUG: successfully loaded optional custom providers from URL: jar:file:/C:/James/javamail-1.3.3_01/lib/imap.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded optional custom providers from URL: jar:file:/C:/James/javamail-1.3.3_01/lib/pop3.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded optional custom providers from URL: jar:file:/C:/James/javamail-1.3.3_01/lib/smtp.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded default providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc]}
    DEBUG: successfully loaded optional address map from URL: jar:file:/C:/James/javamail-1.3.3_01/lib/smtp.jar!/META-INF/javamail.address.map
    {mail.imap.port=143, mail.imap.user=*************, mail.debug=true, mail.imap.host=*************, mail.imap.class=com.sun.mail.imap.IMAPStore}
    C:\_home\programs\wsad51\eclipse\jre
    got connection to the imap server
    DEBUG: mail.imap.class property exists and points to com.sun.mail.imap.IMAPStore
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: javax.mail.Session: method getDebugOut()Ljava/io/PrintStream; not found
         at com.sun.mail.imap.IMAPStore.<init>(IMAPStore.java:170)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at javax.mail.Session.getService(Session.java:566)
         at javax.mail.Session.getStore(Session.java:362)
         at javax.mail.Session.getStore(Session.java:324)
         at javax.mail.Session.getStore(Session.java:303)
         at com.equifax.equicom.batch.email.parse.TestIMAP.main(TestIMAP.java:66)
    javax.mail.NoSuchProviderException: imap
         at javax.mail.Session.getService(Session.java:570)
         at javax.mail.Session.getStore(Session.java:362)
         at javax.mail.Session.getStore(Session.java:324)
         at javax.mail.Session.getStore(Session.java:303)
         at com.equifax.equicom.batch.email.parse.TestIMAP.main(TestIMAP.java:66)

    The googleapi.jar contains copies of some javamail classes. Here a few I found in my output:
    javax.mail.event.MessageCountListener from googleapi.jar
    javax.mail.Session from googleapi.jar
    javax.mail.MessagingException from googleapi.jar
    javax.mail.NoSuchProviderException from googleapi.jar
    This particular google api is the old SOAP google service that is no longer allowing new registrations, but still has support for existing API key holders, like me :-). Thought this might be a common jar in most libraries, so worth mentioning.
    Don't forget, you can debug your loaded classes with java -verbose MyApp to find those rogue libraries.

Maybe you are looking for