This morning I received CloudFoundry account details. E-mail contains instructions and suggests changing password. When I try to do that using STS 2.7.0.M1 VMware Cloud Foundry Overview screen, via Account Information, I get "Operation not permitted (403 Forbidden)". I doubt instructions e-mail would mention changing password if I'm not allowed to do that. I've checked and existing password I enter is correct, as account validates, but when I try to change password that error appears and in workspace log following entries are appended:
Code:!ENTRY com.cloudfoundry.sts.server.ui 4 0 2011-06-03 10:51:38.380 !MESSAGE Failed to perform server editor action !STACK 1 org.eclipse.core.runtime.CoreException: Operation not permitted (403 Forbidden) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour.toCoreException(CloudFoundryServerBehaviour.java:736) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour$Request.run(CloudFoundryServerBehaviour.java:817) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour.connect(CloudFoundryServerBehaviour.java:90) at com.cloudfoundry.sts.internal.server.ui.editor.CloudFoundryServerStatusSection$1$1.run(CloudFoundryServerStatusSection.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: org.cloudfoundry.client.lib.CloudFoundryException: 403 Forbidden (Operation not permitted) at org.cloudfoundry.client.lib.CloudFoundryClient$ErrorHandler.handleError(CloudFoundryClient.java:81) at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:486) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:443) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:401) at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:279) at org.cloudfoundry.client.lib.CloudFoundryClient.login(CloudFoundryClient.java:208) at com.vmware.appcloud.client.cloudfoundry.UaaAwareCloudFoundryClient.login(UaaAwareCloudFoundryClient.java:470) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour$Request.run(CloudFoundryServerBehaviour.java:808) ... 3 more !SUBENTRY 1 com.cloudfoundry.sts.server.core 4 0 2011-06-03 10:51:38.380 !MESSAGE Operation not permitted (403 Forbidden) !STACK 0 org.cloudfoundry.client.lib.CloudFoundryException: 403 Forbidden (Operation not permitted) at org.cloudfoundry.client.lib.CloudFoundryClient$ErrorHandler.handleError(CloudFoundryClient.java:81) at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:486) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:443) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:401) at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:279) at org.cloudfoundry.client.lib.CloudFoundryClient.login(CloudFoundryClient.java:208) at com.vmware.appcloud.client.cloudfoundry.UaaAwareCloudFoundryClient.login(UaaAwareCloudFoundryClient.java:470) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour$Request.run(CloudFoundryServerBehaviour.java:808) at com.cloudfoundry.sts.internal.server.core.CloudFoundryServerBehaviour.connect(CloudFoundryServerBehaviour.java:90) at com.cloudfoundry.sts.internal.server.ui.editor.CloudFoundryServerStatusSection$1$1.run(CloudFoundryServerStatusSection.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Reply With Quote
