«Невозможно связать эластичный IP с кластером» в учебнике по плагину Eclipse - PullRequest
0 голосов
/ 18 марта 2010

В настоящее время я пытаюсь оценить AWS для своей компании и пытался следовать инструкциям в Интернете. http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2241

Однако при запуске экземпляра сервера появляется следующая ошибка:

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.

С наилучшими пожеланиями ~ Джеффри

1 Ответ

0 голосов
/ 18 марта 2010

Проблема устранена, это связано с тем, что Elastic IP назначается Серверу при создании. Eclipse не может подключиться к серверу, если он используется.

...