Hello, I have the next error in wrapper.log and mirth.log when I deploy a channel.
ERROR 2007-06-11 11:24:39,575 [Thread-0] org.apache.commons.digester.Digester: End event threw exception
INFO | jvm 1 | 2007/06/11 11:24:39 | java.lang.reflect.InvocationTargetException
...
...
...
Caused by: org.mule.management.agents.JmxManagementException: Failed to start Jmx Connector
...
...
...
Caused by: java.io.IOException: Cannot bind to URL [rmi://localhost:1099/server]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
INFO | jvm 1 | 2007/06/11 11:24:39 | java.net.ConnectException: Connection refused]
...
...
...
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused]
What is the problem? The ports? Permissions of connections?
Thk.
ERROR 2007-06-11 11:24:39,575 [Thread-0] org.apache.commons.digester.Digester: End event threw exception
INFO | jvm 1 | 2007/06/11 11:24:39 | java.lang.reflect.InvocationTargetException
...
...
...
Caused by: org.mule.management.agents.JmxManagementException: Failed to start Jmx Connector
...
...
...
Caused by: java.io.IOException: Cannot bind to URL [rmi://localhost:1099/server]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
INFO | jvm 1 | 2007/06/11 11:24:39 | java.net.ConnectException: Connection refused]
...
...
...
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused]
What is the problem? The ports? Permissions of connections?
Thk.
Comment