Author |
Message
|
Srinivasa Rao Palla |
Posted: Fri Jul 19, 2013 8:56 am Post subject: Getting error while deploying a flow which contains cachePut |
|
|
Newbie
Joined: 26 Jun 2013 Posts: 3
|
This is the error i have got can any one help me out...
Error:
Begin running task [Deploying [cache_put_mf.msgflow] to execution group [default]]
BIP2087E: Broker BROKER was unable to process the internal configuration message.
The entire internal configuration message failed to be processed successfully.
Use the messages following this message to determine the reasons for the failure. If the problem cannot be resolved after reviewing these messages, contact your IBM Support center. Enabling service trace may help determine the cause of the failure.
BIP4041E: Execution group 'default' received an administration request that encountered an exception.
While attempting to process an administration request, an exception was encountered. No updates have been made to the configuration of the execution group.
Review related error messages to determine why the administration request failed.
BIP4368S: The method 'getMethod' has thrown the following exception: java.lang.NullPointerException.
The Java API framework has caught an unhandled Java exception.
Contact the node provider for further details.
BIP4395E: Java exception: 'java.lang.NullPointerException'; thrown from class name: 'com.goakes.CacheNode.CachePutNode', method name: 'getTimeOut', file: 'CachePutNode.java', line: '131'
The message contains that data associated with a Java exception.
No user action required.
The task was unsuccessful: The deployment was unsuccessful. Check error messages above for explanation.
------------------------------------------------------------------------------------
But when deployed the flow with cacheget node in it its being deployed with out any error. |
|
Back to top |
|
 |
NealM |
Posted: Fri Jul 19, 2013 9:19 am Post subject: |
|
|
 Master
Joined: 22 Feb 2011 Posts: 230 Location: NC or Utah (depends)
|
From the info posted, you are using the IA91 support pac. I'm guessing you have a new runtime and forgot to set up the runtime part of that support pac.
First off make sure you have the latest version of it, then read the setup info in the ia91.pdf. Tony forgot to put in a paragraph for MB8 runtime (you didn't say what version you are on), but it installs like v7 for that, except be careful exactly where your installation is using the shared-classes directory if on linux. |
|
Back to top |
|
 |
Srinivasa Rao Palla |
Posted: Fri Jul 19, 2013 9:26 am Post subject: |
|
|
Newbie
Joined: 26 Jun 2013 Posts: 3
|
Thanks For Your Reply
I have already placed respective jar files of runtime in shared classes folder. |
|
Back to top |
|
 |
NealM |
Posted: Fri Jul 19, 2013 9:35 am Post subject: |
|
|
 Master
Joined: 22 Feb 2011 Posts: 230 Location: NC or Utah (depends)
|
What about the CacheNode.jar that goes into your runtime's <installpath>/jplugin directory?
And make sure the permissions are set properly. On unix/linux you would need to be root to do so, and the setting of 644 would be good enough.
Last edited by NealM on Fri Jul 19, 2013 9:39 am; edited 1 time in total |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jul 19, 2013 9:36 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
NealM |
Posted: Fri Jul 19, 2013 9:46 am Post subject: |
|
|
 Master
Joined: 22 Feb 2011 Posts: 230 Location: NC or Utah (depends)
|
Quote: |
Use GlobalCache rather than the IA91 support pack. |
...if you are on MB8+, and if you don't need to refresh cache from a database on restarts. (To do the latter you could write your own database/properties file accesses, procedures, etc, or you could buy the full WebSphere Extreme Scale product which does include that capability. The free part included in the Broker leaves that out.) |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jul 19, 2013 9:57 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
NealM wrote: |
Quote: |
Use GlobalCache rather than the IA91 support pack. |
...if you are on MB8+, and if you don't need to refresh cache from a database on restarts. (To do the latter you could write your own database/properties file accesses, procedures, etc, or you could buy the full WebSphere Extreme Scale product which does include that capability. The free part included in the Broker leaves that out.) |
My message flows do all that and more. I find that the cache features offered by the product off-the-shelf are functional and sufficient. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|