Hi,
I was trying to run geoserver trunk after a while but jetty:run is giving me
the following startup error, any clue will be appreciated:
org.springframework.beans.FatalBeanException: Could not instantiate class
[org.geoserver.rest.WrappingController]; constructor threw exception; nested
exception is java.lang.Error: Unresolved compilation problems:
The import org.restlet cannot be resolved
The import org.restlet cannot be resolved
The import com.noelios cannot be resolved
...
Gabriel
Interesting. David also reported problems with running with jetty:run today. However I just tried and it started up like a charm. The only issues that I am aware of are it not running on java 1.4.
It seems that you are picking up the restlet stuff... did you build with -Dcommunity? I think that profile adds the rest config stuff to the web modules dependencies.
Gabriel Roldán wrote:
Hi,
I was trying to run geoserver trunk after a while but jetty:run is giving me the following startup error, any clue will be appreciated:
org.springframework.beans.FatalBeanException: Could not instantiate class [org.geoserver.rest.WrappingController]; constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import org.restlet cannot be resolved
The import com.noelios cannot be resolved
...
Gabriel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
!DSPAM:4007,47d875f3188131336712104!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
The RESTlet wrapping controller lives in the main module these days, it should
be picked up regardless of whether you use -Dcommunity or not (as far as I
know). My issue with jetty:run is entirely different from this (maven is
pulling in both jetty 6.1.5 and 6.1.8 jars, causing compilation issues in
web/test). I'll check out a clean copy of trunk and see if I can
replicate/resolve this issue.
-David
On Wednesday 12 March 2008 20:45:18 Justin Deoliveira wrote:
Interesting. David also reported problems with running with jetty:run
today. However I just tried and it started up like a charm. The only
issues that I am aware of are it not running on java 1.4.
It seems that you are picking up the restlet stuff... did you build with
-Dcommunity? I think that profile adds the rest config stuff to the web
modules dependencies.
Gabriel Roldán wrote:
> Hi,
>
> I was trying to run geoserver trunk after a while but jetty:run is giving
> me the following startup error, any clue will be appreciated:
>
> org.springframework.beans.FatalBeanException: Could not instantiate class
> [org.geoserver.rest.WrappingController]; constructor threw exception;
> nested exception is java.lang.Error: Unresolved compilation problems:
> The import org.restlet cannot be resolved
> The import org.restlet cannot be resolved
> The import com.noelios cannot be resolved
> ...
>
> Gabriel
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
I can't replicate either issue here.
-David
On Thursday 13 March 2008 09:57:04 David Winslow wrote:
The RESTlet wrapping controller lives in the main module these days, it
should be picked up regardless of whether you use -Dcommunity or not (as
far as I know). My issue with jetty:run is entirely different from this
(maven is pulling in both jetty 6.1.5 and 6.1.8 jars, causing compilation
issues in web/test). I'll check out a clean copy of trunk and see if I can
replicate/resolve this issue.
-David
On Wednesday 12 March 2008 20:45:18 Justin Deoliveira wrote:
> Interesting. David also reported problems with running with jetty:run
> today. However I just tried and it started up like a charm. The only
> issues that I am aware of are it not running on java 1.4.
>
> It seems that you are picking up the restlet stuff... did you build with
> -Dcommunity? I think that profile adds the rest config stuff to the web
> modules dependencies.
>
> Gabriel Roldán wrote:
> > Hi,
> >
> > I was trying to run geoserver trunk after a while but jetty:run is
> > giving me the following startup error, any clue will be appreciated:
> >
> > org.springframework.beans.FatalBeanException: Could not instantiate
> > class [org.geoserver.rest.WrappingController]; constructor threw
> > exception; nested exception is java.lang.Error: Unresolved compilation
> > problems: The import org.restlet cannot be resolved
> > The import org.restlet cannot be resolved
> > The import com.noelios cannot be resolved
> > ...
> >
> > Gabriel
> >
> > -----------------------------------------------------------------------
> >-- This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Geoserver-devel mailing list
> > Geoserver-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
!DSPAM:4040,47d932e867935332866982!
Doh, I tried both with and without -Dcommunity, using clear always and with
different JVM's...
gonna investigate further later though, thanks for the info.
Gabriel
On Thursday 13 March 2008 04:48:14 pm David Winslow wrote:
I can't replicate either issue here.
-David
On Thursday 13 March 2008 09:57:04 David Winslow wrote:
> The RESTlet wrapping controller lives in the main module these days, it
> should be picked up regardless of whether you use -Dcommunity or not (as
> far as I know). My issue with jetty:run is entirely different from this
> (maven is pulling in both jetty 6.1.5 and 6.1.8 jars, causing compilation
> issues in web/test). I'll check out a clean copy of trunk and see if I
> can replicate/resolve this issue.
>
> -David
>
> On Wednesday 12 March 2008 20:45:18 Justin Deoliveira wrote:
> > Interesting. David also reported problems with running with jetty:run
> > today. However I just tried and it started up like a charm. The only
> > issues that I am aware of are it not running on java 1.4.
> >
> > It seems that you are picking up the restlet stuff... did you build
> > with -Dcommunity? I think that profile adds the rest config stuff to
> > the web modules dependencies.
> >
> > Gabriel Roldán wrote:
> > > Hi,
> > >
> > > I was trying to run geoserver trunk after a while but jetty:run is
> > > giving me the following startup error, any clue will be appreciated:
> > >
> > > org.springframework.beans.FatalBeanException: Could not instantiate
> > > class [org.geoserver.rest.WrappingController]; constructor threw
> > > exception; nested exception is java.lang.Error: Unresolved
> > > compilation problems: The import org.restlet cannot be resolved
> > > The import org.restlet cannot be resolved
> > > The import com.noelios cannot be resolved
> > > ...
> > >
> > > Gabriel
> > >
> > > ---------------------------------------------------------------------
> > >-- -- This SF.net email is sponsored by: Microsoft
> > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > _______________________________________________
> > > Geoserver-devel mailing list
> > > Geoserver-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
!DSPAM:4045,47d94d0c114434901796417!