jasimcse / fsnet

Automatically exported from code.google.com/p/fsnet
0 stars 0 forks source link

TrayDesktop client throws exception when we test the configuration #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fill the field of the configuration panel
2. click on test
3. an error occure withe the following exception:

11 févr. 2011 15:31:48 fr.univartois.ili.fsnet.trayDesktop.model.WSConnector$2 
run
GRAVE: null
java.net.MalformedURLException: no protocol:
    at java.net.URL.<init>(URL.java:567)
    at java.net.URL.<init>(URL.java:464)
    at java.net.URL.<init>(URL.java:413)
    at fr.univartois.ili.fsnet.trayDesktop.model.WSConnector$2.run(WSConnector.java:165)

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jonathan...@gmail.com on 11 Feb 2011 at 2:38

GoogleCodeExporter commented 9 years ago
Look Revision 1606

You probably used the url without a '/' at the end 
(http://localhost:8080/fsnetWeb for example)
I commited a new revision to fix this bug.

Can you test again ?

Original comment by remilec...@gmail.com on 11 Feb 2011 at 2:43

GoogleCodeExporter commented 9 years ago
Good job, it works ;)

Original comment by jonathan...@gmail.com on 11 Feb 2011 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@gmail.com on 11 Feb 2011 at 2:49