Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 325406

Summary: Unexpected response from Hudson server for '/api/xml': Internal Server Error
Product: z_Archived Reporter: Christian Herold <christian.herold>
Component: MylynAssignee: Mylyn Inbox <mylyn-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3    
Version: dev   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Christian Herold CLA 2010-09-16 02:01:43 EDT
What steps will reproduce the problem?
1. add new Build Server with IP http://192.168.208.63:8082
2. press validate
3. refreshing throws the same error


-- Error Details --
Date: Thu Sep 16 07:51:10 CEST 2010
Message: Unexpected error: Unexpected response from Hudson server for '/api/xml': Internal Server Error
Severity: Error
Product: Eclipse 1.3.0.20100617-0521 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.mylyn.hudson.core
Session Data:
eclipse.buildId=I20100608-0911
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product


Exception Stack Trace:
org.eclipse.mylyn.internal.hudson.core.client.HudsonException: Unexpected response from Hudson server for '/api/xml': Internal Server Error
at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient.checkResponse(RestfulHudsonClient.java:122)
at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient.checkResponse(RestfulHudsonClient.java:112)
at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient$4.execute(RestfulHudsonClient.java:229)
at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient$4.execute(RestfulHudsonClient.java:1)
at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.run(HudsonOperation.java:32)
at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient.getJobs(RestfulHudsonClient.java:258)
at org.eclipse.mylyn.internal.hudson.core.HudsonServerBehaviour.refreshConfiguration(HudsonServerBehaviour.java:486)
at org.eclipse.mylyn.builds.internal.core.operations.RefreshConfigurationOperation$1.run(RefreshConfigurationOperation.java:75)
at org.eclipse.mylyn.builds.internal.core.operations.RefreshConfigurationOperation$1.run(RefreshConfigurationOperation.java:1)
at org.eclipse.mylyn.builds.internal.core.util.BuildRunner.run(BuildRunner.java:72)
at org.eclipse.mylyn.builds.internal.core.operations.RefreshConfigurationOperation.doRefresh(RefreshConfigurationOperation.java:72)
at org.eclipse.mylyn.builds.ui.spi.BuildServerPart$Validator.run(BuildServerPart.java:117)
at org.eclipse.mylyn.commons.ui.team.RepositoryLocationPart$2.run(RepositoryLocationPart.java:579)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Comment 1 Steffen Pingel CLA 2010-09-16 13:52:03 EDT
That indicates that there is a problem with the Hudson server. Which version are you using? Are there any errors in the Hudson log?
Comment 2 Christian Herold CLA 2010-09-17 03:21:43 EDT
got the error wit Hudson ver. 1.375.
After update to Hudson ver. 1.376 runs fine.