Studio 2 can create/see remote servers but not in remote deployment
In Sun Studio Creator 2, I can create and see my remote servers but when I try to remote deploy my web app from "Deploy to Remote Server", my remote servers do not show up on the list (Only Add Remote Server is there).
On my laptop with the same version of SSC, this is not a problem (I can see the remote servers in the deployment list) so I suspect that the problem is just on my desktop machine. The remote server settings are the same on both machines.
I have tried reinstalling SSC with no success. If anyone has run into this or have any suggestions on how to fix this, I would appreciate it.
-Rick
[629 byte] By [
rmcneal] at [2007-11-26 10:18:15]

# 3
Further update looking through the Creator log I found that I was getting the following error message below. Would a 503 error indicate an out of resource condition in my Sun Web Server?
java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver:8888/https-admserv/bin/status
at sun.reflect.GeneratedConstructorAccessor131.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1202)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnecti on.java:1196)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.ja va:885)
at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.syncRun(ManagerImpl.java:1509)
at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.getTargets(ManagerImpl.java:198)
at org.netbeans.modules.j2ee.sun.ws61.SunWebDeploymentManager.getTargets(SunWebDep loymentManager.java:274)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargetMap(ServerIns tance.java:398)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargets(ServerInsta nce.java:356)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.initCoTarget(ServerIns tance.java:1277)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.refresh(ServerInstance .java:293)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunningWithinMillis( ServerInstance.java:494)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunning(ServerInstan ce.java:484)
at org.netbeans.modules.j2ee.deployment.impl.ui.InstanceNode$2.run(InstanceNode.ja va:86)
at org.openide.util.Task.run(Task.java:189)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver:8888/https-admserv/bin/status
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.ja va:1149)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.syncRun(ManagerImpl.java:1492)