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 » WebSphere Message Broker (ACE) Support » _createInputTerminal Exception

Post new topic  Reply to topic
 _createInputTerminal Exception « View previous topic :: View next topic » 
Author Message
Irena
PostPosted: Wed May 08, 2002 11:30 pm    Post subject: Reply with quote

Novice

Joined: 03 Feb 2002
Posts: 11
Location: IBM

I try to deploy Java plugin node which creates one input and one output terminals in its constructor. The node does not have a customizer.
For some reason, when I leftclick on the node icon in the list of "IBMPrimitives" ("Message Flow" tab in the Control Center) I got an exception, attached below.
The same exception I get when I try to choose "Properties" in the node popup menu, regardless of where is the node - in the list of IBMPrimitives or inside some message flow.
As far as I know the "_createInputTerminal" method which causes the problem resides in the imbdfplg.lil which is automatically loaded.
Does anybody have an idea what is the problem here ?
Thank you.
Irena.
EXCEPTION:
==========
D:IBMWebSphere MQ Integrator 2.1Tool>mqsilcc 2 2097152
_createInputTerminal
java.lang.UnsatisfiedLinkError: _createInputTerminal
at com.ibm.broker.plugin.MbNode.createInputTerminal(MbNode.java:137)
at com.ibm.amitnodes.SituationManager.<init>(SituationManager.java:77)
at java.lang.Class.newInstance2(Native Method)
at java.lang.Class.newInstance1(Class.java:268)
at java.util.ResourceBundle.findBundle(ResourceBundle.java(Compiled Code ))
at java.util.ResourceBundle.getBundle(ResourceBundle.java:432)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:350)
at com.ibm.ivm.tools.model.BaseModel.getTranslatedString(BaseModel.java:
4327)
at com.ibm.ivm.tools.model.BaseModel.getTranslatedAttribute(BaseModel.ja
va:4190)
at com.ibm.ivm.mqitool.messageflowtype.DescriptionView.handleLinkEvent(D
escriptionView.java:89)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ivb.jface.Tool$LinkChangedJob.run(Tool.java:120)
at com.ibm.ivb.jface.Tool.linkChangedImpl(Tool.java:1241)
at com.ibm.ivb.jface.Tool.linkChanged(Tool.java:1219)
at com.ibm.ivb.jface.LinkEventMulticaster.linkChanged(LinkEventMulticast
er.java:60)
at com.ibm.ivb.jface.LinkEventMulticaster.linkChanged(LinkEventMulticast
er.java:60)
at com.ibm.ivb.jface.Tool.fireLinkEvent(Tool.java:536)
at com.ibm.ivm.tools.tree.NodeTreeSelectionListener.valueChanged(NodeTre
eSelectionListener.java:67)
at javax.swing.JTree.fireValueChanged(JTree.java:2062)
at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:236
1)
at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTr
eeSelectionModel.java:589)
at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTr
eeSelectionModel.java:905)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultT
reeSelectionModel.java:251)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTr
eeSelectionModel.java:146)
at javax.swing.JTree.setSelectionPath(JTree.java:979)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ivm.tools.tree.TreeHelper.setSelectionPath(TreeHelper.java:28
5)
at com.ibm.ivm.tools.tree.BaseTreeView.handleAddNode(BaseTreeView.java(C
ompiled Code))
at com.ibm.ivm.tools.tree.BaseTreeView.handleLinkEvent(BaseTreeView.java
:671)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ivb.jface.Tool$LinkChangedJob.run(Tool.java:120)
at com.ibm.ivb.jface.Tool.linkChangedImpl(Tool.java:1241)
at com.ibm.ivb.jface.Tool.linkChanged(Tool.java:1219)
at com.ibm.ivb.jface.PaneManager.fireModelEvent(PaneManager.java(Compile
d Code))
at com.ibm.ivb.jface.ManagedPage.fireModelEvent(ManagedPage.java:123)
at com.ibm.ivb.jface.ManagedWorkbook.fireModelEvent(ManagedWorkbook.java
(Compiled Code))
at com.ibm.ivb.jface.ManagedPage.fireModelEvent(ManagedPage.java:121)
at com.ibm.ivb.jface.ManagedWorkbook.fireModelEvent(ManagedWorkbook.java
(Compiled Code))
at com.ibm.ivb.jface.WorkbookContext.fireModelEvent(WorkbookContext.java
:135)
at com.ibm.ivb.jface.WorkbookFrame.fireModelEvent(WorkbookFrame.java:131
)
at com.ibm.ivb.jface.ModelSupport.fireLinkEvent(ModelSupport.java(Compil
ed Code))
at com.ibm.ivm.tools.model.BaseModel.add(BaseModel.java:666)
at com.ibm.ivm.tools.app.SGAddAction.execute(SGAddAction.java:64)
at com.ibm.ivm.tools.app.C3MLSignificantAction.run(C3MLSignificantAction
.java:64)
at com.ibm.ivm.tools.app.AddNodePage.done(AddNodePage.java:166)
at com.ibm.ivm.tools.app.AddNodeSmartGuide.done(AddNodeSmartGuide.java:6
9)
at com.ibm.ivb.sguides.SmartGuideButtons$DoneRunnable.run(SmartGuideButt
ons.java:59)
at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEven
tQueueUtilities.java:368)
at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilit
ies.java:364)
at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Sys
temEventQueueUtilities.java:405)
at java.awt.Component.dispatchEventImpl(Component.java(Compiled Code))
at java.awt.Component.dispatchEvent(Component.java(Compiled Code))
at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code))
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java(Co
mpiled Code))
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java(Comp
iled Code))
at java.awt.Dialog.show(Dialog.java:370)
at com.ibm.ivb.sguides.SmartGuide.show(SmartGuide.java:530)
at com.ibm.ivm.tools.common.BaseSmartGuide.superShow(BaseSmartGuide.java
:112)
at com.ibm.ivm.tools.common.BaseSmartGuide.access$0(BaseSmartGuide.java:
111)
at com.ibm.ivm.tools.common.BaseSmartGuide$2.actionPerformed(BaseSmartGu
ide.java:89)
at javax.swing.Timer.fireActionPerformed(Timer.java:149)
at javax.swing.Timer$DoPostEvent.run(Timer.java:107)
at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEven
tQueueUtilities.java:368)
at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilit
ies.java:364)
at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Sys
temEventQueueUtilities.java:405)
at java.awt.Component.dispatchEventImpl(Component.java(Compiled Code))
at java.awt.Component.dispatchEvent(Component.java(Compiled Code))
at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code))
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java(Co
mpiled Code))
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:94)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Back to top
View user's profile Send private message Send e-mail
Irena
PostPosted: Fri May 10, 2002 5:26 am    Post subject: Reply with quote

Novice

Joined: 03 Feb 2002
Posts: 11
Location: IBM

Why at all Control Center creates an anstance of the node ?
Isn't it a Broker who creates nodes ?
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » _createInputTerminal Exception
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.