librelist archives

« back to archive

Changing the port on which Geonode is running

Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-21 @ 04:22
Hi all,

1) Can somebody tell me if it is possible to change the default port (8000)
to another port on which geonode is running?
2) Is is possible to access geonode running on one machine from another
machine? I tried doing it by giving the IP address of the machine on which
geonode is running, but i am not able to connect to it.

Please suggest how i can solve the above 2 problems.


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Jeff Johnson
Date:
2011-01-21 @ 04:47
Hi Smitha,

These kinds of things are configured in shared/dev-paste.ini when in
development mode.

You can can change the port on line 6 and change the 127.0.0.1 to
0.0.0.0 on line 5 to make the service bind to all interfaces and be
public.

Let us know how it goes,

Jeff

On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> Hi all,
>
> 1) Can somebody tell me if it is possible to change the default port (8000)
> to another port on which geonode is running?
> 2) Is is possible to access geonode running on one machine from another
> machine? I tried doing it by giving the IP address of the machine on which
> geonode is running, but i am not able to connect to it.
>
> Please suggest how i can solve the above 2 problems.
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-21 @ 05:54
Hi Jeff,

I tried changing the port on line 6. Did paver build again. No errors, but
jetty isn't started i guess. Only "Django is starting up.Pls wait"  msg has
come.. Its not going any further..

What do i do now?

On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:

> Hi Smitha,
>
> These kinds of things are configured in shared/dev-paste.ini when in
> development mode.
>
> You can can change the port on line 6 and change the 127.0.0.1 to
> 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> public.
>
> Let us know how it goes,
>
> Jeff
>
> On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > Hi all,
> >
> > 1) Can somebody tell me if it is possible to change the default port
> (8000)
> > to another port on which geonode is running?
> > 2) Is is possible to access geonode running on one machine from another
> > machine? I tried doing it by giving the IP address of the machine on
> which
> > geonode is running, but i am not able to connect to it.
> >
> > Please suggest how i can solve the above 2 problems.
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
>



-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-21 @ 06:02
Am able to have the Geonode up and running on a different port. Thanks Jeff.

But others are not able to access Geonode running on my machine. What to do?

On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net> wrote:

> Hi Jeff,
>
> I tried changing the port on line 6. Did paver build again. No errors, but
> jetty isn't started i guess. Only "Django is starting up.Pls wait"  msg has
> come.. Its not going any further..
>
> What do i do now?
>
>
> On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org>wrote:
>
>> Hi Smitha,
>>
>> These kinds of things are configured in shared/dev-paste.ini when in
>> development mode.
>>
>> You can can change the port on line 6 and change the 127.0.0.1 to
>> 0.0.0.0 on line 5 to make the service bind to all interfaces and be
>> public.
>>
>> Let us know how it goes,
>>
>> Jeff
>>
>> On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> > Hi all,
>> >
>> > 1) Can somebody tell me if it is possible to change the default port
>> (8000)
>> > to another port on which geonode is running?
>> > 2) Is is possible to access geonode running on one machine from another
>> > machine? I tried doing it by giving the IP address of the machine on
>> which
>> > geonode is running, but i am not able to connect to it.
>> >
>> > Please suggest how i can solve the above 2 problems.
>> >
>> >
>> > --
>> > Regards
>> > Smitha V
>> > MT2009149
>> > IIITB
>> >
>> >
>>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Andreas Hocevar
Date:
2011-01-21 @ 08:03
Are you running GeoNode in development mode with "paver host"? If so, try 
the following instead:

$ paver host -b 0.0.0.0

No need to change line 5 in shared/dev-paste.ini.

This will bind paster and jetty to 0.0.0.0, which will allow you to access
GeoNode from other machines as well.

Regards,
Andreas.

On Jan 21, 2011, at 07:02 , Smitha V wrote:

> Am able to have the Geonode up and running on a different port. Thanks Jeff.
> 
> But others are not able to access Geonode running on my machine. What to do?
> 
> On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net> wrote:
> Hi Jeff,
> 
> I tried changing the port on line 6. Did paver build again. No errors, 
but jetty isn't started i guess. Only "Django is starting up.Pls wait"  
msg has come.. Its not going any further.. 
> 
> What do i do now?
> 
> 
> On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:
> Hi Smitha,
> 
> These kinds of things are configured in shared/dev-paste.ini when in
> development mode.
> 
> You can can change the port on line 6 and change the 127.0.0.1 to
> 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> public.
> 
> Let us know how it goes,
> 
> Jeff
> 
> On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > Hi all,
> >
> > 1) Can somebody tell me if it is possible to change the default port (8000)
> > to another port on which geonode is running?
> > 2) Is is possible to access geonode running on one machine from another
> > machine? I tried doing it by giving the IP address of the machine on which
> > geonode is running, but i am not able to connect to it.
> >
> > Please suggest how i can solve the above 2 problems.
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 

-- 
Andreas Hocevar
OpenGeo - http://opengeo.org/
Expert service straight from the developers.

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-21 @ 09:48
Yes, i tried
$ paver host -b 0.0.0.0 this. Its still not working..

On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <ahocevar@opengeo.org>wrote:

> Are you running GeoNode in development mode with "paver host"? If so, try
> the following instead:
>
> $ paver host -b 0.0.0.0
>
> No need to change line 5 in shared/dev-paste.ini.
>
> This will bind paster and jetty to 0.0.0.0, which will allow you to access
> GeoNode from other machines as well.
>
> Regards,
> Andreas.
>
> On Jan 21, 2011, at 07:02 , Smitha V wrote:
>
> > Am able to have the Geonode up and running on a different port. Thanks
> Jeff.
> >
> > But others are not able to access Geonode running on my machine. What to
> do?
> >
> > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > Hi Jeff,
> >
> > I tried changing the port on line 6. Did paver build again. No errors,
> but jetty isn't started i guess. Only "Django is starting up.Pls wait"  msg
> has come.. Its not going any further..
> >
> > What do i do now?
> >
> >
> > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org>
> wrote:
> > Hi Smitha,
> >
> > These kinds of things are configured in shared/dev-paste.ini when in
> > development mode.
> >
> > You can can change the port on line 6 and change the 127.0.0.1 to
> > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> > public.
> >
> > Let us know how it goes,
> >
> > Jeff
> >
> > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > > Hi all,
> > >
> > > 1) Can somebody tell me if it is possible to change the default port
> (8000)
> > > to another port on which geonode is running?
> > > 2) Is is possible to access geonode running on one machine from another
> > > machine? I tried doing it by giving the IP address of the machine on
> which
> > > geonode is running, but i am not able to connect to it.
> > >
> > > Please suggest how i can solve the above 2 problems.
> > >
> > >
> > > --
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > >
> > >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
>
> --
> Andreas Hocevar
> OpenGeo - http://opengeo.org/
> Expert service straight from the developers.
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Andreas Hocevar
Date:
2011-01-21 @ 10:02
On Jan 21, 2011, at 10:48 , Smitha V wrote:

> Yes, i tried 
> $ paver host -b 0.0.0.0 this. Its still not working..

Maybe a firewall is blocking access to your machine then?

Andreas.

> 
> On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <ahocevar@opengeo.org> wrote:
> Are you running GeoNode in development mode with "paver host"? If so, 
try the following instead:
> 
> $ paver host -b 0.0.0.0
> 
> No need to change line 5 in shared/dev-paste.ini.
> 
> This will bind paster and jetty to 0.0.0.0, which will allow you to 
access GeoNode from other machines as well.
> 
> Regards,
> Andreas.
> 
> On Jan 21, 2011, at 07:02 , Smitha V wrote:
> 
> > Am able to have the Geonode up and running on a different port. Thanks Jeff.
> >
> > But others are not able to access Geonode running on my machine. What to do?
> >
> > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > Hi Jeff,
> >
> > I tried changing the port on line 6. Did paver build again. No errors,
but jetty isn't started i guess. Only "Django is starting up.Pls wait"  
msg has come.. Its not going any further..
> >
> > What do i do now?
> >
> >
> > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:
> > Hi Smitha,
> >
> > These kinds of things are configured in shared/dev-paste.ini when in
> > development mode.
> >
> > You can can change the port on line 6 and change the 127.0.0.1 to
> > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> > public.
> >
> > Let us know how it goes,
> >
> > Jeff
> >
> > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > > Hi all,
> > >
> > > 1) Can somebody tell me if it is possible to change the default port (8000)
> > > to another port on which geonode is running?
> > > 2) Is is possible to access geonode running on one machine from another
> > > machine? I tried doing it by giving the IP address of the machine on which
> > > geonode is running, but i am not able to connect to it.
> > >
> > > Please suggest how i can solve the above 2 problems.
> > >
> > >
> > > --
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > >
> > >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> 
> --
> Andreas Hocevar
> OpenGeo - http://opengeo.org/
> Expert service straight from the developers.
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 

-- 
Andreas Hocevar
OpenGeo - http://opengeo.org/
Expert service straight from the developers.

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-24 @ 11:23
Finally its working after changing the settings in dev-paste.ini. I have set
the ip address to an IP address, and port to 8004.. Others are able to see
the welcome page of Geonode. But no one is able to search for the data or
upload data.

On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <ahocevar@opengeo.org>wrote:

> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>
> > Yes, i tried
> > $ paver host -b 0.0.0.0 this. Its still not working..
>
> Maybe a firewall is blocking access to your machine then?
>
> Andreas.
>
> >
> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <ahocevar@opengeo.org>
> wrote:
> > Are you running GeoNode in development mode with "paver host"? If so, try
> the following instead:
> >
> > $ paver host -b 0.0.0.0
> >
> > No need to change line 5 in shared/dev-paste.ini.
> >
> > This will bind paster and jetty to 0.0.0.0, which will allow you to
> access GeoNode from other machines as well.
> >
> > Regards,
> > Andreas.
> >
> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
> >
> > > Am able to have the Geonode up and running on a different port. Thanks
> Jeff.
> > >
> > > But others are not able to access Geonode running on my machine. What
> to do?
> > >
> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > > Hi Jeff,
> > >
> > > I tried changing the port on line 6. Did paver build again. No errors,
> but jetty isn't started i guess. Only "Django is starting up.Pls wait"  msg
> has come.. Its not going any further..
> > >
> > > What do i do now?
> > >
> > >
> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org>
> wrote:
> > > Hi Smitha,
> > >
> > > These kinds of things are configured in shared/dev-paste.ini when in
> > > development mode.
> > >
> > > You can can change the port on line 6 and change the 127.0.0.1 to
> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> > > public.
> > >
> > > Let us know how it goes,
> > >
> > > Jeff
> > >
> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > > > Hi all,
> > > >
> > > > 1) Can somebody tell me if it is possible to change the default port
> (8000)
> > > > to another port on which geonode is running?
> > > > 2) Is is possible to access geonode running on one machine from
> another
> > > > machine? I tried doing it by giving the IP address of the machine on
> which
> > > > geonode is running, but i am not able to connect to it.
> > > >
> > > > Please suggest how i can solve the above 2 problems.
> > > >
> > > >
> > > > --
> > > > Regards
> > > > Smitha V
> > > > MT2009149
> > > > IIITB
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > >
> > >
> > >
> > >
> > > --
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > >
> >
> > --
> > Andreas Hocevar
> > OpenGeo - http://opengeo.org/
> > Expert service straight from the developers.
> >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
>
> --
> Andreas Hocevar
> OpenGeo - http://opengeo.org/
> Expert service straight from the developers.
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 03:45
After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able to
upload oe search any data. It says Internal Server Error.

Can anyone tell me why this is happening?

On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Finally its working after changing the settings in dev-paste.ini. I have
> set the ip address to an IP address, and port to 8004.. Others are able to
> see the welcome page of Geonode. But no one is able to search for the data
> or upload data.
>
> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <ahocevar@opengeo.org>wrote:
>
>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>>
>> > Yes, i tried
>> > $ paver host -b 0.0.0.0 this. Its still not working..
>>
>> Maybe a firewall is blocking access to your machine then?
>>
>> Andreas.
>>
>> >
>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <ahocevar@opengeo.org>
>> wrote:
>> > Are you running GeoNode in development mode with "paver host"? If so,
>> try the following instead:
>> >
>> > $ paver host -b 0.0.0.0
>> >
>> > No need to change line 5 in shared/dev-paste.ini.
>> >
>> > This will bind paster and jetty to 0.0.0.0, which will allow you to
>> access GeoNode from other machines as well.
>> >
>> > Regards,
>> > Andreas.
>> >
>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
>> >
>> > > Am able to have the Geonode up and running on a different port. Thanks
>> Jeff.
>> > >
>> > > But others are not able to access Geonode running on my machine. What
>> to do?
>> > >
>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
>> wrote:
>> > > Hi Jeff,
>> > >
>> > > I tried changing the port on line 6. Did paver build again. No errors,
>> but jetty isn't started i guess. Only "Django is starting up.Pls wait"  msg
>> has come.. Its not going any further..
>> > >
>> > > What do i do now?
>> > >
>> > >
>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org>
>> wrote:
>> > > Hi Smitha,
>> > >
>> > > These kinds of things are configured in shared/dev-paste.ini when in
>> > > development mode.
>> > >
>> > > You can can change the port on line 6 and change the 127.0.0.1 to
>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
>> > > public.
>> > >
>> > > Let us know how it goes,
>> > >
>> > > Jeff
>> > >
>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> > > > Hi all,
>> > > >
>> > > > 1) Can somebody tell me if it is possible to change the default port
>> (8000)
>> > > > to another port on which geonode is running?
>> > > > 2) Is is possible to access geonode running on one machine from
>> another
>> > > > machine? I tried doing it by giving the IP address of the machine on
>> which
>> > > > geonode is running, but i am not able to connect to it.
>> > > >
>> > > > Please suggest how i can solve the above 2 problems.
>> > > >
>> > > >
>> > > > --
>> > > > Regards
>> > > > Smitha V
>> > > > MT2009149
>> > > > IIITB
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards
>> > > Smitha V
>> > > MT2009149
>> > > IIITB
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards
>> > > Smitha V
>> > > MT2009149
>> > > IIITB
>> > >
>> >
>> > --
>> > Andreas Hocevar
>> > OpenGeo - http://opengeo.org/
>> > Expert service straight from the developers.
>> >
>> >
>> >
>> >
>> > --
>> > Regards
>> > Smitha V
>> > MT2009149
>> > IIITB
>> >
>>
>> --
>> Andreas Hocevar
>> OpenGeo - http://opengeo.org/
>> Expert service straight from the developers.
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Jeff Johnson
Date:
2011-01-25 @ 03:58
Can you paste the stack trace to dpaste.de please.

Thanks,

Jeff

On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net> wrote:
> After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able to
> upload oe search any data. It says Internal Server Error.
>
> Can anyone tell me why this is happening?
>
> On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Finally its working after changing the settings in dev-paste.ini. I have
>> set the ip address to an IP address, and port to 8004.. Others are able to
>> see the welcome page of Geonode. But no one is able to search for the data
>> or upload data.
>>
>> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <ahocevar@opengeo.org>
>> wrote:
>>>
>>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>>>
>>> > Yes, i tried
>>> > $ paver host -b 0.0.0.0 this. Its still not working..
>>>
>>> Maybe a firewall is blocking access to your machine then?
>>>
>>> Andreas.
>>>
>>> >
>>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <ahocevar@opengeo.org>
>>> > wrote:
>>> > Are you running GeoNode in development mode with "paver host"? If so,
>>> > try the following instead:
>>> >
>>> > $ paver host -b 0.0.0.0
>>> >
>>> > No need to change line 5 in shared/dev-paste.ini.
>>> >
>>> > This will bind paster and jetty to 0.0.0.0, which will allow you to
>>> > access GeoNode from other machines as well.
>>> >
>>> > Regards,
>>> > Andreas.
>>> >
>>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
>>> >
>>> > > Am able to have the Geonode up and running on a different port.
>>> > > Thanks Jeff.
>>> > >
>>> > > But others are not able to access Geonode running on my machine. What
>>> > > to do?
>>> > >
>>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
>>> > > wrote:
>>> > > Hi Jeff,
>>> > >
>>> > > I tried changing the port on line 6. Did paver build again. No
>>> > > errors, but jetty isn't started i guess. Only "Django is starting up.Pls
>>> > > wait"  msg has come.. Its not going any further..
>>> > >
>>> > > What do i do now?
>>> > >
>>> > >
>>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <jjohnson@opengeo.org>
>>> > > wrote:
>>> > > Hi Smitha,
>>> > >
>>> > > These kinds of things are configured in shared/dev-paste.ini when in
>>> > > development mode.
>>> > >
>>> > > You can can change the port on line 6 and change the 127.0.0.1 to
>>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
>>> > > public.
>>> > >
>>> > > Let us know how it goes,
>>> > >
>>> > > Jeff
>>> > >
>>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>> > > > Hi all,
>>> > > >
>>> > > > 1) Can somebody tell me if it is possible to change the default
>>> > > > port (8000)
>>> > > > to another port on which geonode is running?
>>> > > > 2) Is is possible to access geonode running on one machine from
>>> > > > another
>>> > > > machine? I tried doing it by giving the IP address of the machine
>>> > > > on which
>>> > > > geonode is running, but i am not able to connect to it.
>>> > > >
>>> > > > Please suggest how i can solve the above 2 problems.
>>> > > >
>>> > > >
>>> > > > --
>>> > > > Regards
>>> > > > Smitha V
>>> > > > MT2009149
>>> > > > IIITB
>>> > > >
>>> > > >
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Regards
>>> > > Smitha V
>>> > > MT2009149
>>> > > IIITB
>>> > >
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Regards
>>> > > Smitha V
>>> > > MT2009149
>>> > > IIITB
>>> > >
>>> >
>>> > --
>>> > Andreas Hocevar
>>> > OpenGeo - http://opengeo.org/
>>> > Expert service straight from the developers.
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Regards
>>> > Smitha V
>>> > MT2009149
>>> > IIITB
>>> >
>>>
>>> --
>>> Andreas Hocevar
>>> OpenGeo - http://opengeo.org/
>>> Expert service straight from the developers.
>>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 04:14
I have pasted it. Pls have a look at it.
http://dpaste.de/Kmpu/

On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:

