Author |
Message |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2009 6:47 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
I have installed the email sample flow and try to run it but it failed with the same exception:
com.ibm.broker.emailnodes.EmailOutputNode : javax.mail.NoSuchProviderException: incorrect class
... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 28, 2009 6:07 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
@smdavies99, what do you mean "a lot of 'stuff' that you don't need"?
Could you give a code example? and what is properties? Is it Properties of EmailOtput node?
I have run this flow on ... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 6:53 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
P.S. I have added trace node between java compute node and the email node. |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 6:52 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
Trace of ${LocalEnvironment}
( ['MQROOT' : 0x3afe070]
(0x01000000:Name):Destination = (
(0x01000000:Name):Email = (
(0x03000000:NameValue):SMTPServer = 'SMTPserver' (CHARACTER)
... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 6:50 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
Trace of ${Root}
( ['MQROOT' : 0x3afcd08]
(0x01000000:Name):Properties = ( ['MQPROPERTYPARSER' : 0x3a20a80]
(0x03000000:NameValue):MessageSet = '' (CHARACTER)
(0x030 ... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 5:09 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
I have already updated my broker to 6.1.0.5, but it doesn't help  |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 5:05 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
Java node contains:
public void evaluate(MbMessageAssembly assembly) throws MbException {
MbOutputTerminal out = getOutputTerminal("out");
MbMessage outMessage ... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 5:01 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
I added Trace node after email node and connect it with email node failure terminal. I used ${ExceptionList} to set the trace.
The trace file contains following:
( ['MQROOT' : 0x3afd9f8]
(0x010 ... |
Topic: EmailOutput Node: NoSuchProviderException: incorrect class |
Dean24
Replies: 17 Views: 12116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 1:12 am Subject: EmailOutput Node: NoSuchProviderException: incorrect class |
Hello,
I have tried to implement a simple message flow which include MQInput node, JavaCompute node and EmailOutput node.
When I added SMTP server and addresses (To, From and so on) to the proper ... |