Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Transport: JMS
-
Labels:None
-
Environment:
Win2k, Jdk 1.4, WAS 6.0, MQ 6.0
-
Configuration:
-
Log Output:
-
Similar Issues:None
Description
I'm trying to dispatch message from own java application using MuleClient. I have created Queue Manager, Queues and configured Websphere MQ Queue Connection Factories as given by.
Here I have some java code snap.
****
try{
MuleClient client = new MuleClient();
client.setProperty("jms.connectionFactoryJndiName", "MuleJNDI");
client.setProperty("jms.jndiInitialFactory",
"com.ibm.websphere.naming.WsnInitialContextFactory");
client.setProperty("jms.specification", "1.1");
client.dispatch("jms://TTY.DELIVERYQUEUE","SAMPLE FROM SIMULATOR", null);
}catch(UMOException e){
e.printStackTrace();
}
*****
When try to run this java code its throws me following exception(field LOCAL_HOST_IP_ADDRESS not found) pls refer logoutput.
When I try to start the mule server using config file(pls refer below config), its also throws same error, I couldn't start the mule server.
Please comment on fixing this issue, update me if any thing else needs to be done.
Thanks in advance.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Assignee | Andrew Perepelytsya [ andrew ] |
| Workflow | No "Resolved" state, added "Pending 3rd-Party" state [ 17655 ] | Release Mode Workflow [ 19803 ] |
| Workflow | Release Mode Workflow [ 19803 ] | No "Resolved" state, added "Pending 3rd-Party" state [ 21684 ] |
| Workflow | No "Resolved" state, added "Pending 3rd-Party" state [ 21684 ] | Release Mode Workflow [ 23557 ] |
| Workflow | Release Mode Workflow [ 23557 ] | Main Mule Workflow [ 24121 ] |
| Workflow | Main Mule Workflow [ 24121 ] | Copy of Main Mule Workflow [ 26176 ] |
| Workflow | Copy of Main Mule Workflow [ 26176 ] | Main Mule Workflow [ 29104 ] |
| Workflow | Main Mule Workflow [ 29104 ] | Copy of Main Mule Workflow [ 30426 ] |
| Workflow | Copy of Main Mule Workflow [ 30426 ] | Main Mule Workflow [ 32793 ] |
| Workflow | Main Mule Workflow [ 32793 ] | Copy of Main Mule Workflow [ 36070 ] |
| Workflow | Copy of Main Mule Workflow [ 36070 ] | Fixed Main Mule Workflow (after JIRA upgrade) [ 60668 ] |
| Workflow | Fixed Main Mule Workflow (after JIRA upgrade) [ 60668 ] | Copy of Main Mule Workflow [ 64601 ] |
| Workflow | Copy of Main Mule Workflow [ 64601 ] | Fixed Main Mule Workflow (after JIRA upgrade) [ 68395 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
10d 11h 46m | 1 | Andrew Perepelytsya | 08/Mar/07 04:35 PM |
- Repository mule on http://foo.bar/ failed: Error in remote call to 'FishEye 0 (http://foo.bar/)' (http://foo.bar) [AbstractRestCommand{path='/rest-service-fe/changeset-v1/listChangesets/', params={expand=changesets[-21:-1].revisions[0:29], comment=MULE-1430, p4JobFixed=MULE-1430, rep=mule}, methodType=GET}] : java.net.UnknownHostException: foo.bar
The log mentions the Hyades running from within the eclipse. Do you have the problem when running Mule standalone? I am not sure it's not a problem in Hyades.