Author |
Message
|
schroederms |
Posted: Thu Jan 27, 2005 1:01 pm Post subject: Trying to upgrade iWAY ( user-defined ) node from 2.1 to 5. |
|
|
 Disciple
Joined: 21 Jul 2003 Posts: 169 Location: IA
|
I'm trying to deploy a flow to AIX that has two iWAY nodes in it.
I found on the IBM WBIHELP/TOPIC/COM.IBM.ETOOLS.MFT.DOC/ac02355_ site that I needed to create a user-defines node project and move the node from the flow to the user-defined prohect, and my errors I had in my other flows were corrected when I added the new user_defined project to the dependency's of the other project.
So, I was feeling pretty good. Try to deploy it and now I get an error stating that it could not find the LIL file. It is not a C plugin, it is a Java plugin, the jar file is in the jplugin directory.
I also see in the plugin.xml of the user_defined project, that is says I see this :
requires>
<import plugin="com.ibm.etools.mft.api" version="5.0.0" match="equivalent"/>
<import plugin="com.ibm.etools.mft.uri" version="5.0.0" match="equivalent"/>
<import plugin="org.eclipse.help" version="2.0.2" match="equivalent"/>
<import plugin="org.eclipse.ui" version="2.0.2" match="equivalent"/>
<import plugin="org.eclipse.swt" version="2.0.2" match="equivalent"/>
</requires>
Does anyone no how I get these into the project ? And also, why does the RAD think it is a C plugin instead of a Java plugin.
Thanks,
Mike |
|
Back to top |
|
 |
schroederms |
Posted: Thu Jan 27, 2005 1:07 pm Post subject: |
|
|
 Disciple
Joined: 21 Jul 2003 Posts: 169 Location: IA
|
I should have also added the actual error I'm getting when trying to do the RAD.
BIP2241E: LIL not found for message flow node type 'iWayAdapterNode' in message flow 'SAP_ZCS_BATCH_UPDATE'.
The message broker received an instruction to create a message flow node of type 'iWayAdapterNode', in message flow 'SAP_ZCS_BATCH_UPDATE'. The broker does not have the capability to create nodes of this type because an implementation library for this node type was not found in the LIL path.
Ensure that the LIL path is correct and contains all the necessary node implementation libraries, including those supplied by IBM. Then ensure that the message flow and any nested message flows have been saved. Redeploy the new configuration to the broker ensuring that the complete configuration option is used. If the problem persists contact your IBM support center. |
|
Back to top |
|
 |
JT |
Posted: Thu Jan 27, 2005 8:27 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
You may need to help yourself in this situation, by searching this site for the 'BIP2241E' error, and running through the proposed solutions.
There are numerous suggestions for the infamous "Lil not found" error, everything from:
Quote: |
compiling the java code/creating the jar from from the command line, and not from the Eclipse Toolit |
to
Quote: |
You need to have the jar files in the jplugin directory and any dependent jar files that your plugin needs should be referenced via the CLASSPATH environment variable. The EG on startup reads the jar files in jplugin directory and tries to load each class from the jar file and the parent class that is being loaded fails becuase of the missing dependent class which is not in the jar files from the jplugin directory or the jar files from CLASSPATH. |
and more...... |
|
Back to top |
|
 |
kirani |
Posted: Fri Jan 28, 2005 12:36 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
One of the WBIMB guide lists steps to migrate/install a plug-in node into toolkit. Please refer to that redbook to find more info. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
Ric-Tic |
Posted: Fri Jan 28, 2005 12:05 pm Post subject: |
|
|
Apprentice
Joined: 18 Nov 2003 Posts: 38 Location: Zurich, Switzerland
|
I take it that you have installed the new iWay nodes for WBIMB 5 in your toolkit and on your broker... |
|
Back to top |
|
 |
schroederms |
Posted: Fri Jan 28, 2005 12:13 pm Post subject: |
|
|
 Disciple
Joined: 21 Jul 2003 Posts: 169 Location: IA
|
Actually I've got it working now with the old version of the iWAY nodes. We are suppose to be getting the V5 IBI nodes next week, they said their V2 nodes would not work. I was able to migrate them and get them to interface with SAP, so not sure what their talking about. |
|
Back to top |
|
 |
|