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]
# 1
The remote server will not show up unless a connection can be made to it. Please make sure you don't have any firewall issues on your desktop. Also make sure the remote appserver is up and running.Cheers!-David
DavidBotterill at 2007-7-7 2:14:14 > top of Java-index,Development Tools,Java Tools...
# 2

Thanks for the reply. My Windows firewall is disabled on my workstation and the app server is up and running. In fact I can deploy to it with my laptop with no problem. I also just installed Sun Studio on another workstation and I was able to set the deployment server and deploy from there. Looks like its just something in this particular workstation that is the problem. -Rick

rmcneal at 2007-7-7 2:14:14 > top of Java-index,Development Tools,Java Tools...
# 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)

rmcneal at 2007-7-7 2:14:14 > top of Java-index,Development Tools,Java Tools...
# 4
Found a partial solution..If I use the TCP-IP address instead of the server name, the server appears in "Deploy to Remote Server" list. If I find out why I can't use the server name to populate this list (even though I can ping it) I will post it here.-Rick
rmcneal at 2007-7-7 2:14:14 > top of Java-index,Development Tools,Java Tools...
# 5
Problem Solved - Old DNS address in my network setup caused the problem. Letting DHCP set these values for me solved the problem.
rmcneal at 2007-7-7 2:14:14 > top of Java-index,Development Tools,Java Tools...