> Can you paste the stack trace to dpaste.de please.
>
> Thanks,
>
> Jeff
>
> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able to
> > upload oe search any data. It says Internal Server Error.
> >
> > Can anyone tell me why this is happening?
> >
> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:
> >>
> >> Finally its working after changing the settings in dev-paste.ini. I have
> >> set the ip address to an IP address, and port to 8004.. Others are able
> to
> >> see the welcome page of Geonode. But no one is able to search for the
> data
> >> or upload data.
> >>
> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <ahocevar@opengeo.org>
> >> wrote:
> >>>
> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
> >>>
> >>> > Yes, i tried
> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
> >>>
> >>> Maybe a firewall is blocking access to your machine then?
> >>>
> >>> Andreas.
> >>>
> >>> >
> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <
> ahocevar@opengeo.org>
> >>> > wrote:
> >>> > Are you running GeoNode in development mode with "paver host"? If so,
> >>> > try the following instead:
> >>> >
> >>> > $ paver host -b 0.0.0.0
> >>> >
> >>> > No need to change line 5 in shared/dev-paste.ini.
> >>> >
> >>> > This will bind paster and jetty to 0.0.0.0, which will allow you to
> >>> > access GeoNode from other machines as well.
> >>> >
> >>> > Regards,
> >>> > Andreas.
> >>> >
> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
> >>> >
> >>> > > Am able to have the Geonode up and running on a different port.
> >>> > > Thanks Jeff.
> >>> > >
> >>> > > But others are not able to access Geonode running on my machine.
> What
> >>> > > to do?
> >>> > >
> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
> >>> > > wrote:
> >>> > > Hi Jeff,
> >>> > >
> >>> > > I tried changing the port on line 6. Did paver build again. No
> >>> > > errors, but jetty isn't started i guess. Only "Django is starting
> up.Pls
> >>> > > wait"  msg has come.. Its not going any further..
> >>> > >
> >>> > > What do i do now?
> >>> > >
> >>> > >
> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <
> jjohnson@opengeo.org>
> >>> > > wrote:
> >>> > > Hi Smitha,
> >>> > >
> >>> > > These kinds of things are configured in shared/dev-paste.ini when
> in
> >>> > > development mode.
> >>> > >
> >>> > > You can can change the port on line 6 and change the 127.0.0.1 to
> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and be
> >>> > > public.
> >>> > >
> >>> > > Let us know how it goes,
> >>> > >
> >>> > > Jeff
> >>> > >
> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net>
> wrote:
> >>> > > > Hi all,
> >>> > > >
> >>> > > > 1) Can somebody tell me if it is possible to change the default
> >>> > > > port (8000)
> >>> > > > to another port on which geonode is running?
> >>> > > > 2) Is is possible to access geonode running on one machine from
> >>> > > > another
> >>> > > > machine? I tried doing it by giving the IP address of the machine
> >>> > > > on which
> >>> > > > geonode is running, but i am not able to connect to it.
> >>> > > >
> >>> > > > Please suggest how i can solve the above 2 problems.
> >>> > > >
> >>> > > >
> >>> > > > --
> >>> > > > Regards
> >>> > > > Smitha V
> >>> > > > MT2009149
> >>> > > > IIITB
> >>> > > >
> >>> > > >
> >>> > >
> >>> > >
> >>> > >
> >>> > > --
> >>> > > Regards
> >>> > > Smitha V
> >>> > > MT2009149
> >>> > > IIITB
> >>> > >
> >>> > >
> >>> > >
> >>> > >
> >>> > > --
> >>> > > Regards
> >>> > > Smitha V
> >>> > > MT2009149
> >>> > > IIITB
> >>> > >
> >>> >
> >>> > --
> >>> > Andreas Hocevar
> >>> > OpenGeo - http://opengeo.org/
> >>> > Expert service straight from the developers.
> >>> >
> >>> >
> >>> >
> >>> >
> >>> > --
> >>> > Regards
> >>> > Smitha V
> >>> > MT2009149
> >>> > IIITB
> >>> >
> >>>
> >>> --
> >>> Andreas Hocevar
> >>> OpenGeo - http://opengeo.org/
> >>> Expert service straight from the developers.
> >>>
> >>
> >>
> >>
> >> --
> >> Regards
> >> Smitha V
> >> MT2009149
> >> IIITB
> >>
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
>



-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Jeff Johnson
Date:
2011-01-25 @ 04:39
Can you try this before starting paver again.

export GEONODE_BASE_URL=http://<your server IP>/

Jeff

On Mon, Jan 24, 2011 at 8:14 PM, Smitha V <smitha.v@iiitb.net> wrote:
> I have pasted it. Pls have a look at it.
> http://dpaste.de/Kmpu/
> On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:
>>
>> Can you paste the stack trace to dpaste.de please.
>>
>> Thanks,
>>
>> Jeff
>>
>> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able to
>> > upload oe search any data. It says Internal Server Error.
>> >
>> > Can anyone tell me why this is happening?
>> >
>> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> >>
>> >> Finally its working after changing the settings in dev-paste.ini. I
>> >> have
>> >> set the ip address to an IP address, and port to 8004.. Others are able
>> >> to
>> >> see the welcome page of Geonode. But no one is able to search for the
>> >> data
>> >> or upload data.
>> >>
>> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <ahocevar@opengeo.org>
>> >> wrote:
>> >>>
>> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>> >>>
>> >>> > Yes, i tried
>> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
>> >>>
>> >>> Maybe a firewall is blocking access to your machine then?
>> >>>
>> >>> Andreas.
>> >>>
>> >>> >
>> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar
>> >>> > <ahocevar@opengeo.org>
>> >>> > wrote:
>> >>> > Are you running GeoNode in development mode with "paver host"? If
>> >>> > so,
>> >>> > try the following instead:
>> >>> >
>> >>> > $ paver host -b 0.0.0.0
>> >>> >
>> >>> > No need to change line 5 in shared/dev-paste.ini.
>> >>> >
>> >>> > This will bind paster and jetty to 0.0.0.0, which will allow you to
>> >>> > access GeoNode from other machines as well.
>> >>> >
>> >>> > Regards,
>> >>> > Andreas.
>> >>> >
>> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
>> >>> >
>> >>> > > Am able to have the Geonode up and running on a different port.
>> >>> > > Thanks Jeff.
>> >>> > >
>> >>> > > But others are not able to access Geonode running on my machine.
>> >>> > > What
>> >>> > > to do?
>> >>> > >
>> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
>> >>> > > wrote:
>> >>> > > Hi Jeff,
>> >>> > >
>> >>> > > I tried changing the port on line 6. Did paver build again. No
>> >>> > > errors, but jetty isn't started i guess. Only "Django is starting
>> >>> > > up.Pls
>> >>> > > wait"  msg has come.. Its not going any further..
>> >>> > >
>> >>> > > What do i do now?
>> >>> > >
>> >>> > >
>> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson
>> >>> > > <jjohnson@opengeo.org>
>> >>> > > wrote:
>> >>> > > Hi Smitha,
>> >>> > >
>> >>> > > These kinds of things are configured in shared/dev-paste.ini when
>> >>> > > in
>> >>> > > development mode.
>> >>> > >
>> >>> > > You can can change the port on line 6 and change the 127.0.0.1 to
>> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and
>> >>> > > be
>> >>> > > public.
>> >>> > >
>> >>> > > Let us know how it goes,
>> >>> > >
>> >>> > > Jeff
>> >>> > >
>> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net>
>> >>> > > wrote:
>> >>> > > > Hi all,
>> >>> > > >
>> >>> > > > 1) Can somebody tell me if it is possible to change the default
>> >>> > > > port (8000)
>> >>> > > > to another port on which geonode is running?
>> >>> > > > 2) Is is possible to access geonode running on one machine from
>> >>> > > > another
>> >>> > > > machine? I tried doing it by giving the IP address of the
>> >>> > > > machine
>> >>> > > > on which
>> >>> > > > geonode is running, but i am not able to connect to it.
>> >>> > > >
>> >>> > > > Please suggest how i can solve the above 2 problems.
>> >>> > > >
>> >>> > > >
>> >>> > > > --
>> >>> > > > Regards
>> >>> > > > Smitha V
>> >>> > > > MT2009149
>> >>> > > > IIITB
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > > --
>> >>> > > Regards
>> >>> > > Smitha V
>> >>> > > MT2009149
>> >>> > > IIITB
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > > --
>> >>> > > Regards
>> >>> > > Smitha V
>> >>> > > MT2009149
>> >>> > > IIITB
>> >>> > >
>> >>> >
>> >>> > --
>> >>> > Andreas Hocevar
>> >>> > OpenGeo - http://opengeo.org/
>> >>> > Expert service straight from the developers.
>> >>> >
>> >>> >
>> >>> >
>> >>> >
>> >>> > --
>> >>> > Regards
>> >>> > Smitha V
>> >>> > MT2009149
>> >>> > IIITB
>> >>> >
>> >>>
>> >>> --
>> >>> Andreas Hocevar
>> >>> OpenGeo - http://opengeo.org/
>> >>> Expert service straight from the developers.
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Regards
>> >> Smitha V
>> >> MT2009149
>> >> IIITB
>> >>
>> >
>> >
>> >
>> > --
>> > Regards
>> > Smitha V
>> > MT2009149
>> > IIITB
>> >
>> >
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 05:59
Tried export the GEONODE_BASE_URL.. Now the Django is shutting down few
seconds after starting it.

There is another problem on the other machine, i am getting a msg saying
Django is starting up. I am not getting any msgs after that on terminal. It
doesnt even say that jetty.log is up or press cntrl+c to shut down. If any
one tries to access that machine, Internal server error throws up..

On Tue, Jan 25, 2011 at 10:09 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:

> Can you try this before starting paver again.
>
> export GEONODE_BASE_URL=http://<your server IP>/
>
> Jeff
>
> On Mon, Jan 24, 2011 at 8:14 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > I have pasted it. Pls have a look at it.
> > http://dpaste.de/Kmpu/
> > On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org>
> wrote:
> >>
> >> Can you paste the stack trace to dpaste.de please.
> >>
> >> Thanks,
> >>
> >> Jeff
> >>
> >> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net> wrote:
> >> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able to
> >> > upload oe search any data. It says Internal Server Error.
> >> >
> >> > Can anyone tell me why this is happening?
> >> >
> >> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:
> >> >>
> >> >> Finally its working after changing the settings in dev-paste.ini. I
> >> >> have
> >> >> set the ip address to an IP address, and port to 8004.. Others are
> able
> >> >> to
> >> >> see the welcome page of Geonode. But no one is able to search for the
> >> >> data
> >> >> or upload data.
> >> >>
> >> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar <
> ahocevar@opengeo.org>
> >> >> wrote:
> >> >>>
> >> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
> >> >>>
> >> >>> > Yes, i tried
> >> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
> >> >>>
> >> >>> Maybe a firewall is blocking access to your machine then?
> >> >>>
> >> >>> Andreas.
> >> >>>
> >> >>> >
> >> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar
> >> >>> > <ahocevar@opengeo.org>
> >> >>> > wrote:
> >> >>> > Are you running GeoNode in development mode with "paver host"? If
> >> >>> > so,
> >> >>> > try the following instead:
> >> >>> >
> >> >>> > $ paver host -b 0.0.0.0
> >> >>> >
> >> >>> > No need to change line 5 in shared/dev-paste.ini.
> >> >>> >
> >> >>> > This will bind paster and jetty to 0.0.0.0, which will allow you
> to
> >> >>> > access GeoNode from other machines as well.
> >> >>> >
> >> >>> > Regards,
> >> >>> > Andreas.
> >> >>> >
> >> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
> >> >>> >
> >> >>> > > Am able to have the Geonode up and running on a different port.
> >> >>> > > Thanks Jeff.
> >> >>> > >
> >> >>> > > But others are not able to access Geonode running on my machine.
> >> >>> > > What
> >> >>> > > to do?
> >> >>> > >
> >> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
> >> >>> > > wrote:
> >> >>> > > Hi Jeff,
> >> >>> > >
> >> >>> > > I tried changing the port on line 6. Did paver build again. No
> >> >>> > > errors, but jetty isn't started i guess. Only "Django is
> starting
> >> >>> > > up.Pls
> >> >>> > > wait"  msg has come.. Its not going any further..
> >> >>> > >
> >> >>> > > What do i do now?
> >> >>> > >
> >> >>> > >
> >> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson
> >> >>> > > <jjohnson@opengeo.org>
> >> >>> > > wrote:
> >> >>> > > Hi Smitha,
> >> >>> > >
> >> >>> > > These kinds of things are configured in shared/dev-paste.ini
> when
> >> >>> > > in
> >> >>> > > development mode.
> >> >>> > >
> >> >>> > > You can can change the port on line 6 and change the 127.0.0.1
> to
> >> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces and
> >> >>> > > be
> >> >>> > > public.
> >> >>> > >
> >> >>> > > Let us know how it goes,
> >> >>> > >
> >> >>> > > Jeff
> >> >>> > >
> >> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net>
> >> >>> > > wrote:
> >> >>> > > > Hi all,
> >> >>> > > >
> >> >>> > > > 1) Can somebody tell me if it is possible to change the
> default
> >> >>> > > > port (8000)
> >> >>> > > > to another port on which geonode is running?
> >> >>> > > > 2) Is is possible to access geonode running on one machine
> from
> >> >>> > > > another
> >> >>> > > > machine? I tried doing it by giving the IP address of the
> >> >>> > > > machine
> >> >>> > > > on which
> >> >>> > > > geonode is running, but i am not able to connect to it.
> >> >>> > > >
> >> >>> > > > Please suggest how i can solve the above 2 problems.
> >> >>> > > >
> >> >>> > > >
> >> >>> > > > --
> >> >>> > > > Regards
> >> >>> > > > Smitha V
> >> >>> > > > MT2009149
> >> >>> > > > IIITB
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> > >
> >> >>> > >
> >> >>> > > --
> >> >>> > > Regards
> >> >>> > > Smitha V
> >> >>> > > MT2009149
> >> >>> > > IIITB
> >> >>> > >
> >> >>> > >
> >> >>> > >
> >> >>> > >
> >> >>> > > --
> >> >>> > > Regards
> >> >>> > > Smitha V
> >> >>> > > MT2009149
> >> >>> > > IIITB
> >> >>> > >
> >> >>> >
> >> >>> > --
> >> >>> > Andreas Hocevar
> >> >>> > OpenGeo - http://opengeo.org/
> >> >>> > Expert service straight from the developers.
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> > --
> >> >>> > Regards
> >> >>> > Smitha V
> >> >>> > MT2009149
> >> >>> > IIITB
> >> >>> >
> >> >>>
> >> >>> --
> >> >>> Andreas Hocevar
> >> >>> OpenGeo - http://opengeo.org/
> >> >>> Expert service straight from the developers.
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Regards
> >> >> Smitha V
> >> >> MT2009149
> >> >> IIITB
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Regards
> >> > Smitha V
> >> > MT2009149
> >> > IIITB
> >> >
> >> >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
>



-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Jeff Johnson
Date:
2011-01-25 @ 06:10
Can you paste your django.log and jetty.log please.

Jeff

On Mon, Jan 24, 2011 at 9:59 PM, Smitha V <smitha.v@iiitb.net> wrote:
> Tried export the GEONODE_BASE_URL.. Now the Django is shutting down few
> seconds after starting it.
>
> There is another problem on the other machine, i am getting a msg saying
> Django is starting up. I am not getting any msgs after that on terminal. It
> doesnt even say that jetty.log is up or press cntrl+c to shut down. If any
> one tries to access that machine, Internal server error throws up..
>
> On Tue, Jan 25, 2011 at 10:09 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:
>>
>> Can you try this before starting paver again.
>>
>> export GEONODE_BASE_URL=http://<your server IP>/
>>
>> Jeff
>>
>> On Mon, Jan 24, 2011 at 8:14 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> > I have pasted it. Pls have a look at it.
>> > http://dpaste.de/Kmpu/
>> > On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org>
>> > wrote:
>> >>
>> >> Can you paste the stack trace to dpaste.de please.
>> >>
>> >> Thanks,
>> >>
>> >> Jeff
>> >>
>> >> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> >> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able
>> >> > to
>> >> > upload oe search any data. It says Internal Server Error.
>> >> >
>> >> > Can anyone tell me why this is happening?
>> >> >
>> >> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> >> >>
>> >> >> Finally its working after changing the settings in dev-paste.ini. I
>> >> >> have
>> >> >> set the ip address to an IP address, and port to 8004.. Others are
>> >> >> able
>> >> >> to
>> >> >> see the welcome page of Geonode. But no one is able to search for
>> >> >> the
>> >> >> data
>> >> >> or upload data.
>> >> >>
>> >> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar
>> >> >> <ahocevar@opengeo.org>
>> >> >> wrote:
>> >> >>>
>> >> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>> >> >>>
>> >> >>> > Yes, i tried
>> >> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
>> >> >>>
>> >> >>> Maybe a firewall is blocking access to your machine then?
>> >> >>>
>> >> >>> Andreas.
>> >> >>>
>> >> >>> >
>> >> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar
>> >> >>> > <ahocevar@opengeo.org>
>> >> >>> > wrote:
>> >> >>> > Are you running GeoNode in development mode with "paver host"? If
>> >> >>> > so,
>> >> >>> > try the following instead:
>> >> >>> >
>> >> >>> > $ paver host -b 0.0.0.0
>> >> >>> >
>> >> >>> > No need to change line 5 in shared/dev-paste.ini.
>> >> >>> >
>> >> >>> > This will bind paster and jetty to 0.0.0.0, which will allow you
>> >> >>> > to
>> >> >>> > access GeoNode from other machines as well.
>> >> >>> >
>> >> >>> > Regards,
>> >> >>> > Andreas.
>> >> >>> >
>> >> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
>> >> >>> >
>> >> >>> > > Am able to have the Geonode up and running on a different port.
>> >> >>> > > Thanks Jeff.
>> >> >>> > >
>> >> >>> > > But others are not able to access Geonode running on my
>> >> >>> > > machine.
>> >> >>> > > What
>> >> >>> > > to do?
>> >> >>> > >
>> >> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <smitha.v@iiitb.net>
>> >> >>> > > wrote:
>> >> >>> > > Hi Jeff,
>> >> >>> > >
>> >> >>> > > I tried changing the port on line 6. Did paver build again. No
>> >> >>> > > errors, but jetty isn't started i guess. Only "Django is
>> >> >>> > > starting
>> >> >>> > > up.Pls
>> >> >>> > > wait"  msg has come.. Its not going any further..
>> >> >>> > >
>> >> >>> > > What do i do now?
>> >> >>> > >
>> >> >>> > >
>> >> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson
>> >> >>> > > <jjohnson@opengeo.org>
>> >> >>> > > wrote:
>> >> >>> > > Hi Smitha,
>> >> >>> > >
>> >> >>> > > These kinds of things are configured in shared/dev-paste.ini
>> >> >>> > > when
>> >> >>> > > in
>> >> >>> > > development mode.
>> >> >>> > >
>> >> >>> > > You can can change the port on line 6 and change the 127.0.0.1
>> >> >>> > > to
>> >> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces
>> >> >>> > > and
>> >> >>> > > be
>> >> >>> > > public.
>> >> >>> > >
>> >> >>> > > Let us know how it goes,
>> >> >>> > >
>> >> >>> > > Jeff
>> >> >>> > >
>> >> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <smitha.v@iiitb.net>
>> >> >>> > > wrote:
>> >> >>> > > > Hi all,
>> >> >>> > > >
>> >> >>> > > > 1) Can somebody tell me if it is possible to change the
>> >> >>> > > > default
>> >> >>> > > > port (8000)
>> >> >>> > > > to another port on which geonode is running?
>> >> >>> > > > 2) Is is possible to access geonode running on one machine
>> >> >>> > > > from
>> >> >>> > > > another
>> >> >>> > > > machine? I tried doing it by giving the IP address of the
>> >> >>> > > > machine
>> >> >>> > > > on which
>> >> >>> > > > geonode is running, but i am not able to connect to it.
>> >> >>> > > >
>> >> >>> > > > Please suggest how i can solve the above 2 problems.
>> >> >>> > > >
>> >> >>> > > >
>> >> >>> > > > --
>> >> >>> > > > Regards
>> >> >>> > > > Smitha V
>> >> >>> > > > MT2009149
>> >> >>> > > > IIITB
>> >> >>> > > >
>> >> >>> > > >
>> >> >>> > >
>> >> >>> > >
>> >> >>> > >
>> >> >>> > > --
>> >> >>> > > Regards
>> >> >>> > > Smitha V
>> >> >>> > > MT2009149
>> >> >>> > > IIITB
>> >> >>> > >
>> >> >>> > >
>> >> >>> > >
>> >> >>> > >
>> >> >>> > > --
>> >> >>> > > Regards
>> >> >>> > > Smitha V
>> >> >>> > > MT2009149
>> >> >>> > > IIITB
>> >> >>> > >
>> >> >>> >
>> >> >>> > --
>> >> >>> > Andreas Hocevar
>> >> >>> > OpenGeo - http://opengeo.org/
>> >> >>> > Expert service straight from the developers.
>> >> >>> >
>> >> >>> >
>> >> >>> >
>> >> >>> >
>> >> >>> > --
>> >> >>> > Regards
>> >> >>> > Smitha V
>> >> >>> > MT2009149
>> >> >>> > IIITB
>> >> >>> >
>> >> >>>
>> >> >>> --
>> >> >>> Andreas Hocevar
>> >> >>> OpenGeo - http://opengeo.org/
>> >> >>> Expert service straight from the developers.
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> Regards
>> >> >> Smitha V
>> >> >> MT2009149
>> >> >> IIITB
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Regards
>> >> > Smitha V
>> >> > MT2009149
>> >> > IIITB
>> >> >
>> >> >
>> >
>> >
>> >
>> > --
>> > Regards
>> > Smitha V
>> > MT2009149
>> > IIITB
>> >
>> >
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 06:18
*django.log*



/home/smitha/geonode/lib/python2.6/site-packages/registration/models.py:4:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
2011-01-24 22:47:04,226 INFO  [wsgi] 127.0.0.1 - - [25/Jan/2011:10:17:02
-0500] "GET / HTTP/1.0" 200 - "-" "Python-urllib/1.17"
2011-01-24 22:47:05,836 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:05
-0500] "GET / HTTP/1.0" 200 - "-" "Python-urllib/1.17"
2011-01-24 22:47:32,128 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:32
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:34,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:34
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,601 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,807 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,837 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,855 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,884 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,909 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,933 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,954 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,974 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:35,997 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,019 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,061 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,083 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,141 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,162 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,182 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,214 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,234 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,280 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,310 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,328 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,351 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,375 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,415 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,436 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,456 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,488 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,506 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,531 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,551 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,573 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,591 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,622 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,650 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,703 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,734 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,754 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,779 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,830 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,858 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,926 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:36,966 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,009 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,046 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,064 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,106 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,131 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,151 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,169 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,198 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,215 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,247 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,273 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,460 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,517 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,572 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,598 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,630 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,656 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,848 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:37,916 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,642 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,660 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,696 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,720 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,740 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,764 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,788 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,826 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,848 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,872 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,891 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,937 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:41,964 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,012 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,043 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,089 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,148 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,189 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,233 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,294 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,363 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,379 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,425 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:42,493 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,752 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,781 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,824 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,868 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,901 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,926 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,945 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,966 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:43,986 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,007 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,025 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,043 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,059 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,105 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,147 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,164 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,183 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,206 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,225 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,246 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,301 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,362 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,393 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,410 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,426 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,448 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:44,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:45,891 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:45,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:45,935 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:45,958 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:45,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,000 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,016 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,033 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,050 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,068 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,139 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,158 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,174 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,191 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,208 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,235 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,252 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,273 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,293 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,332 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,388 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,429 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,450 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,467 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,482 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,510 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,524 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,550 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:46,616 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:47,960 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:47
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:47,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:47
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,007 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,022 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,058 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,074 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,109 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,127 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,143 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,161 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,180 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,199 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,217 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,234 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,250 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,270 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,288 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,311 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,329 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,360 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,426 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,467 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,491 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,507 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,521 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,543 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:48,617 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,760 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,794 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,818 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,833 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,851 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,869 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,884 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,900 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,915 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,931 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,948 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:49,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,006 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,030 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,055 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,074 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,094 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,136 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,156 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,174 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,195 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,248 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,296 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,318 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,348 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,365 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:50,432 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,288 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,324 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,341 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,369 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,392 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,424 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,440 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,455 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,483 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,530 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,545 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,561 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,578 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,598 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,619 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,636 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,653 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,672 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,691 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,716 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,737 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,801 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,861 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,883 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,899 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,915 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:51,935 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:52,001 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,021 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,054 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,069 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,115 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,133 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,152 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,169 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,189 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,205 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,221 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,237 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,254 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,271 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,287 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,304 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,348 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,365 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,381 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,397 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,415 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,432 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,452 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,503 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,541 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,578 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,594 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,608 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,625 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:53,693 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,794 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,811 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,847 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,863 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,911 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,928 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:54,991 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,025 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,041 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,071 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,122 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,140 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,168 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,195 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,221 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,264 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,283 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,328 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,347 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,387 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,453 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,514 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,534 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,557 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,615 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,661 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:55,757 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,050 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,668 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,684 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,712 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,772 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,844 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,876 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,904 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,940 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,956 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:56,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,003 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,018 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,057 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,096 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,114 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,156 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,204 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,270 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,314 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,343 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,359 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,414 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,508 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:57,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,764 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,799 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,813 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,849 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,897 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,912 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,950 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,967 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:58,992 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,020 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,052 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,106 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,144 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,160 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,200 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,216 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,240 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,286 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,310 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,393 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,456 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,497 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,556 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,571 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:47:59,641 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,011 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,744 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,776 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,838 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,892 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,937 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:00,995 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,028 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,044 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,116 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,152 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,184 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,211 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,240 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,269 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,284 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,321 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,349 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,401 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,488 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,522 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,565 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,579 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,600 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:01,697 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,039 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,818 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,837 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,876 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,898 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,919 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,934 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,950 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,967 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:02,983 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,012 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,068 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,086 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,104 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,135 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,151 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,167 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,186 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,202 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,265 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,341 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,368 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,385 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,404 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,425 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,505 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:03,805 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,452 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,469 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,483 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,504 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,528 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,544 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,577 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,609 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,625 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,647 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,663 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,695 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,711 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,742 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,758 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,773 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,789 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,841 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,913 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,957 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:04,987 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:05,003 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:05,017 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:05,031 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:05,101 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:05,336 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,140 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,163 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,205 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,220 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,248 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,272 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,301 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,381 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,430 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,477 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,516 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,547 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,561 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,614 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:06,681 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,621 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,636 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,651 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,665 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,681 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,696 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,722 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,738 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,768 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,784 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,813 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,861 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,924 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,948 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,969 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,983 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:07,996 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:08,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:08,916 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:08,932 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:08,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:08,998 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,029 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,060 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,116 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,153 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,187 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,210 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,258 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,295 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,327 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,354 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,372 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,450 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
2011-01-24 22:48:09,529 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
-0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
Starting subprocess with file monitor
^C caught in monitor process

===========================

On Tue, Jan 25, 2011 at 11:40 AM, Jeff Johnson <jjohnson@opengeo.org> wrote:

> Can you paste your django.log and jetty.log please.
>
> Jeff
>
> On Mon, Jan 24, 2011 at 9:59 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > Tried export the GEONODE_BASE_URL.. Now the Django is shutting down few
> > seconds after starting it.
> >
> > There is another problem on the other machine, i am getting a msg saying
> > Django is starting up. I am not getting any msgs after that on terminal.
> It
> > doesnt even say that jetty.log is up or press cntrl+c to shut down. If
> any
> > one tries to access that machine, Internal server error throws up..
> >
> > On Tue, Jan 25, 2011 at 10:09 AM, Jeff Johnson <jjohnson@opengeo.org>
> wrote:
> >>
> >> Can you try this before starting paver again.
> >>
> >> export GEONODE_BASE_URL=http://<your server IP>/
> >>
> >> Jeff
> >>
> >> On Mon, Jan 24, 2011 at 8:14 PM, Smitha V <smitha.v@iiitb.net> wrote:
> >> > I have pasted it. Pls have a look at it.
> >> > http://dpaste.de/Kmpu/
> >> > On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org>
> >> > wrote:
> >> >>
> >> >> Can you paste the stack trace to dpaste.de please.
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Jeff
> >> >>
> >> >> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net>
> wrote:
> >> >> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not able
> >> >> > to
> >> >> > upload oe search any data. It says Internal Server Error.
> >> >> >
> >> >> > Can anyone tell me why this is happening?
> >> >> >
> >> >> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net>
> wrote:
> >> >> >>
> >> >> >> Finally its working after changing the settings in dev-paste.ini.
> I
> >> >> >> have
> >> >> >> set the ip address to an IP address, and port to 8004.. Others are
> >> >> >> able
> >> >> >> to
> >> >> >> see the welcome page of Geonode. But no one is able to search for
> >> >> >> the
> >> >> >> data
> >> >> >> or upload data.
> >> >> >>
> >> >> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar
> >> >> >> <ahocevar@opengeo.org>
> >> >> >> wrote:
> >> >> >>>
> >> >> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
> >> >> >>>
> >> >> >>> > Yes, i tried
> >> >> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
> >> >> >>>
> >> >> >>> Maybe a firewall is blocking access to your machine then?
> >> >> >>>
> >> >> >>> Andreas.
> >> >> >>>
> >> >> >>> >
> >> >> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar
> >> >> >>> > <ahocevar@opengeo.org>
> >> >> >>> > wrote:
> >> >> >>> > Are you running GeoNode in development mode with "paver host"?
> If
> >> >> >>> > so,
> >> >> >>> > try the following instead:
> >> >> >>> >
> >> >> >>> > $ paver host -b 0.0.0.0
> >> >> >>> >
> >> >> >>> > No need to change line 5 in shared/dev-paste.ini.
> >> >> >>> >
> >> >> >>> > This will bind paster and jetty to 0.0.0.0, which will allow
> you
> >> >> >>> > to
> >> >> >>> > access GeoNode from other machines as well.
> >> >> >>> >
> >> >> >>> > Regards,
> >> >> >>> > Andreas.
> >> >> >>> >
> >> >> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
> >> >> >>> >
> >> >> >>> > > Am able to have the Geonode up and running on a different
> port.
> >> >> >>> > > Thanks Jeff.
> >> >> >>> > >
> >> >> >>> > > But others are not able to access Geonode running on my
> >> >> >>> > > machine.
> >> >> >>> > > What
> >> >> >>> > > to do?
> >> >> >>> > >
> >> >> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <
> smitha.v@iiitb.net>
> >> >> >>> > > wrote:
> >> >> >>> > > Hi Jeff,
> >> >> >>> > >
> >> >> >>> > > I tried changing the port on line 6. Did paver build again.
> No
> >> >> >>> > > errors, but jetty isn't started i guess. Only "Django is
> >> >> >>> > > starting
> >> >> >>> > > up.Pls
> >> >> >>> > > wait"  msg has come.. Its not going any further..
> >> >> >>> > >
> >> >> >>> > > What do i do now?
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson
> >> >> >>> > > <jjohnson@opengeo.org>
> >> >> >>> > > wrote:
> >> >> >>> > > Hi Smitha,
> >> >> >>> > >
> >> >> >>> > > These kinds of things are configured in shared/dev-paste.ini
> >> >> >>> > > when
> >> >> >>> > > in
> >> >> >>> > > development mode.
> >> >> >>> > >
> >> >> >>> > > You can can change the port on line 6 and change the
> 127.0.0.1
> >> >> >>> > > to
> >> >> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces
> >> >> >>> > > and
> >> >> >>> > > be
> >> >> >>> > > public.
> >> >> >>> > >
> >> >> >>> > > Let us know how it goes,
> >> >> >>> > >
> >> >> >>> > > Jeff
> >> >> >>> > >
> >> >> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <
> smitha.v@iiitb.net>
> >> >> >>> > > wrote:
> >> >> >>> > > > Hi all,
> >> >> >>> > > >
> >> >> >>> > > > 1) Can somebody tell me if it is possible to change the
> >> >> >>> > > > default
> >> >> >>> > > > port (8000)
> >> >> >>> > > > to another port on which geonode is running?
> >> >> >>> > > > 2) Is is possible to access geonode running on one machine
> >> >> >>> > > > from
> >> >> >>> > > > another
> >> >> >>> > > > machine? I tried doing it by giving the IP address of the
> >> >> >>> > > > machine
> >> >> >>> > > > on which
> >> >> >>> > > > geonode is running, but i am not able to connect to it.
> >> >> >>> > > >
> >> >> >>> > > > Please suggest how i can solve the above 2 problems.
> >> >> >>> > > >
> >> >> >>> > > >
> >> >> >>> > > > --
> >> >> >>> > > > Regards
> >> >> >>> > > > Smitha V
> >> >> >>> > > > MT2009149
> >> >> >>> > > > IIITB
> >> >> >>> > > >
> >> >> >>> > > >
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > > --
> >> >> >>> > > Regards
> >> >> >>> > > Smitha V
> >> >> >>> > > MT2009149
> >> >> >>> > > IIITB
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > >
> >> >> >>> > > --
> >> >> >>> > > Regards
> >> >> >>> > > Smitha V
> >> >> >>> > > MT2009149
> >> >> >>> > > IIITB
> >> >> >>> > >
> >> >> >>> >
> >> >> >>> > --
> >> >> >>> > Andreas Hocevar
> >> >> >>> > OpenGeo - http://opengeo.org/
> >> >> >>> > Expert service straight from the developers.
> >> >> >>> >
> >> >> >>> >
> >> >> >>> >
> >> >> >>> >
> >> >> >>> > --
> >> >> >>> > Regards
> >> >> >>> > Smitha V
> >> >> >>> > MT2009149
> >> >> >>> > IIITB
> >> >> >>> >
> >> >> >>>
> >> >> >>> --
> >> >> >>> Andreas Hocevar
> >> >> >>> OpenGeo - http://opengeo.org/
> >> >> >>> Expert service straight from the developers.
> >> >> >>>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> Regards
> >> >> >> Smitha V
> >> >> >> MT2009149
> >> >> >> IIITB
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Regards
> >> >> > Smitha V
> >> >> > MT2009149
> >> >> > IIITB
> >> >> >
> >> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Regards
> >> > Smitha V
> >> > MT2009149
> >> > IIITB
> >> >
> >> >
> >
> >
> >
> > --
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> >
> >
>



-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 06:21
*jetty.log*
*
*
*
*
***
CompilerOracle: unrecognized line
  "exclude net/sf/saxon/event/ReceivingContentHandler startElement-Djetty
host=localhost"
  Unrecognized text after command: -Djetty host=localhost
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building GeoNode GeoServer Extensions
[INFO]    task-segment: [jetty:run]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [jetty:run {execution: default-cli}]
[INFO] Configuring Jetty for project: GeoNode GeoServer Extensions
[INFO] Webapp source directory =
/home/smitha/geonode/src/geoserver-geonode-ext/src/main/webapp
[INFO] web.xml file =
/home/smitha/geonode/src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml
[INFO] Classes =
/home/smitha/geonode/src/geoserver-geonode-ext/target/classes
[INFO] Property GEOSERVER_DATA_DIR=../../gs-data/ was set
[INFO] Configuring Jetty from xml configuration file =
/home/smitha/geonode/src/geoserver-geonode-ext/jetty.xml
2011-01-25 10:17:08.878::INFO:  Logging to STDERR via
org.mortbay.log.StdErrLog
[INFO] Context path = /geoserver
[INFO] Tmp directory =  determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Webapp directory =
/home/smitha/geonode/src/geoserver-geonode-ext/src/main/webapp
[INFO] Starting jetty 6.1.10 ...
2011-01-25 10:17:08.091::INFO:  jetty-6.1.10
2011-01-25 10:17:09.420::INFO:  No Transaction manager found - if your
webapp requires one, please configure one.
25 Jan, 2011 10:17:11 AM it.geosolutions.imageio.gdalframework.GDALUtilities
loadGDAL
WARNING: Failed to load the GDAL native libs. This is not a problem unless
you need to use the GDAL plugins: they won't be
enabled.java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path
log4j:WARN File option not set for appender [geoserverlogfile].
log4j:WARN Are you using FileAppender instead of ConsoleAppender?
2011-01-25 10:17:11.705:/geoserver:INFO:  Initializing Spring root
WebApplicationContext
25 Jan 10:17:13 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR:
/home/smitha/geonode/src/geoserver-geonode-ext/../../gs-data
----------------------------------
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'hazard'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'raster'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'point'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style
'geonode_tasmania_water_bodies'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'geonode_roads'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'geonode_tasmania_roads'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style
'geonode_tasmania_cities'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'geonode_poly_landmarks'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'CA'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style
'geonode_tasmania_state_boundaries'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'geonode_states'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'polygon'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'line'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style 'city_style'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style
'geonode_TrueMarble_32km_1350x675_1'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded style
'geonode_TrueMarble_32km_1350x675'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded default workspace geonode
25 Jan 10:17:13 INFO [org.geoserver] - Loaded workspace 'base'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded workspace 'geonode'
25 Jan 10:17:13 INFO [org.geoserver] - Loaded store 'nic_admin', enabled
25 Jan 10:17:13 INFO [org.geoserver] - Loaded data store 'nic_admin'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'nic_admin',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'nic_admin'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'nic_admin'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'distrits', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'distrits'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'distrits',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'distrits'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'distrits'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'CA', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'CA'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'CA', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'CA'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'CA'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'poly_landmarks',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'poly_landmarks'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'poly_landmarks',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'poly_landmarks'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'poly_landmarks'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'states', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'states'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'states', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'states'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'states'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'NIC_Rain_100y', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage store 'NIC_Rain_100y'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage 'NIC_Rain_100y.grd',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage 'NIC_Rain_100y'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'NIC_Rain_100y.grd'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store
'tasmania_state_boundaries', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store
'tasmania_state_boundaries'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type
'tasmania_state_boundaries', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type
'tasmania_state_boundaries'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer
'tasmania_state_boundaries'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store
'TrueMarble.32km.1350x675_1', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage store
'TrueMarble.32km.1350x675_1'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage
'TrueMarble.32km.1350x675_1', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded coverage
'TrueMarble.32km.1350x675_1'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer
'TrueMarble.32km.1350x675_1'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'tasmania_cities',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'tasmania_cities'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type
'tasmania_cities', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'tasmania_cities'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'tasmania_cities'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'roads', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store 'roads'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'roads', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'roads'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'roads'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store
'TrueMarble.32km.1350x675_2', enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store
'TrueMarble.32km.1350x675_2'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type 'TrueMarble',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded feature type
'TrueMarble.32km.1350x675_2'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded layer 'TrueMarble'
25 Jan 10:17:14 INFO [org.geoserver] - Loaded store 'tasmania_water_bodies',
enabled
25 Jan 10:17:14 INFO [org.geoserver] - Loaded data store
'tasmania_water_bodies'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded feature type
'tasmania_water_bodies', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded feature type
'tasmania_water_bodies'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer 'tasmania_water_bodies'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded store 'tasmania_roads',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded data store 'tasmania_roads'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded feature type 'tasmania_roads',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded feature type 'tasmania_roads'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer 'tasmania_roads'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded store 'NIC_Rain_1000y',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage store
'NIC_Rain_1000y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage 'NIC_Rain_1000y.grd',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage 'NIC_Rain_1000y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer 'NIC_Rain_1000y.grd'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded store 'NIC_0.5s_200y', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage store 'NIC_0.5s_200y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage 'NIC_0.5s_200y',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage 'NIC_0.5s_200y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer 'NIC_0.5s_200y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded store
'TrueMarble.32km.1350x675', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage store
'TrueMarble.32km.1350x675'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage
'TrueMarble.32km.1350x675', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage
'TrueMarble.32km.1350x675'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer
'TrueMarble.32km.1350x675'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded store 'NIC_Earthquake_1000y',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage store
'NIC_Earthquake_1000y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage 'NIC_0.5s_1000y',
enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded coverage
'NIC_Earthquake_1000y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded layer 'NIC_0.5s_1000y'
25 Jan 10:17:15 INFO [org.geoserver] - Loaded service 'wms', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded service 'wfs', enabled
25 Jan 10:17:15 INFO [org.geoserver] - Loaded service 'wcs', enabled
25 Jan 10:17:16 INFO [config.XMLConfiguration] - Failed to find
geowebcache.xml. This is not a problem unless you are trying to use a custom
XML configuration file.
25 Jan 10:17:16 INFO [jdbc.JDBCMBWrapper] - MetaStore database is version
120
25 Jan 10:17:16 INFO [layer.TileLayerDispatcher] - ConfigurationLoader
acquired lock, sleeping 2 seconds
25 Jan 10:17:16 INFO [geowebcache.GeoWebCacheDispatcher] - Invoked
setServletPrefix(gwc)
25 Jan 10:17:16 INFO [wms.WMSService] - Will NOT recombine tiles for
non-tiling clients.
25 Jan 10:17:16 INFO [wms.WMSService] - Will proxy requests to backend that
are not getmap or getcapabilities.
25 Jan 10:17:16 INFO [wfs.WFSService] - Configured to forward to
http://localhost:8080/geoserver/wfs , timeout is 600000ms regex filter
25 Jan 10:17:16 INFO [rest.RESTDispatcher] - Created RESTDispatcher with 7
paths
25 Jan 10:17:16 WARN [geonode.security] - GEONODE_BASE_URL is not set,
assuming http://localhost:8000/
2011-01-25 10:17:17.063::INFO:  Extract
jar:file:/home/smitha/geonode/webapps/intermap.war!/ to
/tmp/Jetty_localhost_8001_intermap.war__intermap__-wji2b8/webapp
25 Jan, 2011 10:17:18 AM org.wfp.vam.intermap.services.wmc.MailWmcContext
init
WARNING: *** The mailserver config property has not been set. WMC mail will
not be available.
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding: base:nic_admin
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding: base:distrits
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding: base:CA
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:poly_landmarks
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding: geonode:states
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:NIC_Rain_100y.grd
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:tasmania_state_boundaries
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:TrueMarble.32km.1350x675_1
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:tasmania_cities
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding: geonode:roads
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:TrueMarble
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:tasmania_water_bodies
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:tasmania_roads
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:NIC_Rain_1000y.grd
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:NIC_0.5s_200y
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:TrueMarble.32km.1350x675
25 Jan 10:17:18 INFO [layer.TileLayerDispatcher] - Adding:
geonode:NIC_0.5s_1000y
*
On Tue, Jan 25, 2011 at 11:48 AM, Smitha V <smitha.v@iiitb.net> wrote:

> *django.log*
>
>
>
> /home/smitha/geonode/lib/python2.6/site-packages/registration/models.py:4:
> DeprecationWarning: the sha module is deprecated; use the hashlib module
> instead
>   import sha
> 2011-01-24 22:47:04,226 INFO  [wsgi] 127.0.0.1 - - [25/Jan/2011:10:17:02
> -0500] "GET / HTTP/1.0" 200 - "-" "Python-urllib/1.17"
> 2011-01-24 22:47:05,836 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:05
> -0500] "GET / HTTP/1.0" 200 - "-" "Python-urllib/1.17"
> 2011-01-24 22:47:32,128 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:32
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:34,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:34
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,601 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,807 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,837 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,855 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,884 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,909 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,933 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,954 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,974 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:35,997 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:35
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,019 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,061 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,083 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,141 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,162 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,182 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,214 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,234 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,280 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,310 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,328 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,351 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,375 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,415 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,436 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,456 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,488 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,506 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,531 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,551 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,573 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,591 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,622 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,650 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,703 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,734 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,754 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,779 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,830 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,858 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,926 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:36,966 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:36
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,009 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,046 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,064 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,106 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,131 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,151 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,169 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,198 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,215 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,247 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,273 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,460 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,517 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,572 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,598 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,630 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,656 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,848 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:37,916 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:37
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,642 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,660 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,696 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,720 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,740 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,764 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,788 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,826 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,848 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,872 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,891 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,937 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:41,964 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:41
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,012 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,043 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,089 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,148 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,189 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,233 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,294 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,363 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,379 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,425 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:42,493 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:42
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,752 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,781 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,824 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,868 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,901 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,926 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,945 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,966 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:43,986 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:43
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,007 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,025 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,043 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,059 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,105 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,147 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,164 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,183 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,206 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,225 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,246 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,301 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,362 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,393 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,410 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,426 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,448 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:44,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:44
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:45,891 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:45,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:45,935 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:45,958 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:45,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,000 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:45
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,016 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,033 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,050 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,068 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,139 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,158 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,174 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,191 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,208 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,235 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,252 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,273 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,293 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,332 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,388 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,429 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,450 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,467 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,482 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,510 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,524 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,550 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:46,616 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:46
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:47,960 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:47
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:47,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:47
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,007 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,022 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,058 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,074 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,109 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,127 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,143 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,161 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,180 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,199 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,217 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,234 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,250 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,270 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,288 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,311 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,329 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,360 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,426 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,467 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,491 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,507 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,521 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,543 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:48,617 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:48
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,760 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,794 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,818 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,833 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,851 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,869 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,884 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,900 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,915 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,931 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,948 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:49,981 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:49
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,006 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,030 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,055 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,074 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,094 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,136 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,156 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,174 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,195 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,248 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,296 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,318 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,348 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,365 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:50,432 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:50
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,288 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,324 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,341 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,369 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,392 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,424 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,440 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,455 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,483 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,530 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,545 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,561 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,578 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,598 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,619 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,636 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,653 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,672 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,691 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,716 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,737 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,801 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,861 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,883 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,899 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,915 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:51,935 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:52,001 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:51
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,021 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,054 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,069 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,115 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,133 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,152 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,169 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,189 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,205 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,221 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,237 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,254 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,271 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,287 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,304 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,348 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,365 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,381 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,397 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,415 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,432 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,452 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,503 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,541 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,578 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,594 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,608 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,625 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:53,693 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:53
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,794 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,811 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,847 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,863 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,911 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,928 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:54,991 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:54
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,025 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,041 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,071 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,122 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,140 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,168 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,195 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,221 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,264 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,283 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,328 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,347 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,387 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,453 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,514 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,534 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,557 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,615 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,661 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:55,757 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,050 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:55
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,668 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,684 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,712 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,772 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,844 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,876 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,904 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,940 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,956 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:56,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,003 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:56
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,018 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,057 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,096 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,114 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,156 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,204 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,270 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,314 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,343 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,359 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,396 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,414 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,508 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:57,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:57
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,764 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,799 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,813 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,849 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,897 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,912 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,950 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,967 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:58,992 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:58
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,020 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,052 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,106 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,144 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,160 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,200 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,216 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,240 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,286 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,310 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,393 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,456 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,497 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,513 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,556 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,571 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:47:59,641 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,011 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:47:59
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,744 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,776 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,838 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,892 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,910 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,937 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,963 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:00,995 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:00
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,028 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,044 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,088 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,116 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,152 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,184 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,211 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,240 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,269 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,284 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,321 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,349 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,401 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,488 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,522 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,565 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,579 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,600 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:01,697 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:01
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,039 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,818 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,837 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,860 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,876 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,898 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,919 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,934 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,950 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,967 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:02,983 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:02
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,012 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,040 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,068 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,086 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,104 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,120 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,135 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,151 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,167 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,186 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,202 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,265 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,341 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,368 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,385 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,404 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,425 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,505 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:03,805 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:03
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,452 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,469 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,483 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,504 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,528 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,544 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,577 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,609 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,625 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,647 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,663 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,679 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,695 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,711 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,726 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,742 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,758 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,773 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,789 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,808 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,841 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,913 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,957 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:04,987 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:05,003 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:04
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:05,017 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:05,031 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:05,101 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:05,336 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:05
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,090 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,126 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,140 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,163 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,205 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,220 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,248 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,272 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,301 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,334 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,381 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,430 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,477 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,516 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,547 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,561 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,614 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:06,681 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:06
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,621 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,636 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,651 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,665 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,681 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,696 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,722 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,738 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,768 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,784 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,813 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,861 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,924 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,948 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,969 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,983 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:07,996 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:07
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:08,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:08,916 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:08,932 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:08,984 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:08,998 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:08
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,029 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,060 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,075 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,116 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,153 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,187 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,210 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,258 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,295 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,327 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,354 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,372 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,450 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> 2011-01-24 22:48:09,529 INFO  [wsgi] 127.0.0.1 - - [24/Jan/2011:22:48:09
> -0500] "GET /data/acls HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.1"
> Starting subprocess with file monitor
> ^C caught in monitor process
>
> ===========================
>
> On Tue, Jan 25, 2011 at 11:40 AM, Jeff Johnson <jjohnson@opengeo.org>wrote:
>
>> Can you paste your django.log and jetty.log please.
>>
>> Jeff
>>
>> On Mon, Jan 24, 2011 at 9:59 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> > Tried export the GEONODE_BASE_URL.. Now the Django is shutting down few
>> > seconds after starting it.
>> >
>> > There is another problem on the other machine, i am getting a msg saying
>> > Django is starting up. I am not getting any msgs after that on terminal.
>> It
>> > doesnt even say that jetty.log is up or press cntrl+c to shut down. If
>> any
>> > one tries to access that machine, Internal server error throws up..
>> >
>> > On Tue, Jan 25, 2011 at 10:09 AM, Jeff Johnson <jjohnson@opengeo.org>
>> wrote:
>> >>
>> >> Can you try this before starting paver again.
>> >>
>> >> export GEONODE_BASE_URL=http://<your server IP>/
>> >>
>> >> Jeff
>> >>
>> >> On Mon, Jan 24, 2011 at 8:14 PM, Smitha V <smitha.v@iiitb.net> wrote:
>> >> > I have pasted it. Pls have a look at it.
>> >> > http://dpaste.de/Kmpu/
>> >> > On Tue, Jan 25, 2011 at 9:28 AM, Jeff Johnson <jjohnson@opengeo.org>
>> >> > wrote:
>> >> >>
>> >> >> Can you paste the stack trace to dpaste.de please.
>> >> >>
>> >> >> Thanks,
>> >> >>
>> >> >> Jeff
>> >> >>
>> >> >> On Mon, Jan 24, 2011 at 7:45 PM, Smitha V <smitha.v@iiitb.net>
>> wrote:
>> >> >> > After making host to 0.0.0.0 in shared/dev-paste.ini, I am not
>> able
>> >> >> > to
>> >> >> > upload oe search any data. It says Internal Server Error.
>> >> >> >
>> >> >> > Can anyone tell me why this is happening?
>> >> >> >
>> >> >> > On Mon, Jan 24, 2011 at 4:53 PM, Smitha V <smitha.v@iiitb.net>
>> wrote:
>> >> >> >>
>> >> >> >> Finally its working after changing the settings in dev-paste.ini.
>> I
>> >> >> >> have
>> >> >> >> set the ip address to an IP address, and port to 8004.. Others
>> are
>> >> >> >> able
>> >> >> >> to
>> >> >> >> see the welcome page of Geonode. But no one is able to search for
>> >> >> >> the
>> >> >> >> data
>> >> >> >> or upload data.
>> >> >> >>
>> >> >> >> On Fri, Jan 21, 2011 at 3:32 PM, Andreas Hocevar
>> >> >> >> <ahocevar@opengeo.org>
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> On Jan 21, 2011, at 10:48 , Smitha V wrote:
>> >> >> >>>
>> >> >> >>> > Yes, i tried
>> >> >> >>> > $ paver host -b 0.0.0.0 this. Its still not working..
>> >> >> >>>
>> >> >> >>> Maybe a firewall is blocking access to your machine then?
>> >> >> >>>
>> >> >> >>> Andreas.
>> >> >> >>>
>> >> >> >>> >
>> >> >> >>> > On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar
>> >> >> >>> > <ahocevar@opengeo.org>
>> >> >> >>> > wrote:
>> >> >> >>> > Are you running GeoNode in development mode with "paver host"?
>> If
>> >> >> >>> > so,
>> >> >> >>> > try the following instead:
>> >> >> >>> >
>> >> >> >>> > $ paver host -b 0.0.0.0
>> >> >> >>> >
>> >> >> >>> > No need to change line 5 in shared/dev-paste.ini.
>> >> >> >>> >
>> >> >> >>> > This will bind paster and jetty to 0.0.0.0, which will allow
>> you
>> >> >> >>> > to
>> >> >> >>> > access GeoNode from other machines as well.
>> >> >> >>> >
>> >> >> >>> > Regards,
>> >> >> >>> > Andreas.
>> >> >> >>> >
>> >> >> >>> > On Jan 21, 2011, at 07:02 , Smitha V wrote:
>> >> >> >>> >
>> >> >> >>> > > Am able to have the Geonode up and running on a different
>> port.
>> >> >> >>> > > Thanks Jeff.
>> >> >> >>> > >
>> >> >> >>> > > But others are not able to access Geonode running on my
>> >> >> >>> > > machine.
>> >> >> >>> > > What
>> >> >> >>> > > to do?
>> >> >> >>> > >
>> >> >> >>> > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <
>> smitha.v@iiitb.net>
>> >> >> >>> > > wrote:
>> >> >> >>> > > Hi Jeff,
>> >> >> >>> > >
>> >> >> >>> > > I tried changing the port on line 6. Did paver build again.
>> No
>> >> >> >>> > > errors, but jetty isn't started i guess. Only "Django is
>> >> >> >>> > > starting
>> >> >> >>> > > up.Pls
>> >> >> >>> > > wait"  msg has come.. Its not going any further..
>> >> >> >>> > >
>> >> >> >>> > > What do i do now?
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson
>> >> >> >>> > > <jjohnson@opengeo.org>
>> >> >> >>> > > wrote:
>> >> >> >>> > > Hi Smitha,
>> >> >> >>> > >
>> >> >> >>> > > These kinds of things are configured in shared/dev-paste.ini
>> >> >> >>> > > when
>> >> >> >>> > > in
>> >> >> >>> > > development mode.
>> >> >> >>> > >
>> >> >> >>> > > You can can change the port on line 6 and change the
>> 127.0.0.1
>> >> >> >>> > > to
>> >> >> >>> > > 0.0.0.0 on line 5 to make the service bind to all interfaces
>> >> >> >>> > > and
>> >> >> >>> > > be
>> >> >> >>> > > public.
>> >> >> >>> > >
>> >> >> >>> > > Let us know how it goes,
>> >> >> >>> > >
>> >> >> >>> > > Jeff
>> >> >> >>> > >
>> >> >> >>> > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <
>> smitha.v@iiitb.net>
>> >> >> >>> > > wrote:
>> >> >> >>> > > > Hi all,
>> >> >> >>> > > >
>> >> >> >>> > > > 1) Can somebody tell me if it is possible to change the
>> >> >> >>> > > > default
>> >> >> >>> > > > port (8000)
>> >> >> >>> > > > to another port on which geonode is running?
>> >> >> >>> > > > 2) Is is possible to access geonode running on one machine
>> >> >> >>> > > > from
>> >> >> >>> > > > another
>> >> >> >>> > > > machine? I tried doing it by giving the IP address of the
>> >> >> >>> > > > machine
>> >> >> >>> > > > on which
>> >> >> >>> > > > geonode is running, but i am not able to connect to it.
>> >> >> >>> > > >
>> >> >> >>> > > > Please suggest how i can solve the above 2 problems.
>> >> >> >>> > > >
>> >> >> >>> > > >
>> >> >> >>> > > > --
>> >> >> >>> > > > Regards
>> >> >> >>> > > > Smitha V
>> >> >> >>> > > > MT2009149
>> >> >> >>> > > > IIITB
>> >> >> >>> > > >
>> >> >> >>> > > >
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > > --
>> >> >> >>> > > Regards
>> >> >> >>> > > Smitha V
>> >> >> >>> > > MT2009149
>> >> >> >>> > > IIITB
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > >
>> >> >> >>> > > --
>> >> >> >>> > > Regards
>> >> >> >>> > > Smitha V
>> >> >> >>> > > MT2009149
>> >> >> >>> > > IIITB
>> >> >> >>> > >
>> >> >> >>> >
>> >> >> >>> > --
>> >> >> >>> > Andreas Hocevar
>> >> >> >>> > OpenGeo - http://opengeo.org/
>> >> >> >>> > Expert service straight from the developers.
>> >> >> >>> >
>> >> >> >>> >
>> >> >> >>> >
>> >> >> >>> >
>> >> >> >>> > --
>> >> >> >>> > Regards
>> >> >> >>> > Smitha V
>> >> >> >>> > MT2009149
>> >> >> >>> > IIITB
>> >> >> >>> >
>> >> >> >>>
>> >> >> >>> --
>> >> >> >>> Andreas Hocevar
>> >> >> >>> OpenGeo - http://opengeo.org/
>> >> >> >>> Expert service straight from the developers.
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> Regards
>> >> >> >> Smitha V
>> >> >> >> MT2009149
>> >> >> >> IIITB
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > Regards
>> >> >> > Smitha V
>> >> >> > MT2009149
>> >> >> > IIITB
>> >> >> >
>> >> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Regards
>> >> > Smitha V
>> >> > MT2009149
>> >> > IIITB
>> >> >
>> >> >
>> >
>> >
>> >
>> > --
>> > Regards
>> > Smitha V
>> > MT2009149
>> > IIITB
>> >
>> >
>>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-25 @ 06:49
GEONODE_BASE_URL is still not being configured correctly, and therefore 
GeoServer is using http://localhost:8000/ (the default)


You can try setting this value in 


src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this snippet.


<context-param>
<param-name>GEONODE_BASE_URL</param-name>
<param-value>http://localhost:8080/</param-value>
</context-param>


Replace localhost:8000 with the your servers configuration (IP address and port)


Jeff


On 2011-01-24 at 22:21:14, Smitha V wrote:

> IIITB 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 06:53
That is because the Geoserver's base url is specified
in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to
http://<my-ip>8001/Geonetwork
and  http://<my-ip>8001/Geoserver..

Is there a mistake it that?

On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  GEONODE_BASE_URL is still not being configured correctly, and therefore
> GeoServer is using http://localhost:8000/ (the default)
>
> You can try setting this value in
>
> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
> snippet.
>
>        <context-param>
>            <param-name>GEONODE_BASE_URL</param-name>
>            <param-value>http://localhost:8080/</param-value>
>        </context-param>
>
> Replace localhost:8000 with the your servers configuration (IP address and
> port)
>
> Jeff
>
>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-25 @ 06:56
It is the GEONODE_BASE_URL that is not being set properly ... NOT the 
GEOSERVER_BASE_URL. 


GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
to know where to connect to the GeoNode. This GEONODE_BASE_URL variable 
needs to be set in the GeoServer web.xml.


Please add the snippet below to your web.xml and try it that way.


Jeff
On 2011-01-24 at 22:53:54, Smitha V wrote:

> That is because the Geoserver's base url is specified in 
/geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> 
> 
> Is there a mistake it that?
> 
> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org> wrote:
> 
> > GEONODE_BASE_URL is still not being configured correctly, and 
therefore GeoServer is using http://localhost:8000/ (the default)
> > 
> > 
> > You can try setting this value in 
> > 
> > 
> > src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this snippet.
> > 
> > 
> > <context-param>
> > <param-name>GEONODE_BASE_URL</param-name>
> > <param-value>http://localhost:8080/</param-value>
> > </context-param>
> > 
> > 
> > Replace localhost:8000 with the your servers configuration (IP address
and port)
> > 
> > 
> > Jeff
> > 
> > 
> > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > 
> > > IIITB 
> > > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 
> 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 07:24
Nope, i am getting that Internal server error even after adding to web.xml

On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
> GEOSERVER_BASE_URL.
>
> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
> needs to be set in the GeoServer web.xml.
>
> Please add the snippet below to your web.xml and try it that way.
>
> Jeff
>
> On 2011-01-24 at 22:53:54, Smitha V wrote:
>
> That is because the Geoserver's base url is specified
> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
> and  http://<my-ip>8001/Geoserver..
>
> Is there a mistake it that?
>
> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>> GeoServer is using http://localhost:8000/ (the default)
>>
>> You can try setting this value in
>>
>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>> snippet.
>>
>>        <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://localhost:8080/</param-value>
>>        </context-param>
>>
>> Replace localhost:8000 with the your servers configuration (IP address and
>> port)
>>
>> Jeff
>>
>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 07:40
Hey i have got the error here.. Pls help..

http://dpaste.de/MkWx/

On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Nope, i am getting that Internal server error even after adding to web.xml
>
>
> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>> GEOSERVER_BASE_URL.
>>
>> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
>> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
>> needs to be set in the GeoServer web.xml.
>>
>> Please add the snippet below to your web.xml and try it that way.
>>
>> Jeff
>>
>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>
>> That is because the Geoserver's base url is specified
>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>> and  http://<my-ip>8001/Geoserver..
>>
>> Is there a mistake it that?
>>
>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>>> GeoServer is using http://localhost:8000/ (the default)
>>>
>>> You can try setting this value in
>>>
>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>> snippet.
>>>
>>>        <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://localhost:8080/</param-value>
>>>        </context-param>
>>>
>>> Replace localhost:8000 with the your servers configuration (IP address
>>> and port)
>>>
>>> Jeff
>>>
>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 07:43
I am getting Internal server error only while i try to search data or
download data. But explore maps is working fine.

On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Hey i have got the error here.. Pls help..
>
> http://dpaste.de/MkWx/
>
>
> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
>> Nope, i am getting that Internal server error even after adding to web.xml
>>
>>
>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>>> GEOSERVER_BASE_URL.
>>>
>>> GeoServer delegates its authentication to GeoNode, so it (GeoServer)
>>> needs to know where to connect to the GeoNode. This GEONODE_BASE_URL
>>> variable needs to be set in the GeoServer web.xml.
>>>
>>> Please add the snippet below to your web.xml and try it that way.
>>>
>>> Jeff
>>>
>>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>>
>>> That is because the Geoserver's base url is specified
>>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>>> and  http://<my-ip>8001/Geoserver..
>>>
>>> Is there a mistake it that?
>>>
>>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>>  GEONODE_BASE_URL is still not being configured correctly, and
>>>> therefore GeoServer is using http://localhost:8000/ (the default)
>>>>
>>>> You can try setting this value in
>>>>
>>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>>> snippet.
>>>>
>>>>        <context-param>
>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>            <param-value>http://localhost:8080/</param-value>
>>>>        </context-param>
>>>>
>>>> Replace localhost:8000 with the your servers configuration (IP address
>>>> and port)
>>>>
>>>> Jeff
>>>>
>>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>>
>>>> IIITB
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-25 @ 08:10
It looks like you changed the host in web.xml, but not the port? It is 
trying to connect to http://192.168.0.116:8000/ but I believe your geonode
is now running on a different port?


Jeff
On 2011-01-24 at 23:43:17, Smitha V wrote:

> I am getting Internal server error only while i try to search data or 
download data. But explore maps is working fine.
> 
> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
> 
> > Hey i have got the error here.. Pls help..
> > 
> > 
> > http://dpaste.de/MkWx/
> > 
> > 
> > On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > 
> > > Nope, i am getting that Internal server error even after adding to web.xml
> > > 
> > > 
> > >  On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > 
> > > > It is the GEONODE_BASE_URL that is not being set properly ... NOT 
the GEOSERVER_BASE_URL. 
> > > > 
> > > > 
> > > > GeoServer delegates its authentication to GeoNode, so it 
(GeoServer) needs to know where to connect to the GeoNode. This 
GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml.
> > > > 
> > > > 
> > > > Please add the snippet below to your web.xml and try it that way.
> > > > 
> > > > 
> > > > Jeff
> > > > On 2011-01-24 at 22:53:54, Smitha V wrote:
> > > > 
> > > > > That is because the Geoserver's base url is specified in 
/geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> > > > > 
> > > > > 
> > > > > Is there a mistake it that?
> > > > > 
> > > > > On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > 
> > > > > > GEONODE_BASE_URL is still not being configured correctly, and 
therefore GeoServer is using http://localhost:8000/ (the default)
> > > > > > 
> > > > > > 
> > > > > > You can try setting this value in 
> > > > > > 
> > > > > > 
> > > > > > src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with
this snippet.
> > > > > > 
> > > > > > 
> > > > > > <context-param>
> > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > <param-value>http://localhost:8080/</param-value>
> > > > > > </context-param>
> > > > > > 
> > > > > > 
> > > > > > Replace localhost:8000 with the your servers configuration (IP
address and port)
> > > > > > 
> > > > > > 
> > > > > > Jeff
> > > > > > 
> > > > > > 
> > > > > > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > > > > > 
> > > > > > > IIITB 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > > Regards
> > > > > Smitha V
> > > > > MT2009149
> > > > > IIITB
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > -- 
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-25 @ 08:49
No, its running on 8000 itself.

On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  It looks like you changed the host in web.xml, but not the port? It is
> trying to connect to http://192.168.0.116:8000/ but I believe your geonode
> is now running on a different port?
>
> < span class="Apple-style-span" style="border-collapse: collapse;
> font-size: 12px; line-height: 17px; white-space: pre;
> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
> 2px;">Jeff
>
> On 2011-01-24 at 23:43:17, Smitha V wrote:
>
> I am getting Internal server error only while i try to search data or
> download data. But explore maps is working fine.
>
> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Hey i have got the error here.. Pls help..
>
> http://dpaste.de/MkWx/
>
>
> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Nope, i am getting that Internal server error even after adding to web.xml
>
>
> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>> GEOSERVER_BASE_URL.
>>
>> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
>> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
>> needs to be set in the GeoServer web.xml.
>>
>> Please add the snippet below to your web.xml and try it that way.
>>
>> Jeff
>>
>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>
>> That is because the Geoserver's base url is specified
>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>> and  http://<my-ip>8001/Geoserver..
>>
>> Is there a mistake it that?
>>
>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>>> GeoServer is using http://localhost:8000/ (the default)
>>>
>>> You can try setting this value in
>>>
>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>> snippet.
>>>
>>>        <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://localhost:8080/</param-value>
>>>        </context-param>
>>>
>>> Replace localhost:8000 with the your servers configuration (IP address
>>> and port)
>>>
>>> Jeff
>>>
>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Re: Changing the port on which Geonode is running

From:
David Winslow
Date:
2011-01-25 @ 13:08
Your jetty.log file shows an error (the line about the unrecognized command
line parameter) which was fixed on master last week.  I would recommend
using 'git pull' to get the latest version of the code.  (This is probably
not the source of your current trouble but will become a problem once you
get Django and GeoServer communicating properly.)

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

On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:

> No, its running on 8000 itself.
>
>
> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  It looks like you changed the host in web.xml, but not the port? It is
>> trying to connect to http://192.168.0.116:8000/ but I believe your
>> geonode is now running on a different port?
>>
>>  < span class="Apple-style-span" style="border-collapse: collapse;
>> font-size: 12px; line-height: 17px; white-space: pre;
>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>> 2px;">Jeff
>>
>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>
>> I am getting Internal server error only while i try to search data or
>> download data. But explore maps is working fine.
>>
>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Hey i have got the error here.. Pls help..
>>
>> http://dpaste.de/MkWx/
>>
>>
>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Nope, i am getting that Internal server error even after adding to
>> web.xml
>>
>>
>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>>> GEOSERVER_BASE_URL.
>>>
>>> GeoServer delegates its authentication to GeoNode, so it (GeoServer)
>>> needs to know where to connect to the GeoNode. This GEONODE_BASE_URL
>>> variable needs to be set in the GeoServer web.xml.
>>>
>>> Please add the snippet below to your web.xml and try it that way.
>>>
>>> Jeff
>>>
>>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>>
>>> That is because the Geoserver's base url is specified
>>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>>> and  http://<my-ip>8001/Geoserver..
>>>
>>> Is there a mistake it that?
>>>
>>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>>  GEONODE_BASE_URL is still not being configured correctly, and
>>>> therefore GeoServer is using http://localhost:8000/ (the default)
>>>>
>>>> You can try setting this value in
>>>>
>>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>>> snippet.
>>>>
>>>>        <context-param>
>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>            <param-value>http://localhost:8080/</param-value>
>>>>        </context-param>
>>>>
>>>> Replace localhost:8000 with the your servers configuration (IP address
>>>> and port)
>>>>
>>>> Jeff
>>>>
>>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>>
>>>> IIITB
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-27 @ 04:40
These are the changes i have made in order to get Geonode up and running so
that others are able to access the Geonode runnin on my machine.

In shared/dev-paste.ini
host=<my-ip>
port=8000

In settings.py
SITENAME = "GeoNode"
SITEURL = "http://<my-ip>:8000/"


In web.xml
  <context-param>
           <param-name>GEONODE_BASE_URL</param-name>
           <param-value>http://<my-ip>:8000/</param-value>
       </context-param>

Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
localhost to my IP?
Are there any more changes to be made? When i upload a new data, it it by
default getting uploaded to localhost instead of my IP. Even while
downloading the data, it is connecting to localhost instead of connecting to
my IP. How do it solve this?

On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org> wrote:

> Your jetty.log file shows an error (the line about the unrecognized command
> line parameter) which was fixed on master last week.  I would recommend
> using 'git pull' to get the latest version of the code.  (This is probably
> not the source of your current trouble but will become a problem once you
> get Django and GeoServer communicating properly.)
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>
>> No, its running on 8000 itself.
>>
>>
>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  It looks like you changed the host in web.xml, but not the port? It is
>>> trying to connect to http://192.168.0.116:8000/ but I believe your
>>> geonode is now running on a different port?
>>>
>>>  < span class="Apple-style-span" style="border-collapse: collapse;
>>> font-size: 12px; line-height: 17px; white-space: pre;
>>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>>> 2px;">Jeff
>>>
>>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>>
>>> I am getting Internal server error only while i try to search data or
>>> download data. But explore maps is working fine.
>>>
>>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>> Hey i have got the error here.. Pls help..
>>>
>>> http://dpaste.de/MkWx/
>>>
>>>
>>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>> Nope, i am getting that Internal server error even after adding to
>>> web.xml
>>>
>>>
>>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>>>> GEOSERVER_BASE_URL.
>>>>
>>>> GeoServer delegates its authentication to GeoNode, so it (GeoServer)
>>>> needs to know where to connect to the GeoNode. This GEONODE_BASE_URL
>>>> variable needs to be set in the GeoServer web.xml.
>>>>
>>>> Please add the snippet below to your web.xml and try it that way.
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>>>
>>>> That is because the Geoserver's base url is specified
>>>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>>>> and  http://<my-ip>8001/Geoserver..
>>>>
>>>> Is there a mistake it that?
>>>>
>>>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>>  GEONODE_BASE_URL is still not being configured correctly, and
>>>>> therefore GeoServer is using http://localhost:8000/ (the default)
>>>>>
>>>>> You can try setting this value in
>>>>>
>>>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>>>> snippet.
>>>>>
>>>>>        <context-param>
>>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>>            <param-value>http://localhost:8080/</param-value>
>>>>>        </context-param>
>>>>>
>>>>> Replace localhost:8000 with the your servers configuration (IP address
>>>>> and port)
>>>>>
>>>>> Jeff
>>>>>
>>>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>>>
>>>>> IIITB
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-27 @ 04:43
Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL to
http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork 
respectively in settings.py


Jeff
On 2011-01-27 at 11:40:04, Smitha V wrote:

> These are the changes i have made in order to get Geonode up and running
so that others are able to access the Geonode runnin on my machine.
> 
> In shared/dev-paste.ini
> host=<my-ip>
> port=8000
> 
> In settings.py
>  SITENAME = "GeoNode"
> SITEURL = "http://<my-ip>:8000/"
> 
> 
> In web.xml
> <context-param>
> <param-name>GEONODE_BASE_URL</param-name>
> <param-value>http://<my-ip>:8000/</param-value>
> </context-param>
> 
> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from 
localhost to my IP?
> Are there any more changes to be made? When i upload a new data, it it 
by default getting uploaded to localhost instead of my IP. Even while 
downloading the data, it is connecting to localhost instead of connecting 
to my IP. How do it solve this?
> 
> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org> wrote:
> 
> >  Your jetty.log file shows an error (the line about the unrecognized 
command line parameter) which was fixed on master last week. I would 
recommend using 'git pull' to get the latest version of the code. (This is
probably not the source of your current trouble but will become a problem 
once you get Django and GeoServer communicating properly.)
> > 
> > 
> > --
> > David Winslow
> > OpenGeo - http://opengeo.org/
> > 
> >  On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > 
> > > No, its running on 8000 itself. 
> > > 
> > > 
> > > On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > 
> > > > It looks like you changed the host in web.xml, but not the port? 
It is trying to connect to http://192.168.0.116:8000/ but I believe your 
geonode is now running on a different port?
> > > > 
> > > > 
> > > > < span class="Apple-style-span" style="border-collapse: collapse; 
font-size: 12px; line-height: 17px; white-space: pre; 
-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 
2px;">Jeff
> > > > On 2011-01-24 at 23:43:17, Smitha V wrote:
> > > > 
> > > > > I am getting Internal server error only while i try to search 
data or download data. But explore maps is working fine.
> > > > > 
> > > > > On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > > > > 
> > > > > > Hey i have got the error here.. Pls help..
> > > > > > 
> > > > > > 
> > > > > > http://dpaste.de/MkWx/
> > > > > > 
> > > > > > 
> > > > > > On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
> > > > > > 
> > > > > > > Nope, i am getting that Internal server error even after 
adding to web.xml
> > > > > > > 
> > > > > > > 
> > > > > > >  On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > 
> > > > > > > > It is the GEONODE_BASE_URL that is not being set properly 
... NOT the GEOSERVER_BASE_URL. 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > GeoServer delegates its authentication to GeoNode, so it 
(GeoServer) needs to know where to connect to the GeoNode. This 
GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml.
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Please add the snippet below to your web.xml and try it that way.
> > > > > > > > 
> > > > > > > > 
> > > > > > > > Jeff
> > > > > > > > On 2011-01-24 at 22:53:54, Smitha V wrote:
> > > > > > > > 
> > > > > > > > > That is because the Geoserver's base url is specified in
/geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Is there a mistake it that?
> > > > > > > > > 
> > > > > > > > > On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > > > 
> > > > > > > > > > GEONODE_BASE_URL is still not being configured 
correctly, and therefore GeoServer is using http://localhost:8000/ (the 
default)
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > You can try setting this value in 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this 
snippet.
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > <context-param>
> > > > > > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > > > > > <param-value>http://localhost:8080/</param-value>
> > > > > > > > > > </context-param>
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > Replace localhost:8000 with the your servers 
configuration (IP address and port)
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > Jeff
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > > > > > > > > > 
> > > > > > > > > > > IIITB 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > -- 
> > > > > > > > > Regards
> > > > > > > > > Smitha V
> > > > > > > > > MT2009149
> > > > > > > > > IIITB
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > -- 
> > > > > > > Regards
> > > > > > > Smitha V
> > > > > > > MT2009149
> > > > > > > IIITB
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > Regards
> > > > > > Smitha V
> > > > > > MT2009149
> > > > > > IIITB
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > > Regards
> > > > > Smitha V
> > > > > MT2009149
> > > > > IIITB
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-27 @ 04:53
After changing the urls of Geoserver and Geonetwork, its throwing internal
server error..

@David: Can u pls specify the link from where to d/w the new version.

On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
> respectively in settings.py
>
> Jeff
>
> On 2011-01-27 at 11:40:04, Smitha V wrote:
>
> These are the changes i have made in order to get Geonode up and running so
> that others are able to access the Geonode runnin on my machine.
>
> In shared/dev-paste.ini
> host=<my-ip>
> port=8000
>
> In settings.py
> SITENAME = "GeoNode"
> SITEURL = "http://<my-ip>:8000/"
>
>
> In web.xml
>   <context-param>
>            <param-name>GEONODE_BASE_URL</param-name>
>            <param-value>http://<my-ip>:8000/</param-value>
>        </context-param>
>
> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
> localhost to my IP?
> Are there any more changes to be made? When i upload a new data, it it by
> default getting uploaded to localhost instead of my IP. Even while
> downloading the data, it is connecting to localhost instead of connecting to
> my IP. How do it solve this?
>
> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>
>  Your jetty.log file shows an error (the line about the unrecognized
> command line parameter) which was fixed on master last week.  I would
> recommend using 'git pull' to get the latest version of the code.  (This is
> probably not the source of your current trouble but will become a problem
> once you get Django and GeoServer communicating properly.)
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>
> No, its running on 8000 itself.
>
>
> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  It looks like you changed the host in web.xml, but not the port? It is
> trying to connect to http://192.168.0.116:8000/ but I believe your geonode
> is now running on a different port?
>
>  < span class="Apple-style-span" style="border-collapse: collapse;
> font-size: 12px; line-height: 17px; white-space: pre;
> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
> 2px;">Jeff
>
> On 2011-01-24 at 23:43:17, Smitha V wrote:
>
> I am getting Internal server error only while i try to search data or
> download data. But explore maps is working fine.
>
> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Hey i have got the error here.. Pls help..
>
> http://dpaste.de/MkWx/
>
>
> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
>  Nope, i am getting that Internal server error even after adding to
> web.xml
>
>
> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
> GEOSERVER_BASE_URL.
>
> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
> needs to be set in the GeoServer web.xml.
>
> Please add the snippet below to your web.xml and try it that way.
>
> Jeff
>
> On 2011-01-24 at 22:53:54, Smitha V wrote:
>
> That is because the Geoserver's base url is specified
> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
> and  http://<my-ip>8001/Geoserver..
>
> Is there a mistake it that?
>
> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>> GeoServer is using http://localhost:8000/ (the default)
>>
>> You can try setting this value in
>>
>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>> snippet.
>>
>>        <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://localhost:8080/</param-value>
>>        </context-param>
>>
>> Replace localhost:8000 with the your servers configuration (IP address and
>> port)
>>
>> Jeff
>>
>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-27 @ 05:05
Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to listen
on all interfaces (thought you had done this before)


change this line to look as follows (replace localhost with 0.0.0.0)


<Set name="host"><SystemProperty name="jetty.host" default="0.0.0.0"/></Set>


Jeff
On 2011-01-27 at 11:53:34, Smitha V wrote:

> After changing the urls of Geoserver and Geonetwork, its throwing 
internal server error..
> 
> @David: Can u pls specify the link from where to d/w the new version.
> 
> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org> wrote:
> 
> > Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE 
URL to http://<my-ip>:<port>/geoserver and 
http://<my-ip>:<port>/geonetwork respectively in settings.py
> > 
> > 
> > Jeff
> > On 2011-01-27 at 11:40:04, Smitha V wrote:
> > 
> > > These are the changes i have made in order to get Geonode up and 
running so that others are able to access the Geonode runnin on my 
machine.
> > > 
> > > In shared/dev-paste.ini
> > > host=<my-ip>
> > >  port=8000
> > > 
> > > In settings.py
> > >  SITENAME = "GeoNode"
> > > SITEURL = "http://<my-ip>:8000/"
> > > 
> > > 
> > > In web.xml
> > > <context-param>
> > > <param-name>GEONODE_BASE_URL</param-name>
> > > <param-value>http://<my-ip>:8000/</param-value>
> > > </context-param>
> > > 
> > > Am i supposed to change the Base_Url of Geoserver , Geonetwrok from 
localhost to my IP?
> > > Are there any more changes to be made? When i upload a new data, it 
it by default getting uploaded to localhost instead of my IP. Even while 
downloading the data, it is connecting to localhost instead of connecting 
to my IP. How do it solve this?
> > > 
> > > On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org> wrote:
> > > 
> > > >  Your jetty.log file shows an error (the line about the 
unrecognized command line parameter) which was fixed on master last week. 
I would recommend using 'git pull' to get the latest version of the code. 
(This is probably not the source of your current trouble but will become a
problem once you get Django and GeoServer communicating properly.)
> > > > 
> > > > 
> > > > --
> > > > David Winslow
> > > > OpenGeo - http://opengeo.org/
> > > > 
> > > >  On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > > > 
> > > > > No, its running on 8000 itself. 
> > > > > 
> > > > > 
> > > > > On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > 
> > > > > > It looks like you changed the host in web.xml, but not the 
port? It is trying to connect to http://192.168.0.116:8000/ but I believe 
your geonode is now running on a different port?
> > > > > > 
> > > > > > 
> > > > > > < span class="Apple-style-span" style="border-collapse: 
collapse; font-size: 12px; line-height: 17px; white-space: pre; 
-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 
2px;">Jeff
> > > > > > On 2011-01-24 at 23:43:17, Smitha V wrote:
> > > > > > 
> > > > > > > I am getting Internal server error only while i try to 
search data or download data. But explore maps is working fine.
> > > > > > > 
> > > > > > > On Tue, Jan 25, 2011 at 1:10 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > 
> > > > > > > > Hey i have got the error here.. Pls help..
> > > > > > > > 
> > > > > > > > 
> > > > > > > > http://dpaste.de/MkWx/
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Tue, Jan 25, 2011 at 12:54 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > 
> > > > > > > > > Nope, i am getting that Internal server error even after
adding to web.xml
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > >  On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > > > 
> > > > > > > > > > It is the GEONODE_BASE_URL that is not being set 
properly ... NOT the GEOSERVER_BASE_URL. 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > GeoServer delegates its authentication to GeoNode, so 
it (GeoServer) needs to know where to connect to the GeoNode. This 
GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml.
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > Please add the snippet below to your web.xml and try 
it that way.
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > Jeff
> > > > > > > > > > On 2011-01-24 at 22:53:54, Smitha V wrote:
> > > > > > > > > > 
> > > > > > > > > > > That is because the Geoserver's base url is 
specified in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it
to http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > Is there a mistake it that?
> > > > > > > > > > > 
> > > > > > > > > > > On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > GEONODE_BASE_URL is still not being configured 
correctly, and therefore GeoServer is using http://localhost:8000/ (the 
default)
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > You can try setting this value in 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this 
snippet.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > <context-param>
> > > > > > > > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > > > > > > > <param-value>http://localhost:8080/</param-value>
> > > > > > > > > > > > </context-param>
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > Replace localhost:8000 with the your servers 
configuration (IP address and port)
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > Jeff
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > > IIITB 
> > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > -- 
> > > > > > > > > > > Regards
> > > > > > > > > > > Smitha V
> > > > > > > > > > > MT2009149
> > > > > > > > > > > IIITB
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > -- 
> > > > > > > > > Regards
> > > > > > > > > Smitha V
> > > > > > > > > MT2009149
> > > > > > > > > IIITB
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > Regards
> > > > > > > > Smitha V
> > > > > > > > MT2009149
> > > > > > > > IIITB
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > -- 
> > > > > > > Regards
> > > > > > > Smitha V
> > > > > > > MT2009149
> > > > > > > IIITB
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > > Regards
> > > > > Smitha V
> > > > > MT2009149
> > > > > IIITB
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-27 @ 05:11
I have done that too..

On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
> listen on all interfaces (thought you had done this before)
>
> change this line to look as follows (replace localhost with 0.0.0.0)
>
> <Set name="host"><SystemProperty name="jetty.host"
> default="0.0.0.0"/></Set>
>
> Jeff
>
> On 2011-01-27 at 11:53:34, Smitha V wrote:
>
> After changing the urls of Geoserver and Geonetwork, its throwing internal
> server error..
>
> @David: Can u pls specify the link from where to d/w the new version.
>
> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
>> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
>> respectively in settings.py
>>
>> Jeff
>>
>> On 2011-01-27 at 11:40:04, Smitha V wrote:
>>
>> These are the changes i have made in order to get Geonode up and running
>> so that others are able to access the Geonode runnin on my machine.
>>
>> In shared/dev-paste.ini
>> host=<my-ip>
>> port=8000
>>
>> In settings.py
>> SITENAME = "GeoNode"
>> SITEURL = "http://<my-ip>:8000/"
>>
>>
>> In web.xml
>>   <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://<my-ip>:8000/</param-value>
>>        </context-param>
>>
>> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
>> localhost to my IP?
>> Are there any more changes to be made? When i upload a new data, it it by
>> default getting uploaded to localhost instead of my IP. Even while
>> downloading the data, it is connecting to localhost instead of connecting to
>> my IP. How do it solve this?
>>
>> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>>
>>  Your jetty.log file shows an error (the line about the unrecognized
>> command line parameter) which was fixed on master last week.  I would
>> recommend using 'git pull' to get the latest version of the code.  (This is
>> probably not the source of your current trouble but will become a problem
>> once you get Django and GeoServer communicating properly.)
>>
>> --
>> David Winslow
>> OpenGeo - http://opengeo.org/
>>
>> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> No, its running on 8000 itself.
>>
>>
>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>   It looks like you changed the host in web.xml, but not the port? It is
>> trying to connect to http://192.168.0.116:8000/ but I believe your
>> geonode is now running on a different port?
>>
>>  < span class="Apple-style-span" style="border-collapse: collapse;
>> font-size: 12px; line-height: 17px; white-space: pre;
>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>> 2px;">Jeff
>>
>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>
>> I am getting Internal server error only while i try to search data or
>> download data. But explore maps is working fine.
>>
>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Hey i have got the error here.. Pls help..
>>
>> http://dpaste.de/MkWx/
>>
>>
>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>>  Nope, i am getting that Internal server error even after adding to
>> web.xml
>>
>>
>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>> GEOSERVER_BASE_URL.
>>
>> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
>> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
>> needs to be set in the GeoServer web.xml.
>>
>> Please add the snippet below to your web.xml and try it that way.
>>
>> Jeff
>>
>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>
>> That is because the Geoserver's base url is specified
>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>> and  http://<my-ip>8001/Geoserver..
>>
>> Is there a mistake it that?
>>
>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>>> GeoServer is using http://localhost:8000/ (the default)
>>>
>>> You can try setting this value in
>>>
>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>> snippet.
>>>
>>>        <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://localhost:8080/</param-value>
>>>        </context-param>
>>>
>>> Replace localhost:8000 with the your servers configuration (IP address
>>> and port)
>>>
>>> Jeff
>>>
>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: Changing the port on which Geonode is running

From:
Jeffrey Johnson
Date:
2011-01-27 @ 05:33
Can you paste the current error please.


Jeff
On 2011-01-27 at 12:11:03, Smitha V wrote:

> I have done that too..
> 
> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org> wrote:
> 
> > Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to 
listen on all interfaces (thought you had done this before)
> > 
> > 
> > change this line to look as follows (replace localhost with 0.0.0.0)
> > 
> > 
> > <Set name="host"><SystemProperty name="jetty.host" default="0.0.0.0"/></Set>
> > 
> > 
> > Jeff
> > On 2011-01-27 at 11:53:34, Smitha V wrote:
> > 
> > > After changing the urls of Geoserver and Geonetwork, its throwing 
internal server error..
> > > 
> > > @David: Can u pls specify the link from where to d/w the new version.
> > > 
> > >  On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > 
> > > > Yes, please try changing the GEOSERVER_BASE_URL and 
GEONETWORK_BASE URL to http://<my-ip>:<port>/geoserver and 
http://<my-ip>:<port>/geonetwork respectively in settings.py
> > > > 
> > > > 
> > > > Jeff
> > > > On 2011-01-27 at 11:40:04, Smitha V wrote:
> > > > 
> > > > > These are the changes i have made in order to get Geonode up and
running so that others are able to access the Geonode runnin on my 
machine.
> > > > > 
> > > > > In shared/dev-paste.ini
> > > > > host=<my-ip>
> > > > >  port=8000
> > > > > 
> > > > > In settings.py
> > > > >  SITENAME = "GeoNode"
> > > > > SITEURL = "http://<my-ip>:8000/"
> > > > > 
> > > > > 
> > > > > In web.xml
> > > > > <context-param>
> > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > <param-value>http://<my-ip>:8000/</param-value>
> > > > > </context-param>
> > > > > 
> > > > > Am i supposed to change the Base_Url of Geoserver , Geonetwrok 
from localhost to my IP?
> > > > > Are there any more changes to be made? When i upload a new data,
it it by default getting uploaded to localhost instead of my IP. Even 
while downloading the data, it is connecting to localhost instead of 
connecting to my IP. How do it solve this?
> > > > > 
> > > > > On Tue, Jan 25, 2011 at 6:38 PM, David Winslow 
<dwinslow@opengeo.org> wrote:
> > > > > 
> > > > > >  Your jetty.log file shows an error (the line about the 
unrecognized command line parameter) which was fixed on master last week. 
I would recommend using 'git pull' to get the latest version of the code. 
(This is probably not the source of your current trouble but will become a
problem once you get Django and GeoServer communicating properly.)
> > > > > > 
> > > > > > 
> > > > > > --
> > > > > > David Winslow
> > > > > > OpenGeo - http://opengeo.org/
> > > > > > 
> > > > > >  On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
> > > > > > 
> > > > > > > No, its running on 8000 itself. 
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > 
> > > > > > > > It looks like you changed the host in web.xml, but not the
port? It is trying to connect to http://192.168.0.116:8000/ but I believe 
your geonode is now running on a different port?
> > > > > > > > 
> > > > > > > > 
> > > > > > > > < span class="Apple-style-span" style="border-collapse: 
collapse; font-size: 12px; line-height: 17px; white-space: pre; 
-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 
2px;">Jeff
> > > > > > > > On 2011-01-24 at 23:43:17, Smitha V wrote:
> > > > > > > > 
> > > > > > > > > I am getting Internal server error only while i try to 
search data or download data. But explore maps is working fine.
> > > > > > > > > 
> > > > > > > > > On Tue, Jan 25, 2011 at 1:10 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > > 
> > > > > > > > > > Hey i have got the error here.. Pls help..
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > http://dpaste.de/MkWx/
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On Tue, Jan 25, 2011 at 12:54 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > > > 
> > > > > > > > > > > Nope, i am getting that Internal server error even 
after adding to web.xml
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > >  On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > It is the GEONODE_BASE_URL that is not being set 
properly ... NOT the GEOSERVER_BASE_URL. 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > GeoServer delegates its authentication to GeoNode,
so it (GeoServer) needs to know where to connect to the GeoNode. This 
GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > Please add the snippet below to your web.xml and 
try it that way.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > Jeff
> > > > > > > > > > > > On 2011-01-24 at 22:53:54, Smitha V wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > > That is because the Geoserver's base url is 
specified in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it
to http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > Is there a mistake it that?
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey 
Johnson <jjohnson@opengeo.org> wrote:
> > > > > > > > > > > > > 
> > > > > > > > > > > > > > GEONODE_BASE_URL is still not being configured
correctly, and therefore GeoServer is using http://localhost:8000/ (the 
default)
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > You can try setting this value in 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this 
snippet.
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > <context-param>
> > > > > > > > > > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > > > > > > > > > <param-value>http://localhost:8080/</param-value>
> > > > > > > > > > > > > > </context-param>
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > Replace localhost:8000 with the your servers 
configuration (IP address and port)
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > Jeff
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > IIITB 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > -- 
> > > > > > > > > > > > > Regards
> > > > > > > > > > > > > Smitha V
> > > > > > > > > > > > > MT2009149
> > > > > > > > > > > > > IIITB
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > -- 
> > > > > > > > > > > Regards
> > > > > > > > > > > Smitha V
> > > > > > > > > > > MT2009149
> > > > > > > > > > > IIITB
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > Regards
> > > > > > > > > > Smitha V
> > > > > > > > > > MT2009149
> > > > > > > > > > IIITB
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > -- 
> > > > > > > > > Regards
> > > > > > > > > Smitha V
> > > > > > > > > MT2009149
> > > > > > > > > IIITB
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > -- 
> > > > > > > Regards
> > > > > > > Smitha V
> > > > > > > MT2009149
> > > > > > > IIITB
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > > Regards
> > > > > Smitha V
> > > > > MT2009149
> > > > > IIITB
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Regards
> > > Smitha V
> > > MT2009149
> > > IIITB
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 



Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-27 @ 06:46
Thanks a lot Jeff, its working :)

On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  Can you paste the current error please.
>
> Jeff
>
> On 2011-01-27 at 12:11:03, Smitha V wrote:
>
> I have done that too..
>
> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
> listen on all interfaces (thought you had done this before)
>
> change this line to look as follows (replace localhost with 0.0.0.0)
>
> <Set name="host"><SystemProperty name="jetty.host"
> default="0.0.0.0"/></Set>
>
> Jeff
>
> On 2011-01-27 at 11:53:34, Smitha V wrote:
>
> After changing the urls of Geoserver and Geonetwork, its throwing internal
> server error..
>
> @David: Can u pls specify the link from where to d/w the new version.
>
> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
> respectively in settings.py
>
> Jeff
>
> On 2011-01-27 at 11:40:04, Smitha V wrote:
>
> These are the changes i have made in order to get Geonode up and running so
> that others are able to access the Geonode runnin on my machine.
>
> In shared/dev-paste.ini
> host=<my-ip>
> port=8000
>
> In settings.py
> SITENAME = "GeoNode"
> SITEURL = "http://<my-ip>:8000/"
>
>
> In web.xml
>   <context-param>
>            <param-name>GEONODE_BASE_URL</param-name>
>            <param-value>http://<my-ip>:8000/</param-value>
>        </context-param>
>
> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
> localhost to my IP?
> Are there any more changes to be made? When i upload a new data, it it by
> default getting uploaded to localhost instead of my IP. Even while
> downloading the data, it is connecting to localhost instead of connecting to
> my IP. How do it solve this?
>
> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>
>   Your jetty.log file shows an error (the line about the unrecognized
> command line parameter) which was fixed on master last week.  I would
> recommend using 'git pull' to get the latest version of the code.  (This is
> probably not the source of your current trouble but will become a problem
> once you get Django and GeoServer communicating properly.)
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>
> No, its running on 8000 itself.
>
>
> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>   It looks like you changed the host in web.xml, but not the port? It is
> trying to connect to http://192.168.0.116:8000/ but I believe your geonode
> is now running on a different port?
>
>  < span class="Apple-style-span" style="border-collapse: collapse;
> font-size: 12px; line-height: 17px; white-space: pre;
> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
> 2px;">Jeff
>
> On 2011-01-24 at 23:43:17, Smitha V wrote:
>
> I am getting Internal server error only while i try to search data or
> download data. But explore maps is working fine.
>
> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Hey i have got the error here.. Pls help..
>
> http://dpaste.de/MkWx/
>
>
> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
>   Nope, i am getting that Internal server error even after adding to
> web.xml
>
>
> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
> GEOSERVER_BASE_URL.
>
> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
> needs to be set in the GeoServer web.xml.
>
> Please add the snippet below to your web.xml and try it that way.
>
> Jeff
>
> On 2011-01-24 at 22:53:54, Smitha V wrote:
>
> That is because the Geoserver's base url is specified
> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
> and  http://<my-ip>8001/Geoserver..
>
> Is there a mistake it that?
>
> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>> GeoServer is using http://localhost:8000/ (the default)
>>
>> You can try setting this value in
>>
>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>> snippet.
>>
>>        <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://localhost:8080/</param-value>
>>        </context-param>
>>
>> Replace localhost:8000 with the your servers configuration (IP address and
>> port)
>>
>> Jeff
>>
>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Re: Changing the port on which Geonode is running

From:
Smitha V
Date:
2011-01-31 @ 04:24
Hey,

I have problem while i try to delete the layers. I deleted them from admin
account. Even after deleting them, it appears when u search for them. Why is
it so?

On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Thanks a lot Jeff, its working :)
>
> On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  Can you paste the current error please.
>>
>> Jeff
>>
>> On 2011-01-27 at 12:11:03, Smitha V wrote:
>>
>> I have done that too..
>>
>> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
>> listen on all interfaces (thought you had done this before)
>>
>> change this line to look as follows (replace localhost with 0.0.0.0)
>>
>> <Set name="host"><SystemProperty name="jetty.host"
>> default="0.0.0.0"/></Set>
>>
>> Jeff
>>
>> On 2011-01-27 at 11:53:34, Smitha V wrote:
>>
>> After changing the urls of Geoserver and Geonetwork, its throwing internal
>> server error..
>>
>> @David: Can u pls specify the link from where to d/w the new version.
>>
>> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
>> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
>> respectively in settings.py
>>
>> Jeff
>>
>> On 2011-01-27 at 11:40:04, Smitha V wrote:
>>
>> These are the changes i have made in order to get Geonode up and running
>> so that others are able to access the Geonode runnin on my machine.
>>
>> In shared/dev-paste.ini
>> host=<my-ip>
>> port=8000
>>
>> In settings.py
>> SITENAME = "GeoNode"
>> SITEURL = "http://<my-ip>:8000/"
>>
>>
>> In web.xml
>>   <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://<my-ip>:8000/</param-value>
>>        </context-param>
>>
>> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
>> localhost to my IP?
>> Are there any more changes to be made? When i upload a new data, it it by
>> default getting uploaded to localhost instead of my IP. Even while
>> downloading the data, it is connecting to localhost instead of connecting to
>> my IP. How do it solve this?
>>
>> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>>
>>   Your jetty.log file shows an error (the line about the unrecognized
>> command line parameter) which was fixed on master last week.  I would
>> recommend using 'git pull' to get the latest version of the code.  (This is
>> probably not the source of your current trouble but will become a problem
>> once you get Django and GeoServer communicating properly.)
>>
>> --
>> David Winslow
>> OpenGeo - http://opengeo.org/
>>
>> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> No, its running on 8000 itself.
>>
>>
>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>   It looks like you changed the host in web.xml, but not the port? It is
>> trying to connect to http://192.168.0.116:8000/ but I believe your
>> geonode is now running on a different port?
>>
>>  < span class="Apple-style-span" style="border-collapse: collapse;
>> font-size: 12px; line-height: 17px; white-space: pre;
>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>> 2px;">Jeff
>>
>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>
>> I am getting Internal server error only while i try to search data or
>> download data. But explore maps is working fine.
>>
>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Hey i have got the error here.. Pls help..
>>
>> http://dpaste.de/MkWx/
>>
>>
>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>>   Nope, i am getting that Internal server error even after adding to
>> web.xml
>>
>>
>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>> GEOSERVER_BASE_URL.
>>
>> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
>> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
>> needs to be set in the GeoServer web.xml.
>>
>> Please add the snippet below to your web.xml and try it that way.
>>
>> Jeff
>>
>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>
>> That is because the Geoserver's base url is specified
>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>> and  http://<my-ip>8001/Geoserver..
>>
>> Is there a mistake it that?
>>
>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>>> GeoServer is using http://localhost:8000/ (the default)
>>>
>>> You can try setting this value in
>>>
>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>> snippet.
>>>
>>>        <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://localhost:8080/</param-value>
>>>        </context-param>
>>>
>>> Replace localhost:8000 with the your servers configuration (IP address
>>> and port)
>>>
>>> Jeff
>>>
>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Deleting Layers (Was Re: Changing the port on which Geonode is running)

From:
Jeffrey Johnson
Date:
2011-01-31 @ 05:12
Hi Smitha,


In GeoNode, references to the layers are stored in 3 different places 
(GeoNode, GeoServer, GeoNetwork). Deleting them from the admin only 
removes the reference in the GeoNode database. The is some code (in 
gsconfig.py I believe) that will remove from all three places at once, but
it is not linked into the interface because it doesn't work perfectly yet.



You *should* be able to remove the layer from GeoNode and then run the 
updatelayers management command to remove the other refefences. But, I 
havent tested it this way myself, so let us know how it goes.


Jeff
On 2011-01-31 at 11:24:26, Smitha V wrote:

> Hey,
> 
> I have problem while i try to delete the layers. I deleted them from 
admin account. Even after deleting them, it appears when u search for 
them. Why is it so?
> 
> On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:
> 
> > Thanks a lot Jeff, its working :) 
> > 
> >  On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > 
> > > Can you paste the current error please.
> > > 
> > > 
> > > Jeff
> > > On 2011-01-27 at 12:11:03, Smitha V wrote:
> > > 
> > > > I have done that too..
> > > > 
> > > > On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > 
> > > > > Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml
to listen on all interfaces (thought you had done this before)
> > > > > 
> > > > > 
> > > > > change this line to look as follows (replace localhost with 0.0.0.0)
> > > > > 
> > > > > 
> > > > > <Set name="host"><SystemProperty name="jetty.host" 
default="0.0.0.0"/></Set>
> > > > > 
> > > > > 
> > > > > Jeff
> > > > > On 2011-01-27 at 11:53:34, Smitha V wrote:
> > > > > 
> > > > > > After changing the urls of Geoserver and Geonetwork, its 
throwing internal server error..
> > > > > > 
> > > > > > @David: Can u pls specify the link from where to d/w the new version.
> > > > > > 
> > > > > >  On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > 
> > > > > > > Yes, please try changing the GEOSERVER_BASE_URL and 
GEONETWORK_BASE URL to http://<my-ip>:<port>/geoserver and 
http://<my-ip>:<port>/geonetwork respectively in settings.py
> > > > > > > 
> > > > > > > 
> > > > > > > Jeff
> > > > > > > On 2011-01-27 at 11:40:04, Smitha V wrote:
> > > > > > > 
> > > > > > > > These are the changes i have made in order to get Geonode 
up and running so that others are able to access the Geonode runnin on my 
machine.
> > > > > > > > 
> > > > > > > > In shared/dev-paste.ini
> > > > > > > > host=<my-ip>
> > > > > > > >  port=8000
> > > > > > > > 
> > > > > > > > In settings.py
> > > > > > > >  SITENAME = "GeoNode"
> > > > > > > > SITEURL = "http://<my-ip>:8000/"
> > > > > > > > 
> > > > > > > > 
> > > > > > > > In web.xml
> > > > > > > > <context-param>
> > > > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > > > <param-value>http://<my-ip>:8000/</param-value>
> > > > > > > > </context-param>
> > > > > > > > 
> > > > > > > > Am i supposed to change the Base_Url of Geoserver , 
Geonetwrok from localhost to my IP?
> > > > > > > > Are there any more changes to be made? When i upload a new
data, it it by default getting uploaded to localhost instead of my IP. 
Even while downloading the data, it is connecting to localhost instead of 
connecting to my IP. How do it solve this?
> > > > > > > > 
> > > > > > > > On Tue, Jan 25, 2011 at 6:38 PM, David Winslow 
<dwinslow@opengeo.org> wrote:
> > > > > > > > 
> > > > > > > > >  Your jetty.log file shows an error (the line about the 
unrecognized command line parameter) which was fixed on master last week. 
I would recommend using 'git pull' to get the latest version of the code. 
(This is probably not the source of your current trouble but will become a
problem once you get Django and GeoServer communicating properly.)
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --
> > > > > > > > > David Winslow
> > > > > > > > > OpenGeo - http://opengeo.org/
> > > > > > > > > 
> > > > > > > > >  On Tue, Jan 25, 2011 at 3:49 AM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > > 
> > > > > > > > > > No, its running on 8000 itself. 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson 
<jjohnson@opengeo.org> wrote:
> > > > > > > > > > 
> > > > > > > > > > > It looks like you changed the host in web.xml, but 
not the port? It is trying to connect to http://192.168.0.116:8000/ but I 
believe your geonode is now running on a different port?
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > < span class="Apple-style-span" 
style="border-collapse: collapse; font-size: 12px; line-height: 17px; 
white-space: pre; -webkit-border-horizontal-spacing: 2px; 
-webkit-border-vertical-spacing: 2px;">Jeff
> > > > > > > > > > > On 2011-01-24 at 23:43:17, Smitha V wrote:
> > > > > > > > > > > 
> > > > > > > > > > > > I am getting Internal server error only while i 
try to search data or download data. But explore maps is working fine.
> > > > > > > > > > > > 
> > > > > > > > > > > > On Tue, Jan 25, 2011 at 1:10 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > > > > > 
> > > > > > > > > > > > > Hey i have got the error here.. Pls help..
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > http://dpaste.de/MkWx/
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Tue, Jan 25, 2011 at 12:54 PM, Smitha V 
<smitha.v@iiitb.net> wrote:
> > > > > > > > > > > > > 
> > > > > > > > > > > > > > Nope, i am getting that Internal server error 
even after adding to web.xml
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > >  On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey 
Johnson <jjohnson@opengeo.org> wrote:
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > It is the GEONODE_BASE_URL that is not being
set properly ... NOT the GEOSERVER_BASE_URL. 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > GeoServer delegates its authentication to 
GeoNode, so it (GeoServer) needs to know where to connect to the GeoNode. 
This GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml.
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > Please add the snippet below to your web.xml
and try it that way.
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > Jeff
> > > > > > > > > > > > > > > On 2011-01-24 at 22:53:54, Smitha V wrote:
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > That is because the Geoserver's base url 
is specified in /geonode/src/GeoNodePy/geonode/settings.py. I have changed
it to http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > Is there a mistake it that?
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey 
Johnson <jjohnson@opengeo.org> wrote:
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > GEONODE_BASE_URL is still not being 
configured correctly, and therefore GeoServer is using 
http://localhost:8000/ (the default)
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > You can try setting this value in 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this 
snippet.
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > <context-param>
> > > > > > > > > > > > > > > > > <param-name>GEONODE_BASE_URL</param-name>
> > > > > > > > > > > > > > > > > 
<param-value>http://localhost:8080/</param-value>
> > > > > > > > > > > > > > > > > </context-param>
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > Replace localhost:8000 with the your 
servers configuration (IP address and port)
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > Jeff
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On 2011-01-24 at 22:21:14, Smitha V wrote:
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > IIITB 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > > > Regards
> > > > > > > > > > > > > > > > Smitha V
> > > > > > > > > > > > > > > > MT2009149
> > > > > > > > > > > > > > > > IIITB
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > Regards
> > > > > > > > > > > > > > Smitha V
> > > > > > > > > > > > > > MT2009149
> > > > > > > > > > > > > > IIITB
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > -- 
> > > > > > > > > > > > > Regards
> > > > > > > > > > > > > Smitha V
> > > > > > > > > > > > > MT2009149
> > > > > > > > > > > > > IIITB
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > Regards
> > > > > > > > > > > > Smitha V
> > > > > > > > > > > > MT2009149
> > > > > > > > > > > > IIITB
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > Regards
> > > > > > > > > > Smitha V
> > > > > > > > > > MT2009149
> > > > > > > > > > IIITB
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > Regards
> > > > > > > > Smitha V
> > > > > > > > MT2009149
> > > > > > > > IIITB
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > Regards
> > > > > > Smitha V
> > > > > > MT2009149
> > > > > > IIITB
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > -- 
> > > > Regards
> > > > Smitha V
> > > > MT2009149
> > > > IIITB
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > -- 
> > Regards
> > Smitha V
> > MT2009149
> > IIITB
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Regards
> Smitha V
> MT2009149
> IIITB
> 
> 
> 
> 



Re: [geonode] Deleting Layers (Was Re: Changing the port on which Geonode is running)

From:
Smitha V
Date:
2011-01-31 @ 08:02
Sure, i shall try and get back to u

On Mon, Jan 31, 2011 at 10:42 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

>  Hi Smitha,
>
> In GeoNode, references to the layers are stored in 3 different places
> (GeoNode, GeoServer, GeoNetwork). Deleting them from the admin only removes
> the reference in the GeoNode database. The is some code (in gsconfig.py I
> believe) that will remove from all three places at once, but it is not
> linked into the interface because it doesn't work perfectly yet.
>
> You *should* be able to remove the layer from GeoNode and then run the
> updatelayers management command to remove the other refefences. But, I
> havent tested it this way myself, so let us know how it goes.
>
> Jeff
>
> On 2011-01-31 at 11:24:26, Smitha V wrote:
>
> Hey,
>
> I have problem while i try to delete the layers. I deleted them from admin
> account. Even after deleting them, it appears when u search for them. Why is
> it so?
>
> On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Thanks a lot Jeff, its working :)
>
> On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  Can you paste the current error please.
>
> Jeff
>
> On 2011-01-27 at 12:11:03, Smitha V wrote:
>
> I have done that too..
>
> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
> listen on all interfaces (thought you had done this before)
>
> change this line to look as follows (replace localhost with 0.0.0.0)
>
> <Set name="host"><SystemProperty name="jetty.host"
> default="0.0.0.0"/></Set>
>
> Jeff
>
> On 2011-01-27 at 11:53:34, Smitha V wrote:
>
> After changing the urls of Geoserver and Geonetwork, its throwing internal
> server error..
>
> @David: Can u pls specify the link from where to d/w the new version.
>
> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
> respectively in settings.py
>
> Jeff
>
> On 2011-01-27 at 11:40:04, Smitha V wrote:
>
> These are the changes i have made in order to get Geonode up and running so
> that others are able to access the Geonode runnin on my machine.
>
> In shared/dev-paste.ini
> host=<my-ip>
> port=8000
>
> In settings.py
> SITENAME = "GeoNode"
> SITEURL = "http://<my-ip>:8000/"
>
>
> In web.xml
>   <context-param>
>            <param-name>GEONODE_BASE_URL</param-name>
>            <param-value>http://<my-ip>:8000/</param-value>
>        </context-param>
>
> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
> localhost to my IP?
> Are there any more changes to be made? When i upload a new data, it it by
> default getting uploaded to localhost instead of my IP. Even while
> downloading the data, it is connecting to localhost instead of connecting to
> my IP. How do it solve this?
>
> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>
>   Your jetty.log file shows an error (the line about the unrecognized
> command line parameter) which was fixed on master last week.  I would
> recommend using 'git pull' to get the latest version of the code.  (This is
> probably not the source of your current trouble but will become a problem
> once you get Django and GeoServer communicating properly.)
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>
> No, its running on 8000 itself.
>
>
> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>    It looks like you changed the host in web.xml, but not the port? It is
> trying to connect to http://192.168.0.116:8000/ but I believe your geonode
> is now running on a different port?
>
>  < span class="Apple-style-span" style="border-collapse: collapse;
> font-size: 12px; line-height: 17px; white-space: pre;
> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
> 2px;">Jeff
>
> On 2011-01-24 at 23:43:17, Smitha V wrote:
>
> I am getting Internal server error only while i try to search data or
> download data. But explore maps is working fine.
>
> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
> Hey i have got the error here.. Pls help..
>
> http://dpaste.de/MkWx/
>
>
> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
>   Nope, i am getting that Internal server error even after adding to
> web.xml
>
>
> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
> GEOSERVER_BASE_URL.
>
> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
> needs to be set in the GeoServer web.xml.
>
> Please add the snippet below to your web.xml and try it that way.
>
> Jeff
>
> On 2011-01-24 at 22:53:54, Smitha V wrote:
>
> That is because the Geoserver's base url is specified
> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
> and  http://<my-ip>8001/Geoserver..
>
> Is there a mistake it that?
>
> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>> GeoServer is using http://localhost:8000/ (the default)
>>
>> You can try setting this value in
>>
>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>> snippet.
>>
>>        <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://localhost:8080/</param-value>
>>        </context-param>
>>
>> Replace localhost:8000 with the your servers configuration (IP address and
>> port)
>>
>> Jeff
>>
>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Deleting Layers (Was Re: Changing the port on which Geonode is running)

From:
David Winslow
Date:
2011-01-31 @ 14:47
Actually deleting from GeoNode and GeoServer should be accomplished
automatically when you delete through the Django app, no matter whether you
use the admin interface or not.  This pre-delete hook is supposed to handle
it:

https://github.com/GeoNode/geonode/blob/master/src/GeoNodePy/geonode/maps/models.py#L1528

(delete_from_geoserver and delete_from_geonetwork are higher up in the same
file).

This implementation is pretty naive (there's no retry and no reporting if
the deletion fails), definitely room for improvement.  It would be nice to
add some infrastructure for retrying deletes in cases like this one.

We also don't have a way to automatically check for records in GeoNetwork
that don't sync up with GeoNode.  If you're technically inclined I could
point you in the right direction to produce such a script, which would make
a nice addition to the GeoNode project.

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

On Mon, Jan 31, 2011 at 3:02 AM, Smitha V <smitha.v@iiitb.net> wrote:

