Author |
Message
|
wbiman |
Posted: Thu Aug 18, 2005 10:45 am Post subject: V21 To V5 Plug-in migration problem BIP2241E: LIL |
|
|
Voyager
Joined: 13 Jul 2004 Posts: 84
|
Hi Friends,
I am new to WBIV5 migration and we are trying migrate v21 user plug-in to V5 environment. I created the blank plugin project and copied the migrated node in toolkit ...that’s working fine ...and message flows can find plugin node . I also even copied the .jar file from V21 to V5 Jplugin directory. But when I deploy the bar file containing the message flow accessing custom node i started getting following error.....please help ...i am not sure what to do next.......
BIP2241E: LIL not found for message flow node type 'EnvNode' in message flow 'TestEnvNode'.
The message broker received an instruction to create a message flow node of type 'EnvNode', in message flow 'TestEnvNode'. 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.
Last edited by wbiman on Thu Aug 18, 2005 1:25 pm; edited 2 times in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 18, 2005 10:51 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
wbiman |
Posted: Thu Aug 18, 2005 11:20 am Post subject: problem |
|
|
Voyager
Joined: 13 Jul 2004 Posts: 84
|
Hi,
i have already done that and I can see node in palette also. but when I deploy it gives me error. Since is java plugin node...Do we need to change anything in .jar file????
BIP2241E: LIL not found for message flow node type 'EnvNode' in message flow 'TestEnvNode'
Please help
Thanks |
|
Back to top |
|
 |
wbibrk |
Posted: Sun Aug 21, 2005 5:00 am Post subject: |
|
|
Apprentice
Joined: 09 Jul 2005 Posts: 46
|
If it is a java plugin, make sure that all the jar files containing the dependent classes are mentioned in the CLASSPATH. |
|
Back to top |
|
 |
kishoreraju |
Posted: Mon Aug 22, 2005 4:00 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Can u check that the jar file that u kept in JPLUGIn directory is refering to any other external Jars which are not added to u r class path. |
|
Back to top |
|
 |
PrasLearnsWBI |
Posted: Fri Apr 06, 2007 11:24 am Post subject: |
|
|
 Novice
Joined: 06 Apr 2007 Posts: 13 Location: Budapest, Hungary
|
All the external and dependent Jar Files should also be referred to, from the classpath file of the Node project in the workspace and also in the Classpath Variable in the Environment variables in your server.
The JAR file for your plug-in project needs to be in the JPlugin as well as the eclipse/plugin folder.
Thanks
Prasenjit P _________________ I wonder that I am around !! |
|
Back to top |
|
 |
|