Hi Hicham,

If you had updated to 1.1, you could try withe the 'purge' command:

sudo apt-get purge geonode

But if you really want to start out fresh, there is nothing better than
just re-installing the OS. With Ubuntu it is usually very quick and faster
than manually making sure all is reverted.

Ariel.

On Wed, Mar 21, 2012 at 12:11 PM, Hicham Ezzine <[email protected]>wrote:

>  Hi Jeff,
>
> Thanks for your reply. Yes, it was a GeoServer configuration issue, I just
> added the three lines specified in the link and I get a response from
> GeoServer.
>
> Now after a test phase, I would like to uninstall GeoNode and all its
> dependencies and reinstall it in order to start a real production mode,
> want to be sure that all is done in the state-of-art. So please. Could you
> suggest any commands to do that (remove geonode and dependencies)? After
> that, I will use the statements given here (
> http://docs.geonode.org/en/latest/intro/install.html) to install GeoNode.
>
> Many Thanks
>
> Hicham
>
> RCDRR, Cairo
>
> Egypt
>
> 2012/3/21 Jeffrey Johnson <[email protected]>
>
>> Hicham,
>>
>> This error from GeoServer indicates that it cant find the GeoNode
>> service up and running in order to connect to it to get security
>> information. Can you check that your geonode is working on port 80? If
>> it is running, can you check in your geoserver WEB-INF/web.xml to see
>> that GeoServer is looking for GeoNode in the right place. Check this
>> section of the docs for some guidance.
>>
>> http://docs.geonode.org/en/latest/deploy/install.html#id1
>>
>> Let us know how that goes. Hope you can get things up and running
>> quickly, but let us know if you keep running into problems.
>>
>> Jeff
>>
>> On Tue, Mar 20, 2012 at 11:11 AM, Hicham Ezzine <[email protected]>
>> wrote:
>> > Hi all,
>> >
>> > Following to an update of GeoNode on Ubunto 10.04 using the automatic
>> > process, I get an error when I tried to launch Geoserver, this error was
>> > previously discussed here
>> >
>> http://librelist.com/browser//geonode/2011/5/22/problem-in-deploying-geonode-on-ubuntu/#aa1971afc5c78ae6f0a849c4faaddc50
>> > ,  and the error message is given below. I’m wondering if it was fixed?
>> >
>> > In the same time, I would like to ask Shuguang Hao and the others guys,
>> how
>> > did you uninstall GeoNode and all related tools in order to start from
>> the
>> > beginning?
>> >
>> > Thanks
>> >
>> > Hicham
>> >
>> > RCDRR, Egypt
>> >
>> >
>> > The errors message is:
>> >
>> > Type Exception report
>> > message
>> > description The server encountered an internal error () that prevented
>> it
>> > from fulfilling this request.
>> > exception
>> >
>> > javax.servlet.ServletException: Error connecting to GeoNode
>> authentication
>> > server: Connection refused
>> >
>> >
>> >
>> org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
>> >
>> >
>> >
>> org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.geonode.security.GeoNodeCookieProcessingFilter.doFilter(GeoNodeCookieProcessingFilter.java:107)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
>> >
>> >
>> >
>> org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:185)
>> >
>> >
>> >
>> org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
>> >
>> >
>> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:71)
>> >
>> >
>> >
>> org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183)
>> >
>> >         org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:47)
>> >
>> > root cause
>> >
>> > java.net.ConnectException: Connection refused
>> >
>> >         java.net.PlainSocketImpl.socketConnect(Native Method)
>> >
>> >
>> >
>> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
>> >
>> >
>> >
>> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
>> >
>> >
>> >
>> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
>> >
>> >         java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
>> >
>> >         java.net.Socket.connect(Socket.java:546)
>> >
>> >         sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source)
>> >
>> >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> >
>> >         java.lang.reflect.Method.invoke(Method.java:616)
>> >
>> >
>> >
>> org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
>> >
>> >
>> >
>> org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
>> >
>> >
>> >
>> org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
>> >
>> >
>> >
>> org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
>> >
>> >
>> >
>> org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
>> >
>> >
>> >
>> org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
>> >
>> >
>> >
>> org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
>> >
>> >
>> >
>> org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
>> >
>> >         org.geonode.security.HTTPClient.sendGET(HTTPClient.java:70)
>> >
>> >
>> >
>> org.geonode.security.DefaultSecurityClient.authenticate(DefaultSecurityClient.java:153)
>> >
>> >
>> >
>> org.geonode.security.DefaultSecurityClient.authenticateAnonymous(DefaultSecurityClient.java:136)
>> >
>> >
>> >
>> org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:75)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
>> >
>> >
>> >
>> org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.geonode.security.GeoNodeCookieProcessingFilter.doFilter(GeoNodeCookieProcessingFilter.java:107)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
>> >
>> >
>> >
>> org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:406)
>> >
>> >
>> >
>> org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:185)
>> >
>> >
>> >
>> org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
>> >
>> >
>> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:71)
>> >
>> >
>> >
>> org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183)
>> >
>> >         org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:47)
>> >
>> > note The full stack trace of the root cause is available in the Apache
>> > Tomcat/6.0.28 logs.
>>
>
>

Reply via email to