Is your linux box running a firewall? What distro do you use? Try stopping the firewall. Try telneting to 8089 from a box other than the linux box. Can you connect? The exception java.net.ConnectException: Connection refused indicated that the client could not connect to the server. Assuming that your muse app is deployed correctly you should at least get a reponse from your web app container (tomcat). What you are getting indicated that either tomcat has failed to start or access the port in question or if there is evidence of this, then a firewall is isolating the muse web app from the port it is trying to use.
Let me know what you find out. -Bill PS. I think you are running red hat from what I saw below. Are you running the shorewall daemon. Try this as route. service shorewall stop Then try the client again. You may also be running ipchains. This would also cause the problem you are seeing. ________________________________ From: Sidnei Franco [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 2:52 PM To: [email protected] Subject: Help Muse Client Hi, We have been working with MUSE Client. We have executed some tests at Windows XP an either at Linux. The Windows' tests worked as expected, but we're having problems at Linux. The error follows below. So, I'd like to know if someone could help me with it! Any idea about what can be happening? Best regards Sidnei #### Error message: "subscribe" Now listening on http://10.16.165.156:8089 to Topic {http://ws.apache.org/resource/example/gaems}JobFailed 16/11/2005 04:33:20 org.apache.ws.client.muse.client.impl.notification.NotificationConsumerI mpl listenerServiceLoop INFO: Listener Going into accepting state java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConn ection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnecti on.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.ja va:669) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConne ction.java:836) at org.apache.ws.util.soap.SoapClient.sendRequest(SoapClient.java:130) at org.apache.ws.client.muse.client.impl.stubs.ResourceStub.sendRequest(Res ourceStub.java:175) at org.apache.ws.client.muse.client.impl.notification.NotifyableResourceImp l.subscribe(NotifyableResourceImpl.java:172) at org.apache.ws.client.muse.client.impl.notification.NotifyableResourceImp l.subscribe(NotifyableResourceImpl.java:122) at Subscribe.listen(Subscribe.java:260) at Subscribe.tryToSubscribe(Subscribe.java:239) at Subscribe.getValuesToSubscribe(Subscribe.java:228) at Subscribe$1.actionPerformed(Subscribe.java:158) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2 169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.ja va:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonList ener.java:234) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea d.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread. java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) #### Java version java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) #### Linux version Linux version 2.6.9-11.ELsmp ([EMAIL PROTECTED]) (gcc version 3.4.3 20050227 (Red Hat 3.4.3-22)) #1 SMP Fri May 20 18:26:27 EDT 2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
