I am running into problems installing 1.7.0-beta1 from the unix binaries.
Note that I am trying to install it on a Ubuntu 8.04 computer running java
1.6, and this computer can start geoserver 1.6.2 successfully.
Here is the process description...
ps -ef | grep geoserver
root 23129 1 0 10:45 pts/0 00:00:03
/usr/lib/jvm/java-6-sun/bin/java
-DGEOSERVER_DATA_DIR=/usr/local/geoserver-1.7.0-beta1/data_dir/
-Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar
start.jar
Here is the beginning of the geoserver log errors that I am getting when
starting the 1.7.0-beta1. The full log is available at
http://www.nabble.com/file/p17780322/geoserver.log geoserver.log .
0 [main] INFO org.springframework.web.context.ContextLoader - Root
WebApplicationContext: initialization started
2585 [main] INFO /geoserver - Loading Spring root WebApplicationContext
5 [main] ERROR org.springframework.web.context.ContextLoader - Context
initialization failed
java.lang.NoSuchMethodError:
org.springframework.util.ReflectionUtils.makeAccessible(Ljava/lang/reflect/Constructor;)V
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:83)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:62)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:220)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:156)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:48)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:451)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1219)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:421)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:496)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
at
org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
at org.mortbay.jetty.Server.doStart(Server.java:228)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
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.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
--
View this message in context: http://www.nabble.com/Error-installing-1.7.0-beta1-(Context-initialization-failed)-tp17780322p17780322.html
Sent from the GeoServer - User mailing list archive at Nabble.com.