TIBCO FORUM :: Tibco Developer Community :: A Land of TIBCO Masters
September 05, 2010, 08:34:02 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: A Tibco Developer community and a public TIBCO FORUM and top in tibco forums, targetting tibco solutions. You can learn TIBCO, help others to solve their TIBCO issues, or find solution for your TIBCO issues. This site Strickly for the people who has interest in using TIBCO and looking for TIBCO HELP, use this tibco forum for all your tibco problems, very helpful for Tibco begginers.
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: iProcess Service Agent - Error  (Read 333 times)
0 Members and 1 Guest are viewing this topic.
Mohan_sidda
Newbie
*
Posts: 28


« on: April 02, 2009, 04:54:14 AM »


Hi Guys,

I am trying to call BW form iPE using iProcess BW EAI plug-in. I configured iProcess Service Agent in BW, when I started the BW process and iProcess Service Agent in designer I am encountering below error. can anyone help me how to fix this ?

009 Apr 02 17:14:04:125 GMT +5 BW.IProcess-BW Info [BW-Core] BWENGINE-300013 Tibrv string encoding: ISO8859-1
Trampoline error: com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler@142db11 reallyStart
java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at com.tibco.util.Trampoline.invoke(Trampoline.java:136)
   at com.tibco.ui.BusyWait.run(BusyWait.java:428)
   at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.AbstractMethodError
   at com.tibco.plugin.share.jms.impl.JMSReceiver.for(JMSReceiver.java:221)
   at com.tibco.plugin.share.jms.impl.JMSReceiver.init(JMSReceiver.java:146)
   at com.tibco.plugin.staffware.iProcessServiceAgentResource.init(iProcessServiceAgentResource.java:194)
   at com.tibco.pe.core.AgentJobCreator.init(AgentJobCreator.java:86)
   at com.tibco.pe.core.JobPoolConfigurator.if(JobPoolConfigurator.java:436)
   at com.tibco.pe.core.JobPoolConfigurator.a(JobPoolConfigurator.java:190)
   at com.tibco.pe.core.JobPoolConfigurator.do(JobPoolConfigurator.java:100)
   at com.tibco.pe.core.JobPool.<init>(JobPool.java:313)
   at com.tibco.pe.core.JobPoolCreator.init(JobPoolCreator.java:81)
   at com.tibco.pe.core.JobPoolCreator.<init>(JobPoolCreator.java:73)
   at com.tibco.pe.PEMain.do(PEMain.java:386)
   at com.tibco.pe.PEMain.connect(PEMain.java:528)
   at com.tibco.pe.debug.DebugInfo.a(DebugInfo.java:528)
   at com.tibco.pe.debug.DebugInfo.a(DebugInfo.java:815)
   at com.tibco.pe.debug.DebugInfo.initEngine(DebugInfo.java:337)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.initEngine(DebugHandler.java:786)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.doDebug(DebugHandler.java:752)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.reallyStart(DebugHandler.java:1379)
   ... 7 more


Thank You,
Mohan
Logged
architekt
Administrator
Hero Member
*****
Posts: 1527


« Reply #1 on: April 02, 2009, 06:24:46 AM »

Unable to reach your JMS from your BW, did you installed JMS plugin right in iProcess?
Logged
Mohan_sidda
Newbie
*
Posts: 28


« Reply #2 on: April 03, 2009, 03:29:29 AM »

Yes, I installed JMS plug-in in iPE. I don't have any issues in iProcess Modeler. when ever I start BW process I am getting this error:

Trampoline error: com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler@ecfe38 reallyStart
java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at com.tibco.util.Trampoline.invoke(Trampoline.java:136)
   at com.tibco.ui.BusyWait.run(BusyWait.java:418)
   at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.AbstractMethodError: com.tibco.plugin.staffware.ServiceAgentJMSReceiverConfiguration.isXATMPreConfigured()Z
   at com.tibco.plugin.share.jms.impl.JMSReceiver.for(JMSReceiver.java:221)
   at com.tibco.plugin.share.jms.impl.JMSReceiver.init(JMSReceiver.java:146)
   at com.tibco.plugin.staffware.iProcessServiceAgentResource.init(iProcessServiceAgentResource.java:194)
   at com.tibco.pe.core.AgentJobCreator.init(AgentJobCreator.java:86)
   at com.tibco.pe.core.JobPoolConfigurator.if(JobPoolConfigurator.java:436)
   at com.tibco.pe.core.JobPoolConfigurator.a(JobPoolConfigurator.java:190)
   at com.tibco.pe.core.JobPoolConfigurator.do(JobPoolConfigurator.java:100)
   at com.tibco.pe.core.JobPool.<init>(JobPool.java:313)
   at com.tibco.pe.core.JobPoolCreator.init(JobPoolCreator.java:81)
   at com.tibco.pe.core.JobPoolCreator.<init>(JobPoolCreator.java:73)
   at com.tibco.pe.PEMain.do(PEMain.java:386)
   at com.tibco.pe.PEMain.connect(PEMain.java:528)
   at com.tibco.pe.debug.DebugInfo.a(DebugInfo.java:528)
   at com.tibco.pe.debug.DebugInfo.a(DebugInfo.java:815)
   at com.tibco.pe.debug.DebugInfo.initEngine(DebugInfo.java:337)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.initEngine(DebugHandler.java:786)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.doDebug(DebugHandler.java:752)
   at com.tibco.ae.tools.palettes.processpalette.debug.DebugHandler.reallyStart(DebugHandler.java:1379)
   ... 7 more

Logged
architekt
Administrator
Hero Member
*****
Posts: 1527


« Reply #3 on: April 06, 2009, 07:56:43 AM »

This error will show only when you have not things in place, i mean in your classpath, check how the jarfiles is being part of your classpath.
Logged
tibuser2
Newbie
*
Posts: 1


« Reply #4 on: June 30, 2009, 12:01:26 PM »

I am seeing the same problem in BW and have not been able to resolve it. The Service Agents JMS connection works fine when I test it but I see the same exception as posted by the OP

com.tibco.plugin.staffware.ServiceAgentJMSReceiverConfiguration.isXATMPreConfigured()Z

Did you manage to resolve the problem?
Logged
architekt
Administrator
Hero Member
*****
Posts: 1527


« Reply #5 on: July 06, 2009, 12:18:59 PM »

Trompoline errors occur for two reasons

1. Old files are in the last in classpath instead of latest
or
2. Unable to load classfiles to JVM. 
Logged
z_aidi_1981
Newbie
*
Posts: 1


« Reply #6 on: July 29, 2010, 05:33:54 AM »

Mohan_sidda,

 I had almost similar error on BW 5.5. you try this on TIBCO BW 5.4, it will work fine.

Thaks,
Mustafa
mustafa.5657@gmail.com
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC