Please keep discussion on the public mailing list.

Your error suggests to me that you have configured the GEONODE_BASE_URL for
GeoServer incorrectly.  Do you have an entry in web.xml like:

<context-param>
<param-name>GEONODE_BASE_URL</param-name>
<param-value>192.168.0.195</param-value>
</context-param>

Instead it should be

<context-param>
<param-name>GEONODE_BASE_URL</param-name>
<param-value>*http://*192.168.0.195*/*</param-value>
</context-param>

In URL parlance this portion of a URL is called the "scheme", hence the
error message you were seeing.

--
David Winslow
OpenGeo - http://opengeo.org/

---------- Forwarded message ----------
From: Satyajit Sarangi <[email protected]>
Date: Tue, Mar 22, 2011 at 3:02 PM
Subject: Re: [geonode]
To: David Winslow <[email protected]>


I tried to run the server that comes with the geonode and it throws up this
error .
http://pastebin.co <http://pastebin.com/XYtf6f2C>
*
*
m/XYtf6f2C <http://pastebin.com/XYtf6f2C> .


On Tue, Mar 22, 2011 at 11:03 AM, Satyajit Sarangi <
[email protected]> wrote:

> Yeah we are . This is mainly because the geoserver present in the GeoNode
> installation throws up a "500 internal server error" . Thus we are using a
> separate installation of geo-server
>
>
> On Tue, Mar 22, 2011 at 11:00 AM, David Winslow <[email protected]>wrote:
>
>> The "bad credentials" error in the Django log indicates that GeoNode is
>> making administrative requests to GeoServer and GeoServer does not recognize
>> the user.  This is fairly surprising since GeoNode includes a customized
>> version of GeoServer which shares user information with the Django
>> application.  Perhaps you are using an unmodified GeoServer build with
>> GeoNode?
>>
>> --
>> David Winslow
>> OpenGeo - http://opengeo.org/
>>
>>
>> On Tue, Mar 22, 2011 at 12:28 PM, Satyajit Sarangi <
>> [email protected]> wrote:
>>
>>> Hello.
>>> I have pasted the django.log . As you said , the geoserver log has java
>>> stack trace . So how do I go about it from here in solving the problem for
>>> this there was an error while attempting to upload your data. Please try
>>> again, or contact and administrator if the problem continues. 
>>> "<http://dev.geonode.org/trac/ticket/796> while
>>> uploading ?
>>> http://pastebin.com/e9d5DgbF
>>>
>>> Thank you
>>> --
>>> *Satyajit Sarangi*
>>>
>>>
>>
>
>
> --
> *Satyajit Sarangi*
>
>


-- 
*Satyajit Sarangi*

Reply via email to