2009/12/21 maven apache <[email protected]>

> Hi
> I found the doc at :
>
> http://geoserver.org/display/GEOSDOC/GeoServer+as+Eclipse+Dynamic+Web+Project+for+Tomcat
> Which shows how to change the web module to a web dynamic
> project,however the related version of gs is 1.7,and in the 2.x of gs,
> the web module is a pom-packaged module, it contains other child
> modules,so I want to know if I should change the web-app module to a
> dynamic web project?
>
After I did this ,I start the server by " run on the server",then I open the
browser, http://localhost:9000/geoserver
I can not see the welcome pages of gs(see the image at :
http://imagebin.org/76308) ,the log can be found here :
http://dpaste.com/136013/ ,I also upload it in this email as a
annex(gs.txt).
2009-12-21 9:50:13 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'source' to 'org.eclipse.jst.j2ee.server:mwicket' did not find a matching 
property.
2009-12-21 9:50:13 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'source' to 'org.eclipse.jst.j2ee.server:web-app' did not find a matching 
property.
2009-12-21 9:50:13 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 
'source' to 'org.eclipse.jst.j2ee.server:geoserver' did not find a matching 
property.
2009-12-21 9:50:13 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance 
in production environments was not found on the java.library.path: 
F:\anzhuang\Sun\jdk1.6.0_16\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;F:\anzhuang\Sun\jdk1.6.0_16\jre\bin;F:/anzhuang/Sun/jdk1.6.0_16/bin/../jre/bin/client;F:/anzhuang/Sun/jdk1.6.0_16/bin/../jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\anzhuang\Sun\jdk1.6.0_16\bin;F:\anzhuang\apache-maven-2.2.1\bin;F:\anzhuang\apache-ant-1.7.1\bin;C:\Program
 Files\Common Files\Thunder 
Network\KanKan\Codecs;F:\anzhuang\svn-win32-1.5.6\bin;C:\Program 
Files\AppServ\Apache2.2\bin;C:\Program Files\AppServ\php5;C:\Program 
Files\AppServ\MySQL\bin
2009-12-21 9:50:13 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-9000
2009-12-21 9:50:13 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 373 ms
2009-12-21 9:50:13 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2009-12-21 9:50:13 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.20
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext listenerStart
严重: Error configuring application listener of class 
org.geoserver.GeoserverInitStartupListener
java.lang.NoClassDefFoundError: org/geotools/factory/Hints$Key
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
        at java.lang.Class.getConstructor0(Class.java:2699)
        at java.lang.Class.newInstance0(Class.java:326)
        at java.lang.Class.newInstance(Class.java:308)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3878)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.ClassNotFoundException: org.geotools.factory.Hints$Key
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        ... 20 more
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext listenerStart
严重: Error configuring application listener of class 
org.geoserver.logging.LoggingStartupContextListener
java.lang.ClassNotFoundException: 
org.geoserver.logging.LoggingStartupContextListener
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3877)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext listenerStart
严重: Error configuring application listener of class 
org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: 
org.springframework.web.context.ContextLoaderListener
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3877)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext listenerStart
严重: Skipped installing application listeners due to previous error(s)
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext start
严重: Error listenerStart
2009-12-21 9:50:14 org.apache.catalina.core.StandardContext start
严重: Context [/geoserver] startup failed due to previous errors
INFO  - Application                - [WicketApplication] init: Wicket core 
library initializer
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IBehaviorListener, method=public abstract void 
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IBehaviorListener, method=public abstract void 
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IFormSubmitListener, method=public abstract void 
org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IFormSubmitListener, method=public abstract void 
org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=ILinkListener, method=public abstract void 
org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=ILinkListener, method=public abstract void 
org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IOnChangeListener, method=public abstract void 
org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IOnChangeListener, method=public abstract void 
org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IRedirectListener, method=public abstract void 
org.apache.wicket.IRedirectListener.onRedirect()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IRedirectListener, method=public abstract void 
org.apache.wicket.IRedirectListener.onRedirect()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IResourceListener, method=public abstract void 
org.apache.wicket.IResourceListener.onResourceRequested()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IResourceListener, method=public abstract void 
org.apache.wicket.IResourceListener.onResourceRequested()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IActivePageBehaviorListener, method=public 
abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
INFO  - RequestListenerInterface   - registered listener interface 
[RequestListenerInterface name=IActivePageBehaviorListener, method=public 
abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
INFO  - WebApplication             - [WicketApplication] Started Wicket version 
1.4.3 in development mode
********************************************************************
*** WARNING: Wicket is running in DEVELOPMENT mode.              ***
***                               ^^^^^^^^^^^                    ***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***
********************************************************************
2009-12-21 9:50:14 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-9000
2009-12-21 9:50:14 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2009-12-21 9:50:14 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/32  config=null
2009-12-21 9:50:14 org.apache.catalina.startup.Catalina start
信息: Server startup in 693 ms
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to