2010-03-18 5 views
0

현재 회사에서 AWS를 평가하려고하고 있으며 웹에서 자습서를 따르려고했습니다. 내가 서버 인스턴스의 시작시 아래 오류 그러나 http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2241Eclipse 플러그인의 "Elastic IP를 클러스터에 연결할 수 없습니다"자습서

:

Unable to associated Elastic IP with cluster: Unable to detect that the Elastic IP was orrectly associated. 

java.lang.Exception: Unable to detect that the Elastic IP was correctly associated 
at com.amazonaws.ec2.cluster.Cluster.associateElasticIp(Cluster.java:802) 
at com.amazonaws.ec2.cluster.Cluster.start(Cluster.java:311) 
at com.amazonaws.eclipse.wtp.ElasticClusterBehavior.launch(ElasticClusterBehavior.java:611) 
at com.amazonaws.eclipse.wtp.Ec2LaunchConfigurationDelegate.launch(Ec2LaunchConfigurationDelegate.java:47) 
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853) 
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703) 
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696) 
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3051) 
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3001) 
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:300) 
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) 

그런 다음 잠시 후, 또 다른 오류가 발생합니다 서버 구성 파일을 게시 할 수 없습니다 : 시도 후 원격 파일을 복사 할 수 없습니다를 4 시간 현지 파일 : 'XXXXXXXX/XXX.zip'

Results from first attempt: 
Unexpected exception: java.net.ConnectException: Connection timed out: connect 
root cause: java.net.ConnectException: Connection timed out: connect 

at com.amazonaws.eclipse.ec2.RemoteCommandUtils.copyRemoteFile(RemoteCommandUtils.java:128) 
at com.amazonaws.eclipse.wtp.tomcat.Ec2TomcatServer.publishServerConfiguration(Ec2TomcatServer.java:172) 
at com.amazonaws.ec2.cluster.Cluster.publishServerConfiguration(Cluster.java:369) 
at com.amazonaws.eclipse.wtp.ElasticClusterBehavior.publishServer(ElasticClusterBehavior.java:538) 
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:866) 
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:708) 
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2731) 
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:278) 
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) 

누구든지 내가 잘못하고있는 부분을 지적 할 수 있습니까? 튜토리얼과 YouTube의 비디오 자습서를 정확하게 따라했습니다.

안부 ~ 제프리

답변

0

문제는 유동 IP는 창조의 서버에 할당되는에이 때문이다, 해결되었습니다. Eclipse를 사용하는 경우 서버에 연결할 수 없습니다.

관련 문제