ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Error running miniloan sample in WODM

Post new topic  Reply to topic
 Error running miniloan sample in WODM « View previous topic :: View next topic » 
Author Message
vishnurajnr
PostPosted: Tue Nov 26, 2013 5:02 am    Post subject: Error running miniloan sample in WODM Reply with quote

Centurion

Joined: 08 Aug 2011
Posts: 134
Location: Trivandrum

Hi,

I was trying to execute the miniloan sample in Websphere Operational Decision Management tool and end up with getting below exception.
Code:
ilog.rules.res.session.IlrSessionCreationException: An error occurred while the rule session was created:
com.ibm.rules.res.xu.internal.XUException: XU Client error
ilog.rules.res.xu.IlrLocalizedResourceException: The interaction ruleEngine.loadUptodateRuleset has failed
javax.resource.ResourceException: com.ibm.rules.res.xu.internal.XUException: GBRXU0435E: Failed to create engine manager.
com.ibm.rules.res.xu.internal.XUException: Failed to create engine manager.
ilog.rules.res.xu.ruleset.archive.internal.IlrRulesetArchiveInformationNotFoundException: Cannot get the information about the ruleset /myruleapp/1.0/myruleproject
ilog.rules.res.persistence.IlrResourceNotFoundDAOException: Cannot find the ruleset "/myruleapp/1.0/myruleproject".


The detailed exception Tree is as below:
Code:
The interaction ruleEngine.loadUptodateRuleset has failed
javax.resource.ResourceException: com.ibm.rules.res.xu.internal.XUException: GBRXU0435E: Failed to create engine manager.
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.notifyFailure(IlrManagedXUConnection.java:890)
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.loadUptodateRuleset(IlrManagedXUConnection.java:854)
   at ilog.rules.res.xu.cci.IlrXUConnection.loadUptodateRuleset(IlrXUConnection.java:371)
   at ilog.rules.res.xu.cci.IlrXUInteraction.loadUptodateRuleset(IlrXUInteraction.java:827)
   at ilog.rules.res.xu.cci.IlrXUInteraction.dispatchExecution(IlrXUInteraction.java:154)
   at ilog.rules.res.xu.cci.IlrXUInteraction.execute(IlrXUInteraction.java:262)
   at com.ibm.rules.res.xu.client.internal.XUSession.executeOperation(XUSession.java:157)
   at com.ibm.rules.res.xu.client.internal.XURuleEngineSession.executeRuleEngineOperation(XURuleEngineSession.java:60)
   at com.ibm.rules.res.xu.client.internal.XURuleEngineSession.loadUptodateRuleset(XURuleEngineSession.java:65)
   at ilog.rules.res.session.impl.IlrStatefulSessionBase.<init>(IlrStatefulSessionBase.java:103)
   at ilog.rules.res.session.impl.pojo.IlrStatefulSessionPOJO.<init>(IlrStatefulSessionPOJO.java:35)
   at ilog.rules.res.session.IlrPOJOSessionFactory.createStatefulSession(IlrPOJOSessionFactory.java:88)
   at ilog.rules.res.session.impl.IlrStatelessSessionBase.createStatefulSession(IlrStatelessSessionBase.java:73)
   at ilog.rules.res.session.impl.IlrStatelessSessionBase.execute(IlrStatelessSessionBase.java:63)
   at miniloanweb.MiniloanBean.validateWithJRules(MiniloanBean.java:307)
   at miniloanweb.MiniloanBean.validate(MiniloanBean.java:270)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:611)
   at org.apache.el.parser.AstValue.invoke(AstValue.java:266)
   at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:278)
   at org.apache.jasper.el.JspMethodExpression.invoke(JspMethodExpression.java:70)
   at javax.faces.component._MethodExpressionToMethodBinding.invoke(_MethodExpressionToMethodBinding.java:88)
   at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:100)
   at javax.faces.component.UICommand.broadcast(UICommand.java:120)
   at javax.faces.component.UIViewRoot._broadcastAll(UIViewRoot.java:973)
   at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:275)
   at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1285)
   at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:711)
   at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:34)
   at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
   at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1214)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)
   at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1027)
   at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
   at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:895)
   at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
   at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
   at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
   at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
   at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
   at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
   at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
   at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
   at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
   at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1659)
Caused by: com.ibm.rules.res.xu.internal.XUException: GBRXU0435E: Failed to create engine manager.
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.getEngineManager(IlrManagedXUConnection.java:1496)
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.loadUptodateRuleset(IlrManagedXUConnection.java:852)
   ... 53 more
Caused by: ilog.rules.res.xu.ruleset.archive.internal.IlrRulesetArchiveInformationNotFoundException: GBRXU0008E: Cannot get the information about the ruleset /myruleapp/1.0/myruleproject
   at ilog.rules.res.xu.persistence.internal.IlrDAOXUPersistence.solveCanonicalRulesetPath(IlrDAOXUPersistence.java:120)
   at ilog.rules.res.xu.persistence.internal.IlrAbstractXUPersistence.getCanonicalRulesetPath(IlrAbstractXUPersistence.java:88)
   at ilog.rules.res.xu.persistence.internal.IlrAbstractXUPersistence.getRulesetArchiveInformation(IlrAbstractXUPersistence.java:171)
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.createEngineManager(IlrManagedXUConnection.java:1570)
   at ilog.rules.res.xu.spi.IlrManagedXUConnection.getEngineManager(IlrManagedXUConnection.java:1459)
   ... 54 more
Caused by: ilog.rules.res.persistence.IlrResourceNotFoundDAOException: Cannot find the ruleset "/myruleapp/1.0/myruleproject".
   at ilog.rules.res.persistence.impl.IlrDAOLocalization.newIlrResourceNotFoundDAOException(IlrDAOLocalization.java:64)
   at ilog.rules.res.persistence.impl.jdbc.IlrGenericRepositoryDAO.getCanonicalRulesetPath(IlrGenericRepositoryDAO.java:336)
   at ilog.rules.res.xu.persistence.internal.IlrDAOXUPersistence.solveCanonicalRulesetPath(IlrDAOXUPersistence.java:110)
   ... 58 more


Similar issue posted here, but not resolved.
https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014220151#77777777-0000-0000-0000-000014792505

If anyone can point some hint, it will be really grateful. Thanks!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Error running miniloan sample in WODM
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.