I've deployed another VM. Now I'm getting the different error which is 401 unauthorized from client side..
Error:
un 03 2013 16:41:46.519 INFO [main] [] com.vmware.darwin.agent.ssl.AgentKeystoreInitializer - Downloading certificates and amqp credentials from the server ...
Jun 03 2013 16:41:57.106 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Attempt 1 to execute request
Jun 03 2013 16:41:57.119 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Connection can be kept alive indefinitely
Jun 03 2013 16:41:57.119 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - :8443 requested authentication
Jun 03 2013 16:41:57.122 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Selected authentication options: [BASIC]
Jun 03 2013 16:41:57.127 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Attempt 2 to execute request
Jun 03 2013 16:41:57.134 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Connection can be kept alive indefinitely
Jun 03 2013 16:41:57.134 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - :8443 requested authentication
Jun 03 2013 16:41:57.134 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Authorization challenge processed
Jun 03 2013 16:41:57.134 DEBUG [main] [] com.vmware.darwin.agent.ssl.BasicAuthSSLHttpClient - Authentication failed
Jun 03 2013 16:41:57.137 WARN [main] [] org.springframework.web.client.RestTemplate - POST request for "https://10.92.80.1:8443/darwin/api/agentcertificate/requestkey" resulted in 401 (Unauthorized); invoking error handler
Jun 03 2013 16:41:57.140 INFO [main] [] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2094257f: defining beans [scriptTypeSupportedImpl,scriptTaskRunnerImpl,taskRunnerImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,basicAuthSSLHttpClient,basicAuthHttpClientFactory,basicAuthRestTemplate,agentKeystoreInitializer,keystoreSSLHttpClient,keystoreHttpClientFactory,keystoreRestTemplate,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,marshallingMessageConverter,marshallerHelper,marshaller,flowListenerExecutor,flowExecutionExecutor,org.springframework.amqp.core.Queue#0,agentSSLKeyManager,flowHandler,agentMessageHandler,agentErrorHandler,org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer#0,agentConfig,com.vmware.darwin.agent.state.StateClientImpl#0,agent,connectionFactory,amqpTemplate,contentDownloader,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
I'm gonna upload server side logs too