sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Base URL seems to be incorrect #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Enter base URL in Hudson Preferences page

What is the expected output? What do you see instead?
Expected "URL ok", got 'The element type "HR" must... matching end-tag
"</HR>".'

What version of the product are you using? On what operating system?
1.0.4

Please provide any additional information below.
The assembled URL seems to be incorrect. The plugin uses
"/hudson/api/xmlapi/xml" but on my Hudson server on Tomcat (Hudson version
1.279) the API is located at "/hudson/api/xml".

Original issue reported on code.google.com by martin.a...@gmail.com on 30 Jan 2009 at 3:36

GoogleCodeExporter commented 8 years ago
I get the same error with Hudson 1.290.

Original comment by winston....@gmail.com on 10 Mar 2009 at 9:44

GoogleCodeExporter commented 8 years ago
What url did you type in? You should use the base url, in the above case
http://hudsonhost:port/hudson, not /hudson/api/xml

Original comment by jre...@gmail.com on 7 Apr 2009 at 4:29

GoogleCodeExporter commented 8 years ago
I entered "http://myhostname/hudson" for URL. After clicking "Check URL" 
button, I
get this error:

The element type "HR" must be terminated by the matching end-tag "</HR>".

Hudson is running on Tomcat port 80. To be sure, http://myhostname:80/hudson 
yielded
the same result.

Using a browser, http://myhostname/hudson/api/xml produces a result whereas
http://myhostname/hudson/api/xmlapi/xml gives a 404 error.

Original comment by winston....@gmail.com on 7 Apr 2009 at 5:29

GoogleCodeExporter commented 8 years ago
Problem was due to missing / at the end of the url. Code is fixed so it's not
necessary anymore.

Original comment by jre...@gmail.com on 7 Apr 2009 at 7:16

GoogleCodeExporter commented 8 years ago
Issue 25 has been merged into this issue.

Original comment by jre...@gmail.com on 7 Apr 2009 at 7:16

GoogleCodeExporter commented 8 years ago
1.0.5 works for me now. Thanks!

Original comment by winston....@gmail.com on 7 Apr 2009 at 11:26

GoogleCodeExporter commented 8 years ago
Hudson Base URL configured as https://nphudson.station.sony.com/hudson/

seen the eexception when i click check url -
sun.security.validator.Validato...cation path to requested targe

Original comment by keshured...@gmail.com on 8 Apr 2009 at 6:17

GoogleCodeExporter commented 8 years ago
I have a similar problem: when I introduce the url 
(http://192.168.227.128:8080/), I
got the messega: "White spaces are required between publicId and systemId."
What it means? What is the publicId and systemId?

Original comment by hugogarz...@gmail.com on 20 Oct 2009 at 10:07