Great! Glad you figured it out. I think the the post-install script is supposed to customize the ducc.properties file properly. If is does not perhaps a Jira is in order.
Lou. On Mon, Jun 9, 2014 at 1:52 AM, reshu.agarwal <[email protected]> wrote: > On 06/09/2014 09:50 AM, reshu.agarwal wrote: > >> On 06/06/2014 06:03 PM, Lou DeGenaro wrote: >> >>> files for ERROR or WARN messages especially >>> relative to the MqReaper. >>> >> Hi Lou, >> >> I have found an error in DUCC logs or.log: >> >> java.lang.reflect.UndeclaredThrowableException >> at com.sun.proxy.$Proxy19.getQueues(Unknown Source) >> at org.apache.uima.ducc.common.mq.MqHelper.getQueueList( >> MqHelper.java:152) >> at org.apache.uima.ducc.orchestrator.maintenance. >> MqReaper.getJdQueues(MqReaper.java:121) >> at org.apache.uima.ducc.orchestrator.maintenance. >> MqReaper.removeUnusedJdQueues(MqReaper.java:159) >> at org.apache.uima.ducc.orchestrator.maintenance. >> MaintenanceThread.run(MaintenanceThread.java:106) >> Caused by: javax.management.InstanceNotFoundException: >> org.apache.activemq:BrokerName=S1,Type=Broker >> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor. >> getMBean(DefaultMBeanServerInterceptor.java:1095) >> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor. >> getAttribute(DefaultMBeanServerInterceptor.java:643) >> at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute( >> JmxMBeanServer.java:669) >> at javax.management.remote.rmi.RMIConnectionImpl.doOperation( >> RMIConnectionImpl.java:1463) >> at javax.management.remote.rmi.RMIConnectionImpl.access$300( >> RMIConnectionImpl.java:96) >> at javax.management.remote.rmi.RMIConnectionImpl$ >> PrivilegedOperation.run(RMIConnectionImpl.java:1327) >> at javax.management.remote.rmi.RMIConnectionImpl. >> doPrivilegedOperation(RMIConnectionImpl.java:1419) >> at javax.management.remote.rmi.RMIConnectionImpl.getAttribute( >> RMIConnectionImpl.java:656) >> at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke( >> DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:601) >> at sun.rmi.server.UnicastServerRef.dispatch( >> UnicastServerRef.java:322) >> at sun.rmi.transport.Transport$1.run(Transport.java:177) >> at sun.rmi.transport.Transport$1.run(Transport.java:174) >> at java.security.AccessController.doPrivileged(Native Method) >> at sun.rmi.transport.Transport.serviceCall(Transport.java:173) >> at sun.rmi.transport.tcp.TCPTransport.handleMessages( >> TCPTransport.java:553) >> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0( >> TCPTransport.java:808) >> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run( >> TCPTransport.java:667) >> at java.util.concurrent.ThreadPoolExecutor.runWorker( >> ThreadPoolExecutor.java:1145) >> at java.util.concurrent.ThreadPoolExecutor$Worker.run( >> ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:722) >> at sun.rmi.transport.StreamRemoteCall. >> exceptionReceivedFromServer(StreamRemoteCall.java:273) >> at sun.rmi.transport.StreamRemoteCall.executeCall( >> StreamRemoteCall.java:251) >> at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:160) >> at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source) >> at >> javax.management.remote.rmi.RMIConnectionImpl_Stub.getAttribute(Unknown >> Source) >> at javax.management.remote.rmi.RMIConnector$ >> RemoteMBeanServerConnection.getAttribute(RMIConnector.java:901) >> at javax.management.MBeanServerInvocationHandler.invoke( >> MBeanServerInvocationHandler.java:280) >> ... 5 more >> >> Hi Lou, > > This problem has been resolved. I just set ducc.broker.name=localhost > which is before set as S1. > > > -- > Thanks, > Reshu Agarwal > >
