|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problems installing User-defined nodes. |
« View previous topic :: View next topic » |
Author |
Message
|
matoh |
Posted: Tue Jun 03, 2008 4:57 am Post subject: Problems installing User-defined nodes. |
|
|
Apprentice
Joined: 04 Mar 2005 Posts: 26
|
Hi! I was wondering if someone could help me figure this out:
We are trying to migrate some minor user-defined nodes we have written from version 5 to 6.1. In order not to drag anything problematic with us from the old workspace, we did a clean rewrite using the instructions in the help files.
We can get them to appear OK in the toolkit by installing the resulting jar file in it, but we are having problems installing the jar in the broker.
We did create a separate directory for the jar file, did add it to the lil path with "mqsichangebroker -l", but when we start the broker again, we get null pointer exceptions in it:
Code: |
Jun 3 14:53:05 xxx WebSphere Broker v6100[1780]: (WBRK61_DEFAULT_BROKER.Martin test)[-1209021824]BIP2203E: An execution group has encountered a problem whilst starting. : WBRK61_DEFAULT_BROKER.7e17ca74-1801-0000-0080-97728a19afb8: /build/S000_P/src/DataFlowEngine/ImbMain.cpp: 939: ImbMain::start: :
Jun 3 14:53:05 xxx WebSphere Broker v6100[1780]: (WBRK61_DEFAULT_BROKER.Martin test)[-1209021824]BIP4368S: The method 'registerAllPlugins' has thrown the following exception: java.lang.NullPointerException. : WBRK61_DEFAULT_BROKER.7e17ca74-1801-0000-0080-97728a19afb8: /build/S000_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1840: ImbJavaExceptionUtils::throwableToNativeException: :
Jun 3 14:53:05 xxx WebSphere Broker v6100[1780]: (WBRK61_DEFAULT_BROKER.Martin test)[-1209021824]BIP4395E: Java exception: 'java.lang.NullPointerException'; thrown from class name: 'sun.reflect.NativeMethodAccessorImpl', method name: 'invoke0', file: 'NativeMethodAccessorImpl.java', line: '-2' : WBRK61_DEFAULT_BROKER.7e17ca74-1801-0000-0080-97728a19afb8: /build/S000_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1858:
ImbJavaExceptionUtils::throwableToNativeException: :
Jun 3 14:53:05 xxx WebSphere Broker v6100[1780]: (WBRK61_DEFAULT_BROKER.Martin test)[-1209021824]BIP2204I: Execution group using process '1780' thread '-1209021824' stopped. : WBRK61_DEFAULT_BROKER.7e17ca74-1801-0000-0080-97728a19afb8: /build/S000_P/src/DataFlowEngine/ImbMain.cpp: 996: ImbMain::start: :
|
The exceptions seem to indicate navive code being involved, but out jar only contains java classes, so we are a bit confused... |
|
Back to top |
|
 |
broker_new |
Posted: Tue Jun 03, 2008 7:57 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
I have similar type of problem but not exactly the same.
What i did was i copied all the code from the user defined node(from .java file) and pasted into the JavaComputeNode.
It worked good.Without any extra efforts. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|