2013-07-31 4 views
0

을 제공합니다 :되는 Mylyn 젠킨스 커넥터는 항상 서비스를 사용할 수 없음 나는 일식에 대한 허드슨/젠킨스의 Mylyn의 커넥터를 설치 한

이 전체 오류가 서비스를 사용할 수 없음 : 서버에서 예기치 않은 응답이 로그인하는 동안

eclipse.buildId=unknown 
java.version=1.7.0_13 
java.vendor=Oracle Corporation 
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US 
Framework arguments: -showlocation -product com.jboss.jbds.product.product 
Command-line arguments: -os win32 -ws win32 -arch x86_64 -showlocation -product com.jboss.jbds.product.product 

Error 
Wed Jul 31 08:39:16 CEST 2013 
Server validation failed: Unexpected error: Unexpected response from server while logging in: Service Unavailable 

org.eclipse.core.runtime.CoreException: Unexpected error: Unexpected response from server while logging in: Service Unavailable 
    at org.eclipse.mylyn.internal.hudson.core.HudsonCorePlugin.toCoreException(HudsonCorePlugin.java:61) 
    at org.eclipse.mylyn.internal.hudson.core.HudsonServerBehaviour.validate(HudsonServerBehaviour.java:908) 
    at org.eclipse.mylyn.builds.internal.core.BuildServer.validate(BuildServer.java:369) 
    at org.eclipse.mylyn.builds.ui.spi.BuildServerPart$Validator.run(BuildServerPart.java:114) 
    at org.eclipse.mylyn.commons.repositories.ui.RepositoryLocationPart$2.run(RepositoryLocationPart.java:558) 
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
Caused by: org.eclipse.mylyn.internal.hudson.core.client.HudsonException: Unexpected response from server while logging in: Service Unavailable 
    at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.run(HudsonOperation.java:169) 
    at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient.validate(RestfulHudsonClient.java:412) 
    at org.eclipse.mylyn.internal.hudson.core.HudsonServerBehaviour.validate(HudsonServerBehaviour.java:902) 
    ... 4 more 
Caused by: java.io.IOException: Unexpected response from server while logging in: Service Unavailable 
    at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.authenticate(HudsonOperation.java:96) 
    at org.eclipse.mylyn.commons.repositories.http.core.CommonHttpOperation.executeOnce(CommonHttpOperation.java:114) 
    at org.eclipse.mylyn.commons.repositories.http.core.CommonHttpOperation.execute(CommonHttpOperation.java:65) 
    at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient$8.execute(RestfulHudsonClient.java:390) 
    at org.eclipse.mylyn.internal.hudson.core.client.RestfulHudsonClient$8.execute(RestfulHudsonClient.java:1) 
    at org.eclipse.mylyn.internal.hudson.core.client.HudsonOperation.run(HudsonOperation.java:167) 
    ... 6 more 

내가이 문제를 해결하기 위해 무엇을 할 수 있는가?

답변

0

Java 버전을 jdk 6으로 변경 한 후에 작동합니다. (단, 이유는 없습니다)