We have an existing OMU8.x integration configured and working with AlarmPoint 4.10 with the latest patch.
Recently we installed the Integration Agent (latest patch) and OML9 integration package on the new OML9.1 server.
Both old OMU8.x and OML9.1 Integration Agents connect to the same AlarmPoint server.
When we test to validate credentials, we get the message:
AP-OMU-Bridge -u AlarmPointOMU -p Password1 --validate
ValidCredentials:false
OML is configured to authenticate with LDAP and even with LDAP authentication disabled, we get the same result.
We can login to OML Java Console using that same user account and we can see all the messages.
Has anyone ran into this issue?
When we generate the test OML message, Integration Agent sends this message:
Integration Agent a01111/127.0.0.1:8079 was processing an Integration Service Request for Integration Service (hp_operations_manager_unix, HPOMU) at 2012-05-04 16:48:21,012 when an unhandled exception occurred.
The reason given was: The Integration Service (hp_operations_manager_unix,HPOMU) terminated the request because of an unhandled exception.. Message payload is of type: ActiveMQObjectMessage
Stack trace:
- org.mule.umo.MessagingException: The Integration Service (hp_operations_manager_unix,HPOMU) terminated the request because of an unhandled exception.. Message payload is of type: ActiveMQObjectMessage
at com.alarmpoint.integrationagent.services.ServiceInterceptor.intercept(ServiceInterceptor.java:60)
at org.mule.impl.InterceptorsInvoker.execute(InterceptorsInvoker.java:47)
at com.alarmpoint.integrationagent.interceptors.AuthenticationInterceptor.intercept(AuthenticationInterceptor.java:105)
at org.mule.impl.InterceptorsInvoker.execute(InterceptorsInvoker.java:47)
at org.mule.interceptors.EnvelopeInterceptor.intercept(EnvelopeInterceptor.java:44)
at org.mule.impl.InterceptorsInvoker.execute(InterceptorsInvoker.java:47)
at org.mule.impl.model.DefaultMuleProxy.onCall(DefaultMuleProxy.java:258)
at org.mule.impl.model.seda.SedaComponent.doSend(SedaComponent.java:393)
at org.mule.impl.model.AbstractComponent.sendEvent(AbstractComponent.java:418)
at org.mule.impl.MuleSession.sendEvent(MuleSession.java:349)
at org.mule.routing.inbound.InboundRouterCollection.send(InboundRouterCollection.java:197)
at org.mule.routing.inbound.InboundRouterCollection.route(InboundRouterCollection.java:163)
at org.mule.providers.AbstractMessageReceiver$DefaultInternalMessageListener.onMessage(AbstractMessageReceiver.java:581)
at org.mule.providers.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:322)
at org.mule.providers.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:251)
at com.alarmpoint.integrationagent.receivers.JmsGroupMessageReceiver$ReceiverThread.process(JmsGroupMessageReceiver.java:369)
at com.alarmpoint.integrationagent.receivers.JmsGroupMessageReceiver$ReceiverThread.processWhenReady(JmsGroupMessageReceiver.java:291)
at com.alarmpoint.integrationagent.receivers.JmsGroupMessageReceiver$ReceiverThread.run(JmsGroupMessageReceiver.java:219)
Caused by: com.alarmpoint.integrationagent.exceptions.ServiceInvocationException: The Integration Service (hp_operations_manager_unix,HPOMU) terminated the request because of an unhandled exception.
at com.alarmpoint.integrationagent.services.ServiceProxyImpl.processRequest(ServiceProxyImpl.java:511)
at com.alarmpoint.integrationagent.services.ServiceInterceptor.intercept(ServiceInterceptor.java:56)
... 17 more
Caused by: com.alarmpoint.integration.hpomu.OMUException: Invalid Credentials
at com.alarmpoint.integration.hpomu.HPOMUInteractionWrapper.validateCredentials(HPOMUInteractionWrapper.java:318)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:145)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:204)
at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119)
at org.mozilla.javascript.gen.c5._c7(/opt/alarmpointsystems/integrationagent/integrationservices/hpomu/hpomu.js:345)
at org.mozilla.javascript.gen.c5._c1(/opt/alarmpointsystems/integrationagent/integrationservices/hpomu/hpomu.js:89)
at org.mozilla.javascript.gen.c5.call(/opt/alarmpointsystems/integrationagent/integrationservices/hpomu/hpomu.js)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2758)
at org.mozilla.javascript.gen.c5.call(/opt/alarmpointsystems/integrationagent/integrationservices/hpomu/hpomu.js)
at com.alarmpoint.integrationagent.script.JavaScript.callFunction(JavaScript.java:191)
at com.alarmpoint.integrationagent.GenericService.callJSFunc(GenericService.java:542)
at com.alarmpoint.integrationagent.GenericService.processModernAPXML(GenericService.java:488)
at com.alarmpoint.integrationagent.GenericService.doProcessAPXML(GenericService.java:469)
at com.alarmpoint.integrationagent.GenericService.processInboundQueue(GenericService.java:178)
at com.alarmpoint.integrationagent.GenericService.onCall(GenericService.java:652)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mule.impl.model.resolvers.DynamicEntryPoint.invokeMethod(DynamicEntryPoint.java:312)
at org.mule.impl.model.resolvers.DynamicEntryPoint.invoke(DynamicEntryPoint.java:259)
at org.mule.impl.DefaultLifecycleAdapter.intercept(DefaultLifecycleAdapter.java:194)
at org.mule.impl.InterceptorsInvoker.execute(InterceptorsInvoker.java:47)
at com.alarmpoint.integrationagent.services.ServiceProxyImpl$1.call(ServiceProxyImpl.java:679)
at com.alarmpoint.integrationagent.services.ServiceProxyImpl$1.call(ServiceProxyImpl.java:667)
at com.alarmpoint.integrationagent.util.ThreadUtils.executeWithTimeout(ThreadUtils.java:109)
at com.alarmpoint.integrationagent.services.ServiceProxyImpl.executeRequest(ServiceProxyImpl.java:666)
at com.alarmpoint.integrationagent.services.ServiceProxyImpl.processRequest(ServiceProxyImpl.java:494)
... 18 more