| Author | Message | 
		
		  | Roothless | 
			  
				|  Posted: Mon Jun 18, 2007 1:02 am    Post subject: LilPath |   |  | 
		
		  |  Apprentice
 
 
 Joined: 11 Dec 2006Posts: 26
 
 
 | 
			  
				| Hi, 
 I have placed the jar file named JavaSwitchPlugin.java in C:\Program Files\IBM\MQSI\6.0\jplugin
 
 Is naming of the Jar file correct? my Java class name is JavaSwitchPluginNode.class
 
 
 i have this problem while deploying  sample JavaPlugin Node.
 
 BIP2241E: Loadable Implementation Library (.lil, .jar or .par) not found for message flow node type 'SwitchNode' in message flow 'SampleFlow'.
 
 The message broker received an instruction to create a message flow node of type 'SwitchNode', in message flow 'SampleFlow'. 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. The node name is case sensitive so ensure the toolkit and runtime names match. If the broker is trying to create a node type that ends in 'NodeNode' then ensure that when the node was registered with the toolkit the name registered didn't end in 'Node'. 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.
 
 Thanks in Advance
 _________________
 MQ Toddler
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | marcin.kasinski | 
			  
				|  Posted: Mon Jun 18, 2007 1:15 am    Post subject: Re: LilPath |   |  | 
		
		  | Sentinel
 
 
 Joined: 21 Dec 2004Posts: 850
 Location: Poland / Warsaw
 
 | 
			  
				| 
   
	| Roothless wrote: |  
	| Hi, 
 I have placed the jar file named JavaSwitchPlugin.java in C:\Program Files\IBM\MQSI\6.0\jplugin
 
 
 |  
 Java is source file. You have to place there jar file.
 _________________
 Marcin
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Roothless | 
			  
				|  Posted: Mon Jun 18, 2007 1:26 am    Post subject: |   |  | 
		
		  |  Apprentice
 
 
 Joined: 11 Dec 2006Posts: 26
 
 
 | 
			  
				| I am very sorry, actually i placed the jar file only. _________________
 MQ Toddler
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | elvis_gn | 
			  
				|  Posted: Mon Jun 18, 2007 1:28 am    Post subject: |   |  | 
		
		  |  Padawan
 
 
 Joined: 08 Oct 2004Posts: 1905
 Location: Dubai
 
 | 
			  
				| Hi Roothless, 
 Did you restart the broker after placing the jar file there ?
 
 Regards.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Roothless | 
			  
				|  Posted: Mon Jun 18, 2007 1:34 am    Post subject: |   |  | 
		
		  |  Apprentice
 
 
 Joined: 11 Dec 2006Posts: 26
 
 
 | 
			  
				| Yes, i restarted the broker , even restarted the toolkit with -clean option. 
 Thanks
 _________________
 MQ Toddler
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Roothless | 
			  
				|  Posted: Mon Jun 18, 2007 1:57 am    Post subject: |   |  | 
		
		  |  Apprentice
 
 
 Joined: 11 Dec 2006Posts: 26
 
 
 | 
			  
				| Thanks for all,  its working fine now. 
 I think the problem was regarding Jar file creation method.
 Previously i used the command
 Jar cvf JavaSwitchPlugin.jar  JavaSwitchPluginNode.class
 Now I created jar file by exporting the src directory of Node-Development Plugin Project and deployed again.
 
 restated the broker.
 _________________
 MQ Toddler
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |