Hanging on port 4000. OOPS! it worked

2021-01-12 Thread Zahid Rahman
I forgot I had set a break point. So it worked I now have remote development in Java for raspberry pi using eclipse. I have made some more progress. I made another change by adding trust="true" below verbose="true" the command "touch somefile" ran successfully. It is now hanging here liste

hanging on port 4000

2021-01-12 Thread Zahid Rahman
I have made some more progress. I made another change by adding trust="true" below verbose="true" the command "touch somefile" ran successfully. It is now hanging here listening on port 4000. [sshexec] cmd : java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=y -jar org.r

Re: test of

2021-01-12 Thread Zahid Rahman
/home/zahid/Eclipse Java Raspi/org.raspirecipes.helloworld/remotedebug.xml specifically line 31. line 26 line 32 test sshexec touched somefile --- and the contents of /home/zahid/Eclipse Java Raspi/org.raspirecipe

Re: test of

2021-01-12 Thread Martin Gainty
and the contents of /home/zahid/Eclipse Java Raspi/org.raspirecipes.helloworld/remotedebug.xml specifically line 31? From: Zahid Rahman Sent: Tuesday, January 12, 2021 11:12 AM To: user@ant.apache.org Subject: test of

test of

2021-01-12 Thread Zahid Rahman
I tested the "Found application ${jar.path}" "Copying application to ${raspberrypi}:${raspberryfolder}/${jar.filename}" "Starting ${raspberrypi}:${raspberryfolder}/${jar.filename} in debug mode" test sshexec touch somefile

test email

2021-01-12 Thread Zahid Rahman
test email

AW: sshexec defaults to port 22

2021-01-12 Thread apache
It seems that * the jar is transferred to the pi * the application is started * after it has finished ssh session is terminated If you are using https://bitbucket.org/raspirecipes/raspirecipes/src/master/org.raspirecipes.helloworld/ * I cannot see the expected "Hello World" * not sure if the remo

AW: sshexec defaults to port 22

2021-01-12 Thread Zahid Rahman
As you can see from output console. I have made some progress by updating the remote raspberry pi operating system. I am not sure what parameter is required to resolve this error message *com.jcraft.jsch.JSchException: reject HostKey: 192.168.0.22 *. I am pretty sure it is this code *BUIL