Open GoogleCodeExporter opened 8 years ago
Works fine on galileo eclipse 3.5. Refer attached screen shot.
Did you get chance to check on 64 bit eclipse-3.5?
Original comment by a1yadu
on 24 Jul 2011 at 5:13
Attachments:
Original comment by a1yadu
on 24 Jul 2011 at 5:14
I just checked Eclipse 3.5.2 and 3.6.2. Both do not respond to the run-button.
No errors inside the logs.
Original comment by sebh...@gmail.com
on 24 Jul 2011 at 6:50
how about using http://www.google.com or any other url?
Original comment by a1yadu
on 24 Jul 2011 at 6:55
Tried it with several URLs, with and without http and/or www in front and all
the available HTTP methods. Only on 3.7 I get a reaction, but that is the stack
trace posted above.
Original comment by sebh...@gmail.com
on 24 Jul 2011 at 7:01
Thanks for trying out.
There can be an issue with either 64 bit SWT library or its linux version. I'll
take a look whenever I get such an environment. Just FYI.. It has been built
and tested on 32 bit SWT. But ideally it should work, out of eclipse, for other
versions as well, because SWT is supposed to show same behavior no matter what
kind of environment it's running under.
Original comment by a1yadu
on 24 Jul 2011 at 7:11
I am running Eclipse 3.7.0 on Linux 64 bit and I have the same issue.
In the response window which is 2nd to last I see that is does have the
response but gets quickly over written by the error. So something is failing
after it has the response. Cant' get a screen shot as it happens too quickly.
Original comment by davidcar...@gmail.com
on 21 Sep 2011 at 11:28
I'll take a look. Thanks David, for raising it.
Original comment by a1yadu
on 22 Sep 2011 at 2:39
Original comment by a1yadu
on 16 Nov 2011 at 6:53
I have the same problem running eclipse 3.7.1 on Ubuntu Linux (11.10) 32 bit
Original comment by jan.dhol...@gmail.com
on 26 Dec 2011 at 10:42
Same problem on Eclipse 3.7 on Ubuntu 11.10 32bit as well. Tool looks nice,
but is totally nonfunctional.
Original comment by David.H....@gmail.com
on 25 Jan 2012 at 12:00
just installed from the update site, V1.0.3 on Eclipse 3.7, Ubuntu 11.10 64bit,
and for all the requests I tried I got only:
"Failed to execute runnable (java.lang.StringIndexOutOfBoundsException: String
index out of range: 0)"
Original comment by davideda...@gmail.com
on 23 Mar 2012 at 3:40
That is a problem from SWT 3.7.0, if the URL is empty, the WebKit class of SWT
generates a MalformedUrlException and then comes an access to url.char(0). You
could only catch that exception or use "http://" instead of "".
Original comment by pho...@gmx.de
on 14 Aug 2012 at 8:40
I have changed one line and the exception doesn't longer occur.
You should checkout /trunk/standalone and trunk/plugin as two single projects,
don't checkout /trunk. Follow the instructions on /trunk/docs/build_process.txt.
Original comment by pho...@gmx.de
on 14 Aug 2012 at 10:43
Attachments:
Thanks phosco, I'll include your fix in next release.
-Yadu
Original comment by a1yadu
on 14 Aug 2012 at 2:52
seeing this issue - Eclipse Juno SR 2 on 64 bit Ubuntu 12.04 vm with RestClient
Tool 1.0.3
Original comment by dylan.fa...@gmail.com
on 11 Apr 2013 at 10:05
Original comment by a1yadu
on 18 Jul 2013 at 7:14
Same problem - Eclipse 3.8.1.v20130118 - JDK 1.6.0.u43 - Fedora 17 x86_64 -
RestClient Tool 1.0.3
Original comment by dbennett...@gmail.com
on 7 Aug 2013 at 5:41
Hi, was the fix is available ?
Original comment by j.brady....@gmail.com
on 10 Dec 2013 at 7:33
Original issue reported on code.google.com by
sebh...@gmail.com
on 24 Jul 2011 at 3:47