Author |
Message
|
eai_guy |
Posted: Mon Apr 21, 2008 1:16 am Post subject: JMS nodes Problem with JMS input node |
|
|
Voyager
Joined: 18 Oct 2007 Posts: 90
|
Hi Guys,
I m trying to explore JMS nodes and for that I have taken a sample from gallery called JMS nodes, I have followed all the set up steps given in sample. I m facing below problem when I try to test it,
message remains on MQ queue doesn't enter flow.
When i check event viewer it gives below event error
( WBRK_BROKER.JMSExe ) WBIMB JMSClient. ''
Broker : WBRK_BROKER
Execution Group : JMSExe
Message Flow : JMSInput_Publication
Node : ComIbmJMSClientInputNode::JMSInput >
'' There is a configuration problem with the JNDI Administered objects where: Initial Context Factory = ''''. Location of the bindings = ''file://C:\JNDI-Directory''. ConnectionFactory Name = ''qcf1''. JMS destination = ''publishqueue''. The JNDI exception text is : ''Cannot instantiate class: ''.
The node could not obtain a JNDI Administered Object because some of the values specified in the node attributes are incorrect
Check the JNDI Administered configuration for the JMS provider used by the node. Either modify the JNDI Administered objects and rebuild the bindings, or change the node attributes and re-deploy the message
Any suggestions regarding this will be of immense help.
Thanks, |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Apr 21, 2008 1:24 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
JLRowe |
Posted: Mon Apr 21, 2008 1:53 am Post subject: Re: JMS nodes Problem with JMS input node |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Looks like you have no initial context factory set on your JMS input node, you need to set it as com.sun.jndi.fscontext.RefFSContext
eai_guy wrote: |
Hi Guys,
I m trying to explore JMS nodes and for that I have taken a sample from gallery called JMS nodes, I have followed all the set up steps given in sample. I m facing below problem when I try to test it,
message remains on MQ queue doesn't enter flow.
When i check event viewer it gives below event error
( WBRK_BROKER.JMSExe ) WBIMB JMSClient. ''
Broker : WBRK_BROKER
Execution Group : JMSExe
Message Flow : JMSInput_Publication
Node : ComIbmJMSClientInputNode::JMSInput >
'' There is a configuration problem with the JNDI Administered objects where: Initial Context Factory = ''''. Location of the bindings = ''file://C:\JNDI-Directory''. ConnectionFactory Name = ''qcf1''. JMS destination = ''publishqueue''. The JNDI exception text is : ''Cannot instantiate class: ''.
The node could not obtain a JNDI Administered Object because some of the values specified in the node attributes are incorrect
Check the JNDI Administered configuration for the JMS provider used by the node. Either modify the JNDI Administered objects and rebuild the bindings, or change the node attributes and re-deploy the message
Any suggestions regarding this will be of immense help.
Thanks, |
|
|
Back to top |
|
 |
eai_guy |
Posted: Mon Apr 21, 2008 4:40 am Post subject: |
|
|
Voyager
Joined: 18 Oct 2007 Posts: 90
|
Hi ,
I have set initial Context Factory to com.sun.jndi.fscontext.RefFSContextFactory,
Also JNDI bimdings are at file:/C:\JNDI-Directory
Please let me know if you want any more info
Thanks, |
|
Back to top |
|
 |
JLRowe |
Posted: Mon Apr 21, 2008 5:05 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Are you Sure?
Read the error message:
Quote: |
... Initial Context Factory = '''' ....''Cannot instantiate class: ''
|
[/quote] |
|
Back to top |
|
 |
eai_guy |
Posted: Mon Apr 21, 2008 6:06 am Post subject: |
|
|
Voyager
Joined: 18 Oct 2007 Posts: 90
|
Hi ,
Now down with one more problem
I tried stopping broker and config manager and Now I m down with other issue not able to connect to config manager. Following is thrown in event viewer,
( ConfigMgr ) Unexpected exception in ConfigurationManager class 'initialize' method; exception text: ''java.lang.NoSuchFieldError: msgToken'', ''msgToken''.
An exception was caught by the ConfigurationManager class 'initialize' method while the Configuration Manager was being started or stopped. The exception text is: 'java.lang.NoSuchFieldError: msgToken', 'msgToken'.
Retry the operation. If the exception still occurs, contact your IBM support center. |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Apr 21, 2008 8:19 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
which fix pack level are u on... ? _________________ Cheers |
|
Back to top |
|
 |
|