I've installed and configured ATG on my system. I'm using the following configuration for the publishing and production servers:
Publishing
- HTTP Port: 8180
- HTTPS Port: 8543
- Site HTTP Port: 8180
- RMI Port: 8861
- DRP Port: 8851
- File Deployment: 8811
Production
- HTTP Port: 8080
- HTTPS Port: 8443
- Site HTTP Port: 8080
- RMI Port: 8860
- DRP Port: 8850
- File Deployment: 8810
After running the startServerOnJBoss.bat
of my production server, it starts its services. The problem is when I run publishing's startServerOnJBoss.bat
: it shows, immediately this error:
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
FATAL ERROR in native method: JDWP No Transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
Any idea?