I just installed Continuum 1.1 on Windows Server 2003 - Enterprise Edition with Service Pack 1, by extracting all the files from apache-continuum-1.1.zip
Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat When run.bat runs, it generated the following error: [ERROR] Error while deploying appserver continuum-plexus-application-1.1.jar. Does anyone know what causes this problem and how to fix it? Thanks, Here is the full output: ------------------------ C:\continuum-1.1\bin\windows-x86-32>run.bat wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. jvm 1 | jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.naming.Naming,dataSources] jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.contextualizer.Contextualizer,jettyConfiguration] jvm 1 | [INFO] Services will be deployed in: 'C:\continuum-1.1\bin\windows-x86-32\..\..\services'. jvm 1 | [INFO] Applications will be deployed in: 'C:\continuum-1.1\bin\windows-x86-32\..\..\apps'. jvm 1 | [INFO] Service Supervisor is deploying plexus-appserver-service-jetty-2.0-alpha-8. jvm 1 | [DEBUG] Found 1 components to load on start jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.appserver.service.PlexusService,jetty] jvm 1 | Jan 28, 2008 4:09:55 PM org.mortbay.http.HttpServer doStart jvm 1 | INFO: Version Jetty/5.1.10 jvm 1 | Jan 28, 2008 4:09:55 PM org.mortbay.util.Container start jvm 1 | INFO: Started [EMAIL PROTECTED] jvm 1 | [INFO] Application Supervisor is deploying continuum-plexus-application-1.1. jvm 1 | [INFO] Extracting C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum-plexus-applicat ion-1.1.jar to 'C:\continuum-1.1\apps\continuum'. jvm 1 | [INFO] Deploying application 'continuum' at 'C:\continuum-1.1\apps\continuum'. jvm 1 | [INFO] Using application configurator file C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum\conf\applicatio n.xml. jvm 1 | [INFO] Using appDir = C:\continuum-1.1\bin\windows-x86-32\..\..\apps\continuum jvm 1 | [DEBUG] appserver.home = C:\continuum-1.1\bin\windows-x86-32\..\.. jvm 1 | [DEBUG] appserver.base = C:\continuum-1.1\bin\windows-x86-32\..\.. jvm 1 | [INFO] Deploying C:\continuum-1.1\apps\continuum\webapp with context path of /continuum jvm 1 | [INFO] Using standard webapp classloader for webapp. jvm 1 | [INFO] Deploying appserver 'continuum'. jvm 1 | [INFO] Adding HTTP listener on *8080 jvm 1 | Jan 28, 2008 4:10:06 PM org.mortbay.util.ThreadedServer start jvm 1 | WARNING: Failed to start: [EMAIL PROTECTED]:8080 jvm 1 | [ERROR] Error while deploying appserver continuum-plexus-application-1.1.jar. jvm 1 | org.codehaus.plexus.appserver.ApplicationServerException: Error in the app server lifecycle post-app-container-init-service-call phase. jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo yer.deployJar(DefaultApplicationDeployer.java:119) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo yer.deploy(DefaultApplicationDeployer.java:88) jvm 1 | at org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase $1.onJarDiscovered(ApplicationDeploymentPhase.java:44) jvm 1 | at org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scanDirectory (DefaultSupervisor.java:100) jvm 1 | at org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scan(DefaultS upervisor.java:73) jvm 1 | at org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase .execute(ApplicationDeploymentPhase.java:58) jvm 1 | at org.codehaus.plexus.appserver.DefaultApplicationServer.start(DefaultAppl icationServer.java:218) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.StartPhase.execut e(StartPhase.java:33) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLif ecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComp onentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createCom ponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.g etComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponen tLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponen tLookupManager.java:69) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer .java:297) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer .java:291) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicat ionHost.java:155) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicat ionHost.java:85) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.main(PlexusApplicati onHost.java:289) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launche r.java:289) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:2 29) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launc her.java:408) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351 ) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597) jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:24 0) jvm 1 | at java.lang.Thread.run(Thread.java:619) jvm 1 | Caused by: org.codehaus.plexus.appserver.application.deploy.lifecycle.AppDeployment Exception: Error calling service in pre-app init phase. jvm 1 | at org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAp pStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:32) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeplo yer.deployJar(DefaultApplicationDeployer.java:107) jvm 1 | ... 32 more jvm 1 | Caused by: org.codehaus.plexus.appserver.service.PlexusServiceException: Error while adding httpListener on address: 'null', port: 8080. jvm 1 | at org.codehaus.plexus.service.jetty.JettyPlexusService.processWebContextCo nfiguration(JettyPlexusService.java:349) jvm 1 | at org.codehaus.plexus.service.jetty.JettyPlexusService.afterApplicationSta rt(JettyPlexusService.java:217) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAp pStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:28) jvm 1 | ... 33 more jvm 1 | Caused by: org.codehaus.plexus.jetty.ServletContainerException: Error while adding httpListener on address: 'null', port: 8080. jvm 1 | at org.codehaus.plexus.jetty.AbstractJettyServletContainer.addListener(Abst ractJettyServletContainer.java:119) jvm 1 | at org.codehaus.plexus.service.jetty.JettyPlexusService.processWebContextCo nfiguration(JettyPlexusService.java:345) jvm 1 | ... 35 more jvm 1 | Caused by: java.net.BindException: Address already in use: JVM_Bind jvm 1 | at java.net.PlainSocketImpl.socketBind(Native Method) jvm 1 | at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) jvm 1 | at java.net.ServerSocket.bind(ServerSocket.java:319) jvm 1 | at java.net.ServerSocket.<init>(ServerSocket.java:185) jvm 1 | at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:391) jvm 1 | at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477) jvm 1 | at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503) jvm 1 | at org.mortbay.http.SocketListener.start(SocketListener.java:203) jvm 1 | at org.codehaus.plexus.jetty.AbstractJettyServletContainer.addListener(Abst ractJettyServletContainer.java:115) jvm 1 | ... 36 more jvm 1 | [INFO] The appserver server has been initialized. jvm 1 | [INFO] The appserver server has started. This email and any files transmitted with it are confidential, proprietary and intended solely for the individual or entity to whom they are addressed. If you have received this email in error please delete it immediately.
