-
Jul 17th, 2008, 05:19 PM
#1
Failed to start ServletContainer
Hi All,
I'm using http://dist.springsource.com/milestone/AP/springsource-ap-epl-1.0.0.beta9.zip, Windows XP SP3, Java 1.5.0_12-b04
I have following error on server start up: Failed to start ServletContainer. Port 8080 is in use.
[2008-07-18 01:01:28.934] main <SPKB0001I> Platform starting.
[2008-07-18 01:01:32.041] main <SPOF0001I> OSGi telnet console available on port 2401.
[2008-07-18 01:01:35.505] main <SPKE0000I> Boot subsystems installed.
[2008-07-18 01:01:37.320] main <SPKE0001I> Base subsystems installed.
[2008-07-18 01:01:39.105] platform-dm-9 <SPPM0000I> Installing profile 'web'.
[2008-07-18 01:01:40.452] platform-dm-9 <SPPM0001I> Installed profile 'web'.
[2008-07-18 01:01:40.952] platform-dm-5 <SPSC0005E> Failed to start ServletContainer. Port 8080 is in use.
[2008-07-18 01:01:40.957] platform-dm-5 <SPOF0003I> Immediate shutdown initiated.
I've checked port 8080 doesn't used by any program.
Installation was done using User Guide without any additional modifications.
What is the reason of problem?
Thanks,
Alexander
-
Jul 18th, 2008, 01:47 AM
#2
Failed to start ServletContainer
Try this: start a command line (cmd.exe) and type:
netstat
it will list all ports used in your system.
If any of your local addresses (IPs) uses Port 8080 you can see it there.
Using
netstat -b
(you need to be admin)
you can see which program is responsible for the ports - I'm not quite sure, whether this command is also available on XP (I tried on Vista).
Regards
Kay
-
Jul 18th, 2008, 02:54 AM
#3
Failed to start ServletContainer
I've already resolved problem. The problem was with my ESET NOD32 Anti virus configuration.
Thanks,
Alexander
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules