Author |
Message
|
wmbv7newbie |
Posted: Mon Jan 11, 2016 3:30 pm Post subject: Job Execution Node - Need Jars for IIB |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Hi,
I am trying to install Jars for Job Execution node to be used in IIB9 but the installable given here doesnt have files relevant to IIB.
Quote: |
http://www-01.ibm.com/support/docview.wss?uid=swg24017225 |
Can someone help please?
Thanks! |
|
Back to top |
|
 |
Simbu |
Posted: Mon Jan 11, 2016 6:33 pm Post subject: Re: Job Execution Node - Need Jars for IIB |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
wmbv7newbie wrote: |
Hi,
I am trying to install Jars for Job Execution node to be used in IIB9 but the installable given here doesnt have files relevant to IIB.
Can someone help please?
Thanks! |
It is there in ia9z.zip. Please go to "Download package" and download it. |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Tue Jan 12, 2016 1:01 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
It has only WMB install packages. Are you able to see the IIB folder as well? |
|
Back to top |
|
 |
Simbu |
Posted: Tue Jan 12, 2016 1:12 am Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
wmbv7newbie wrote: |
It has only WMB install packages. Are you able to see the IIB folder as well? |
You are correct, there is no folder called IIB and the document says
Quote: |
\IIB JobExecutionNode\V9.0Runtime\ - Contains files meant for IIB V9.0 runtime.
\IIB JobExecutionNode\V9.0Workbench\ - Contains files meant for IIB V9.0 Toolkit |
but actually when I extract the zip file, I can file the jars in the below directory location
Quote: |
\WMB JobExecutionNode\V9Runtime
\WMB JobExecutionNode\V9Workbench |
|
|
Back to top |
|
 |
wmbv7newbie |
Posted: Tue Jan 12, 2016 1:13 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Ah! Thanks a lot  |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Wed Jan 13, 2016 6:39 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Hi,
I am getting jar issues with the Job Execution node. As per the support pac direction, -
Quote: |
Copy ‘ \IIB JobExecutionNode \V9.0Runtime\JobExecutionNode.jar’
file to ‘<IIB-Install–Directory>\jplugin’.
Copy ‘\IIB JobExecutionNode \V9.0Workbench\JEN_90.jar’ file to
‘<IIBv9.0Toolkit-Install-Directory>\plugins’ directory.
|
Error -
Quote: |
BIP2241E: A Loadable Implementation Library (.lil, .jar, or .par) is not found for message flow node type 'JobExecutionNode' in message flow 'jobexecutiontest'.
The broker received an instruction to create a message flow node of type 'JobExecutionNode', in message flow 'jobexecutiontest'. The broker cannot create nodes of this type because an implementation library for this node type does not exist in the LIL path.
Ensure that the LIL path is correct, and that it contains all the required node implementation libraries, including those supplied by IBM. The node name is case sensitive, therefore check that the toolkit and runtime names match. If the broker is trying to create a node type that ends in 'NodeNode', ensure that when the node was registered with the toolkit the name registered did not end in 'Node'.
Also ensure that you have saved the message flow, and any nested message flows. Redeploy the new configuration to the broker, specifying a complete configuration. If the LIL file is correct, check that the message node type is correct. |
I read on other threads that we should not copy user-defined jars to jplugins folder as it is not recognised in lil path. Can someone help me where should I change the location of jar if I create new folder for these jars?
Thanks!
P.S. - I am using IIB v9.0.0.4 |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 13, 2016 6:59 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
jplugins is certainly the wrong place. It's the entirely wrong place - it's a IIB internal folder. It's very odd that the instructions suggest that. I do hope you restarted the EG before you tried using the node, though.
Usually, people make the initial mistake of trying to alter the CLASSPATH of the running IIB EG.
Then they get half a clue and put things in shared-classes.
Ideally, one creates a JavaClassloader configurable service that points to a new directory. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
zpat |
Posted: Wed Jan 13, 2016 7:03 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can have a different shared-class folder for each execution group if you create a directory with this name
Code: |
/var/mqsi/config/<Brokername>/<EG-name>/shared-classes |
_________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Wed Jan 13, 2016 7:34 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Restarted the EG and toolkit but dint work.
Also removed from jplugins and copied the jars to the EG specific folder as suggested by zpat but that dint work too.
Any other suggestions that I could try? Can you guide me how to (if I can) verify the lil path? |
|
Back to top |
|
 |
zpat |
Posted: Wed Jan 13, 2016 12:22 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Restart the EG after any such changes. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|