> Sure, i shall try and get back to u
>
>
> On Mon, Jan 31, 2011 at 10:42 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>
>>  Hi Smitha,
>>
>> In GeoNode, references to the layers are stored in 3 different places
>> (GeoNode, GeoServer, GeoNetwork). Deleting them from the admin only removes
>> the reference in the GeoNode database. The is some code (in gsconfig.py I
>> believe) that will remove from all three places at once, but it is not
>> linked into the interface because it doesn't work perfectly yet.
>>
>> You *should* be able to remove the layer from GeoNode and then run the
>> updatelayers management command to remove the other refefences. But, I
>> havent tested it this way myself, so let us know how it goes.
>>
>> Jeff
>>
>> On 2011-01-31 at 11:24:26, Smitha V wrote:
>>
>> Hey,
>>
>> I have problem while i try to delete the layers. I deleted them from admin
>> account. Even after deleting them, it appears when u search for them. Why is
>> it so?
>>
>> On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Thanks a lot Jeff, its working :)
>>
>> On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  Can you paste the current error please.
>>
>> Jeff
>>
>> On 2011-01-27 at 12:11:03, Smitha V wrote:
>>
>> I have done that too..
>>
>> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
>> listen on all interfaces (thought you had done this before)
>>
>> change this line to look as follows (replace localhost with 0.0.0.0)
>>
>> <Set name="host"><SystemProperty name="jetty.host"
>> default="0.0.0.0"/></Set>
>>
>> Jeff
>>
>> On 2011-01-27 at 11:53:34, Smitha V wrote:
>>
>> After changing the urls of Geoserver and Geonetwork, its throwing internal
>> server error..
>>
>> @David: Can u pls specify the link from where to d/w the new version.
>>
>> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
>> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
>> respectively in settings.py
>>
>> Jeff
>>
>> On 2011-01-27 at 11:40:04, Smitha V wrote:
>>
>> These are the changes i have made in order to get Geonode up and running
>> so that others are able to access the Geonode runnin on my machine.
>>
>> In shared/dev-paste.ini
>> host=<my-ip>
>> port=8000
>>
>> In settings.py
>> SITENAME = "GeoNode"
>> SITEURL = "http://<my-ip>:8000/"
>>
>>
>> In web.xml
>>   <context-param>
>>            <param-name>GEONODE_BASE_URL</param-name>
>>            <param-value>http://<my-ip>:8000/</param-value>
>>        </context-param>
>>
>> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
>> localhost to my IP?
>> Are there any more changes to be made? When i upload a new data, it it by
>> default getting uploaded to localhost instead of my IP. Even while
>> downloading the data, it is connecting to localhost instead of connecting to
>> my IP. How do it solve this?
>>
>> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>>
>>   Your jetty.log file shows an error (the line about the unrecognized
>> command line parameter) which was fixed on master last week.  I would
>> recommend using 'git pull' to get the latest version of the code.  (This is
>> probably not the source of your current trouble but will become a problem
>> once you get Django and GeoServer communicating properly.)
>>
>> --
>> David Winslow
>> OpenGeo - http://opengeo.org/
>>
>> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> No, its running on 8000 itself.
>>
>>
>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>    It looks like you changed the host in web.xml, but not the port? It is
>> trying to connect to http://192.168.0.116:8000/ but I believe your
>> geonode is now running on a different port?
>>
>>  < span class="Apple-style-span" style="border-collapse: collapse;
>> font-size: 12px; line-height: 17px; white-space: pre;
>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>> 2px;">Jeff
>>
>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>
>> I am getting Internal server error only while i try to search data or
>> download data. But explore maps is working fine.
>>
>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>> Hey i have got the error here.. Pls help..
>>
>> http://dpaste.de/MkWx/
>>
>>
>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>>   Nope, i am getting that Internal server error even after adding to
>> web.xml
>>
>>
>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>> GEOSERVER_BASE_URL.
>>
>> GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs
>> to know where to connect to the GeoNode. This GEONODE_BASE_URL variable
>> needs to be set in the GeoServer web.xml.
>>
>> Please add the snippet below to your web.xml and try it that way.
>>
>> Jeff
>>
>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>
>> That is because the Geoserver's base url is specified
>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>> and  http://<my-ip>8001/Geoserver..
>>
>> Is there a mistake it that?
>>
>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  GEONODE_BASE_URL is still not being configured correctly, and therefore
>>> GeoServer is using http://localhost:8000/ (the default)
>>>
>>> You can try setting this value in
>>>
>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>> snippet.
>>>
>>>        <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://localhost:8080/</param-value>
>>>        </context-param>
>>>
>>> Replace localhost:8000 with the your servers configuration (IP address
>>> and port)
>>>
>>> Jeff
>>>
>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Deleting Layers (Was Re: Changing the port on which Geonode is running)

From:
Smitha V
Date:
2011-02-01 @ 03:49
Hey,

I installed GeoNode about a month ago. I dont know the version that got
installed. I have no problems deleting layers in this version.  But i
installed GeoNode in another system a week ago. Deleting layers in the newly
installed version seems to be a problem. Was there any changes made for this
to happen?

On Mon, Jan 31, 2011 at 8:17 PM, David Winslow <dwinslow@opengeo.org> wrote:

> Actually deleting from GeoNode and GeoServer should be accomplished
> automatically when you delete through the Django app, no matter whether you
> use the admin interface or not.  This pre-delete hook is supposed to handle
> it:
>
> 
https://github.com/GeoNode/geonode/blob/master/src/GeoNodePy/geonode/maps/models.py#L1528
>
> (delete_from_geoserver and delete_from_geonetwork are higher up in the same
> file).
>
> This implementation is pretty naive (there's no retry and no reporting if
> the deletion fails), definitely room for improvement.  It would be nice to
> add some infrastructure for retrying deletes in cases like this one.
>
> We also don't have a way to automatically check for records in GeoNetwork
> that don't sync up with GeoNode.  If you're technically inclined I could
> point you in the right direction to produce such a script, which would make
> a nice addition to the GeoNode project.
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
>
> On Mon, Jan 31, 2011 at 3:02 AM, Smitha V <smitha.v@iiitb.net> wrote:
>
>> Sure, i shall try and get back to u
>>
>>
>> On Mon, Jan 31, 2011 at 10:42 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>
>>>  Hi Smitha,
>>>
>>> In GeoNode, references to the layers are stored in 3 different places
>>> (GeoNode, GeoServer, GeoNetwork). Deleting them from the admin only removes
>>> the reference in the GeoNode database. The is some code (in gsconfig.py I
>>> believe) that will remove from all three places at once, but it is not
>>> linked into the interface because it doesn't work perfectly yet.
>>>
>>> You *should* be able to remove the layer from GeoNode and then run the
>>> updatelayers management command to remove the other refefences. But, I
>>> havent tested it this way myself, so let us know how it goes.
>>>
>>> Jeff
>>>
>>> On 2011-01-31 at 11:24:26, Smitha V wrote:
>>>
>>> Hey,
>>>
>>> I have problem while i try to delete the layers. I deleted them from
>>> admin account. Even after deleting them, it appears when u search for them.
>>> Why is it so?
>>>
>>> On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>> Thanks a lot Jeff, its working :)
>>>
>>> On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>  Can you paste the current error please.
>>>
>>> Jeff
>>>
>>> On 2011-01-27 at 12:11:03, Smitha V wrote:
>>>
>>> I have done that too..
>>>
>>> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
>>> listen on all interfaces (thought you had done this before)
>>>
>>> change this line to look as follows (replace localhost with 0.0.0.0)
>>>
>>> <Set name="host"><SystemProperty name="jetty.host"
>>> default="0.0.0.0"/></Set>
>>>
>>> Jeff
>>>
>>> On 2011-01-27 at 11:53:34, Smitha V wrote:
>>>
>>> After changing the urls of Geoserver and Geonetwork, its throwing
>>> internal server error..
>>>
>>> @David: Can u pls specify the link from where to d/w the new version.
>>>
>>> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE URL
>>> to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
>>> respectively in settings.py
>>>
>>> Jeff
>>>
>>> On 2011-01-27 at 11:40:04, Smitha V wrote:
>>>
>>> These are the changes i have made in order to get Geonode up and running
>>> so that others are able to access the Geonode runnin on my machine.
>>>
>>> In shared/dev-paste.ini
>>> host=<my-ip>
>>> port=8000
>>>
>>> In settings.py
>>> SITENAME = "GeoNode"
>>> SITEURL = "http://<my-ip>:8000/"
>>>
>>>
>>> In web.xml
>>>   <context-param>
>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>            <param-value>http://<my-ip>:8000/</param-value>
>>>        </context-param>
>>>
>>> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
>>> localhost to my IP?
>>> Are there any more changes to be made? When i upload a new data, it it by
>>> default getting uploaded to localhost instead of my IP. Even while
>>> downloading the data, it is connecting to localhost instead of connecting to
>>> my IP. How do it solve this?
>>>
>>> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>>>
>>>   Your jetty.log file shows an error (the line about the unrecognized
>>> command line parameter) which was fixed on master last week.  I would
>>> recommend using 'git pull' to get the latest version of the code.  (This is
>>> probably not the source of your current trouble but will become a problem
>>> once you get Django and GeoServer communicating properly.)
>>>
>>> --
>>> David Winslow
>>> OpenGeo - http://opengeo.org/
>>>
>>> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>> No, its running on 8000 itself.
>>>
>>>
>>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>    It looks like you changed the host in web.xml, but not the port? It
>>> is trying to connect to http://192.168.0.116:8000/ but I believe your
>>> geonode is now running on a different port?
>>>
>>>  < span class="Apple-style-span" style="border-collapse: collapse;
>>> font-size: 12px; line-height: 17px; white-space: pre;
>>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>>> 2px;">Jeff
>>>
>>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>>
>>> I am getting Internal server error only while i try to search data or
>>> download data. But explore maps is working fine.
>>>
>>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>> Hey i have got the error here.. Pls help..
>>>
>>> http://dpaste.de/MkWx/
>>>
>>>
>>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>
>>>   Nope, i am getting that Internal server error even after adding to
>>> web.xml
>>>
>>>
>>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>>> GEOSERVER_BASE_URL.
>>>
>>> GeoServer delegates its authentication to GeoNode, so it (GeoServer)
>>> needs to know where to connect to the GeoNode. This GEONODE_BASE_URL
>>> variable needs to be set in the GeoServer web.xml.
>>>
>>> Please add the snippet below to your web.xml and try it that way.
>>>
>>> Jeff
>>>
>>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>>
>>> That is because the Geoserver's base url is specified
>>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>>> and  http://<my-ip>8001/Geoserver..
>>>
>>> Is there a mistake it that?
>>>
>>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>>  GEONODE_BASE_URL is still not being configured correctly, and
>>>> therefore GeoServer is using http://localhost:8000/ (the default)
>>>>
>>>> You can try setting this value in
>>>>
>>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>>> snippet.
>>>>
>>>>        <context-param>
>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>            <param-value>http://localhost:8080/</param-value>
>>>>        </context-param>
>>>>
>>>> Replace localhost:8000 with the your servers configuration (IP address
>>>> and port)
>>>>
>>>> Jeff
>>>>
>>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>>
>>>> IIITB
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Deleting Layers (Was Re: Changing the port on which Geonode is running)

From:
David Winslow
Date:
2011-02-01 @ 14:10
A month ago the link to remove a layer should have been missing from the
application; it was disabled for the 1.0 release since it didn't work
properly.  Since then I have corrected some issues with the delete hook and
restored the link.

So, I'm surprised to hear you're having trouble with it.  But without more
info about your problem it's unlikely we'll be able to resolve it.  Check
out the documentation on logging in GeoNode and see if you can get a more
detailed report (probably from gthe GeoServer log) about what's failing when
you try to delete a layer.

Also, how did you install GeoNode?  If you installed it from a .tar.gz
archive downloaded from our site, then you have installed 1.0 - we haven't
had a release in the last month.  If you have built and installed your own
geonode from git sources, then you can find the version information by
using: 'git show' or 'git rev-parse HEAD'.  Either way, this version
information would be useful.

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

On Mon, Jan 31, 2011 at 10:49 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Hey,
>
> I installed GeoNode about a month ago. I dont know the version that got
> installed. I have no problems deleting layers in this version.  But i
> installed GeoNode in another system a week ago. Deleting layers in the newly
> installed version seems to be a problem. Was there any changes made for this
> to happen?
>
> On Mon, Jan 31, 2011 at 8:17 PM, David Winslow <dwinslow@opengeo.org>wrote:
>
>> Actually deleting from GeoNode and GeoServer should be accomplished
>> automatically when you delete through the Django app, no matter whether you
>> use the admin interface or not.  This pre-delete hook is supposed to handle
>> it:
>>
>> 
https://github.com/GeoNode/geonode/blob/master/src/GeoNodePy/geonode/maps/models.py#L1528
>>
>> (delete_from_geoserver and delete_from_geonetwork are higher up in the
>> same file).
>>
>> This implementation is pretty naive (there's no retry and no reporting if
>> the deletion fails), definitely room for improvement.  It would be nice to
>> add some infrastructure for retrying deletes in cases like this one.
>>
>> We also don't have a way to automatically check for records in GeoNetwork
>> that don't sync up with GeoNode.  If you're technically inclined I could
>> point you in the right direction to produce such a script, which would make
>> a nice addition to the GeoNode project.
>>
>> --
>> David Winslow
>> OpenGeo - http://opengeo.org/
>>
>>
>> On Mon, Jan 31, 2011 at 3:02 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>
>>> Sure, i shall try and get back to u
>>>
>>>
>>> On Mon, Jan 31, 2011 at 10:42 AM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>
>>>>  Hi Smitha,
>>>>
>>>> In GeoNode, references to the layers are stored in 3 different places
>>>> (GeoNode, GeoServer, GeoNetwork). Deleting them from the admin only removes
>>>> the reference in the GeoNode database. The is some code (in gsconfig.py I
>>>> believe) that will remove from all three places at once, but it is not
>>>> linked into the interface because it doesn't work perfectly yet.
>>>>
>>>> You *should* be able to remove the layer from GeoNode and then run the
>>>> updatelayers management command to remove the other refefences. But, I
>>>> havent tested it this way myself, so let us know how it goes.
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-31 at 11:24:26, Smitha V wrote:
>>>>
>>>> Hey,
>>>>
>>>> I have problem while i try to delete the layers. I deleted them from
>>>> admin account. Even after deleting them, it appears when u search for them.
>>>> Why is it so?
>>>>
>>>> On Thu, Jan 27, 2011 at 12:16 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>>
>>>> Thanks a lot Jeff, its working :)
>>>>
>>>> On Thu, Jan 27, 2011 at 11:03 AM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>  Can you paste the current error please.
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-27 at 12:11:03, Smitha V wrote:
>>>>
>>>> I have done that too..
>>>>
>>>> On Thu, Jan 27, 2011 at 10:35 AM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>  Sounds like you need to edit src/geoserver-geonode-ext/jetty.xml to
>>>> listen on all interfaces (thought you had done this before)
>>>>
>>>> change this line to look as follows (replace localhost with 0.0.0.0)
>>>>
>>>> <Set name="host"><SystemProperty name="jetty.host"
>>>> default="0.0.0.0"/></Set>
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-27 at 11:53:34, Smitha V wrote:
>>>>
>>>> After changing the urls of Geoserver and Geonetwork, its throwing
>>>> internal server error..
>>>>
>>>> @David: Can u pls specify the link from where to d/w the new version.
>>>>
>>>> On Thu, Jan 27, 2011 at 10:13 AM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>  Yes, please try changing the GEOSERVER_BASE_URL and GEONETWORK_BASE
>>>> URL to http://<my-ip>:<port>/geoserver and http://<my-ip>:<port>/geonetwork
>>>> respectively in settings.py
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-27 at 11:40:04, Smitha V wrote:
>>>>
>>>> These are the changes i have made in order to get Geonode up and running
>>>> so that others are able to access the Geonode runnin on my machine.
>>>>
>>>> In shared/dev-paste.ini
>>>> host=<my-ip>
>>>> port=8000
>>>>
>>>> In settings.py
>>>> SITENAME = "GeoNode"
>>>> SITEURL = "http://<my-ip>:8000/"
>>>>
>>>>
>>>> In web.xml
>>>>   <context-param>
>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>            <param-value>http://<my-ip>:8000/</param-value>
>>>>        </context-param>
>>>>
>>>> Am i supposed to change the Base_Url of Geoserver , Geonetwrok from
>>>> localhost to my IP?
>>>> Are there any more changes to be made? When i upload a new data, it it
>>>> by default getting uploaded to localhost instead of my IP. Even while
>>>> downloading the data, it is connecting to localhost instead of connecting to
>>>> my IP. How do it solve this?
>>>>
>>>> On Tue, Jan 25, 2011 at 6:38 PM, David Winslow <dwinslow@opengeo.org>wrote:
>>>>
>>>>   Your jetty.log file shows an error (the line about the unrecognized
>>>> command line parameter) which was fixed on master last week.  I would
>>>> recommend using 'git pull' to get the latest version of the code.  (This is
>>>> probably not the source of your current trouble but will become a problem
>>>> once you get Django and GeoServer communicating properly.)
>>>>
>>>> --
>>>> David Winslow
>>>> OpenGeo - http://opengeo.org/
>>>>
>>>> On Tue, Jan 25, 2011 at 3:49 AM, Smitha V <smitha.v@iiitb.net> wrote:
>>>>
>>>> No, its running on 8000 itself.
>>>>
>>>>
>>>> On Tue, Jan 25, 2011 at 1:40 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:
>>>>
>>>>    It looks like you changed the host in web.xml, but not the port? It
>>>> is trying to connect to http://192.168.0.116:8000/ but I believe your
>>>> geonode is now running on a different port?
>>>>
>>>>  < span class="Apple-style-span" style="border-collapse: collapse;
>>>> font-size: 12px; line-height: 17px; white-space: pre;
>>>> -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing:
>>>> 2px;">Jeff
>>>>
>>>> On 2011-01-24 at 23:43:17, Smitha V wrote:
>>>>
>>>> I am getting Internal server error only while i try to search data or
>>>> download data. But explore maps is working fine.
>>>>
>>>> On Tue, Jan 25, 2011 at 1:10 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>>
>>>> Hey i have got the error here.. Pls help..
>>>>
>>>> http://dpaste.de/MkWx/
>>>>
>>>>
>>>> On Tue, Jan 25, 2011 at 12:54 PM, Smitha V <smitha.v@iiitb.net> wrote:
>>>>
>>>>   Nope, i am getting that Internal server error even after adding to
>>>> web.xml
>>>>
>>>>
>>>> On Tue, Jan 25, 2011 at 12:26 PM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>  It is the GEONODE_BASE_URL that is not being set properly ... NOT the
>>>> GEOSERVER_BASE_URL.
>>>>
>>>> GeoServer delegates its authentication to GeoNode, so it (GeoServer)
>>>> needs to know where to connect to the GeoNode. This GEONODE_BASE_URL
>>>> variable needs to be set in the GeoServer web.xml.
>>>>
>>>> Please add the snippet below to your web.xml and try it that way.
>>>>
>>>> Jeff
>>>>
>>>> On 2011-01-24 at 22:53:54, Smitha V wrote:
>>>>
>>>> That is because the Geoserver's base url is specified
>>>> in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to 
http://<my-ip>8001/Geonetwork
>>>> and  http://<my-ip>8001/Geoserver..
>>>>
>>>> Is there a mistake it that?
>>>>
>>>> On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <jjohnson@opengeo.org
>>>> > wrote:
>>>>
>>>>>  GEONODE_BASE_URL is still not being configured correctly, and
>>>>> therefore GeoServer is using http://localhost:8000/ (the default)
>>>>>
>>>>> You can try setting this value in
>>>>>
>>>>> src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this
>>>>> snippet.
>>>>>
>>>>>        <context-param>
>>>>>            <param-name>GEONODE_BASE_URL</param-name>
>>>>>            <param-value>http://localhost:8080/</param-value>
>>>>>        </context-param>
>>>>>
>>>>> Replace localhost:8000 with the your servers configuration (IP address
>>>>> and port)
>>>>>
>>>>> Jeff
>>>>>
>>>>>  On 2011-01-24 at 22:21:14, Smitha V wrote:
>>>>>
>>>>> IIITB
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> Smitha V
>>>> MT2009149
>>>> IIITB
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> Smitha V
>>> MT2009149
>>> IIITB
>>>
>>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>