Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
t; class which contains a Requested Function called foo > curl --request 192.168.0.22:4000 GET foo > > to be more specific...where is your code code that produces this message > Caught an exception, leaving main loop due to Socket closed > > ------ > *From

Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
--request 192.168.0.22:4000 GET foo > > to be more specific...where is your code code that produces this message > Caught an exception, leaving main loop due to Socket closed > > -- > *From:* Zahid Rahman > *Sent:* Tuesday, January 12, 2021 6:36

Hanging on port 4000. OOPS! it worked

2021-01-12 Thread Zahid Rahman
e --- 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 1

hanging on port 4000

2021-01-12 Thread Zahid Rahman
e/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 "Found application ${jar.path}" "Copying app

Re: test of

2021-01-12 Thread Zahid Rahman
/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 "Found application ${jar.path}" "Copying application to ${raspberrypi}:${

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 Zahid Rahman
ebug to get more details. The error com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 2 Too many authentication failures comes from the underlying ssh library (jsch). But a little bit Googling shows that the most common problem is a wrong username/password. Jan -----Ursprüngliche Nachricht- V

sshexec defaults to port 22

2021-01-11 Thread Zahid Rahman
Hi, I am trying to setup Eclipse Remote development on raspberry pi for Java as per this page . http://www.raspirecipes.org/archives/218 Unfortunately something has changed since he did . I have managed to correct one of the errors. I suspect this second error is due to the sshexec command in t

sshexec defaults to port 22

2021-01-11 Thread Zahid Rahman
Hi, I am trying to setup Eclipse Remote development on raspberry pi for Java as per this page . http://www.raspirecipes.org/archives/218 Unfortunately something has changed since he did . I have managed to correct one of the errors. I suspect this second error is due the sshexec command in the