Author |
Message |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 9:40 pm Subject: Executing Unix commands remotely in Java program |
This is the complete error message,
com.jcraft.jsch.JSchException: connection is closed by foreign host
at com.jcraft.jsch.Session.connect(Session.java:248)
at com.jcraft.jsch.Session.connect(Ses ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 9:28 pm Subject: Executing Unix commands remotely in Java program |
Thank you so much...
The requirement to me is ,I need to perform health check of Unix servers (df -k ,netstat) for their filesystem and the TCP connectivity to other clients automatically.So,I hav ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 12:42 am Subject: Executing Unix commands remotely in Java program |
I have tried various options..But still no luck...
I tried jsch.But I am getting 'Foriegn host closed connection error' while executing below code,
Session session=jsch.getSession(user, host, ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 03, 2013 6:33 am Subject: Executing Unix commands remotely in Java program |
Ok..I will try on some more options and come back... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 03, 2013 6:11 am Subject: Executing Unix commands remotely in Java program |
Thanks Jeff for your response...
I am new to Java coding...I browsed a lot to find out an option.But could not get one.
As you have given some hint,could you please explain more so that I could try. ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11248
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 02, 2013 10:11 pm Subject: Executing Unix commands remotely in Java program |
I want to execute unix commands remotely from Java program.
I am using below code,
String cmd = "rexec <IP address given> -l <QM name ... |
Topic: JDBC JMETER - No suitable driver error |
RadhamaniRamadoss
Replies: 3 Views: 7485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 10:27 pm Subject: JDBC JMETER - No suitable driver error |
Ya..That worked for me !
I now used mysql-connector-java-5.1.25.jar instead of mysql-connector-java-5.0.8.jar.
But my doubt is both the jars are platform independent and there is no specific ... |
Topic: JDBC JMETER - No suitable driver error |
RadhamaniRamadoss
Replies: 3 Views: 7485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 12:56 am Subject: JDBC JMETER - No suitable driver error |
I am doing a performance testing for Mysql database using jmeter jdbc configuration.
Plese find below configuration,
JDBC url :jdbc:mysql://DBDHUB01:3306/DD
JDBC Driver class name :com.mysql.jd ... |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 1:40 am Subject: mqreply node throws mqmd error |
It works....HURRAY !!!!
I fixed created MQMD header and then MQRFH2.
It works...
Thanks for all the experts who helped me on this...
 |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 12:51 am Subject: mqreply node throws mqmd error |
Ok..Let me check that and reply how it comes out...
Thanks much.. |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 12:16 am Subject: mqreply node throws mqmd error |
I have used as below,
OutputRoot.MQMD.ReplyToQ
OutputRoot.MQMD.ReplyToQMgr
It was a typo before..
And when I took the user trace it says,
<----------------------------------------------- ... |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 1:37 pm Subject: mqreply node throws mqmd error |
I have even added correlid .still not working.please help |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 1:26 pm Subject: mqreply node throws mqmd error |
As I could see in the trace,there seems to be nothing strange in mwmd.
It has expiry as -1
Encoding
Codedcharset
Msgid as blob
Replytoq
Replytoqmgr |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 1:10 pm Subject: mqreply node throws mqmd error |
Thanks for your quick reply.actually I updated wrongly as it works in
Mqoutput node.but as I just tried now ,its not working in mqoutput node either |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 2 Views: 3034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 12:57 pm Subject: mqreply node throws mqmd error |
I am facing error when I am connecting to mqreply node.
I m setting outputroot.mqmd.replytoq and outputroot.mqmd.
Replytoqmgr.and when message flows from this compute node to
Mqreply node ,its thr ... |