You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by AMILA RANATUNGA <ne...@gmail.com> on 2013/04/08 13:30:25 UTC

Exception when followed getting started tutorial

Hi,

Hi I am new to SIS. When I started jetty server and entered the URL
http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
used Java 1.7 and Maven 3.0.4.

 Bounding Box:
      0, 50, 50, 100

I get following exception

2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
java.lang.NullPointerException
    at org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
    at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
    at
org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
    at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
    at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
    at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
    at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
    at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
    at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
    at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
java.lang.NullPointerException
    at org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
    at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
    at
org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
    at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
    at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
    at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
    at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
    at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
    at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
    at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582


)

Can anybody please tell where  have I gone wrong.

Thank You !

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Thanks Martin -- and just to re-emphasize -- Amila,
if you can help with any documentation would really appreciate it!

Merit at Apache earns you a spot as one of the people
stewarding the software, to the contribution/recognition is
*both ways* :)

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Martin Desruisseaux <ma...@geomatys.fr>
Organization: Geomatys
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Wednesday, April 17, 2013 9:45 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hello Amila
>
>Le 17/04/13 18:24, AMILA RANATUNGA a écrit :
>> That is what I was looking for. What SIS is and how SIS is evolving so
>>that
>> the ways we can adapt SIS to the research project integrating wps, wms,
>>wfs
>> to Apache Airavata.
>
>SIS is aiming to provided metadata, referencing, coverage, sensor,
>catalog services and more. For the web-oriented peoples, it aims to
>provide WMS, WCS, WMTS, WPS and more. However the above components are
>not yet there. The code exists, is public and open source, but is not
>yet hosted on Apache SIS. We are in the process of migrating them to
>SIS, but it take time since this is one million lines of code and we
>take the migration process as an opportunity for cleaning the code,
>adding tests, fill holes, revisit some design decisions which have
>proven to be bad choices, leverage new JDK functionalities (some code
>were as old as Java 1.3 days). As an admittedly very minor example, I
>just committed today a change in the name of a method in
>org.apache.sis.math.Statistics in order to anticipate for the new
>java.util.function.DoubleConsumer interface added in JDK8 [1].
>
>> Map component at the start up page seems to have changed. And I had to
>>use
>> maven 3.0.3. Though readme file says
>> "SIS is based on Java 6 and uses the Maven 2"
>> pom.xml at sis-build-helper component specifies maven 3.0.3 as a
>> prerequisites.
>
>The home page was not up to date... We are in the process of updating
>the web site. In the main time, the Maven generated pages give more
>up-to-date information about the requirements [2]. For now, the wiki
>content is about the services which was provided in SIS 0.2. I don't
>think that the wiki said anything about 0.3 yet. Sorry for the
>inconvenience and for being so slow...
>
>     Regards,
>
>         Martin
>
>
>
>[1] 
>http://download.java.net/jdk8/docs/api/java/util/function/DoubleConsumer.h
>tml
>[2] https://builds.apache.org/job/sis-trunk/site/
>


Re: Exception when followed getting started tutorial

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
Hello Amila

Le 17/04/13 18:24, AMILA RANATUNGA a écrit :
> That is what I was looking for. What SIS is and how SIS is evolving so that
> the ways we can adapt SIS to the research project integrating wps, wms, wfs
> to Apache Airavata.

SIS is aiming to provided metadata, referencing, coverage, sensor, 
catalog services and more. For the web-oriented peoples, it aims to 
provide WMS, WCS, WMTS, WPS and more. However the above components are 
not yet there. The code exists, is public and open source, but is not 
yet hosted on Apache SIS. We are in the process of migrating them to 
SIS, but it take time since this is one million lines of code and we 
take the migration process as an opportunity for cleaning the code, 
adding tests, fill holes, revisit some design decisions which have 
proven to be bad choices, leverage new JDK functionalities (some code 
were as old as Java 1.3 days). As an admittedly very minor example, I 
just committed today a change in the name of a method in 
org.apache.sis.math.Statistics in order to anticipate for the new 
java.util.function.DoubleConsumer interface added in JDK8 [1].

> Map component at the start up page seems to have changed. And I had to use
> maven 3.0.3. Though readme file says
> "SIS is based on Java 6 and uses the Maven 2"
> pom.xml at sis-build-helper component specifies maven 3.0.3 as a
> prerequisites.

The home page was not up to date... We are in the process of updating 
the web site. In the main time, the Maven generated pages give more 
up-to-date information about the requirements [2]. For now, the wiki 
content is about the services which was provided in SIS 0.2. I don't 
think that the wiki said anything about 0.3 yet. Sorry for the 
inconvenience and for being so slow...

     Regards,

         Martin



[1] 
http://download.java.net/jdk8/docs/api/java/util/function/DoubleConsumer.html
[2] https://builds.apache.org/job/sis-trunk/site/


Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hi Amila,


-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Wednesday, April 17, 2013 9:24 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi Chris,
>
>
>On Wed, Apr 17, 2013 at 8:02 PM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>>
>>
>> I would imagine, yes :)
>>
>> The more you can test SIS 0.3 and run it the more it would help us to
>> document (and you to document) getting started with the app.
>>
>> Do you have concrete, specific suggestions for how it differs in
>> terms of getting started from prior versions?
>>
>
>That is what I was looking for. What SIS is and how SIS is evolving so
>that
>the ways we can adapt SIS to the research project integrating wps, wms,
>wfs
>to Apache Airavata.

Awesome, OK. We'll figure this out as we go then.

>
>
>>
>> Can you be more specific, like which ones?
>>
>
>Map component at the start up page seems to have changed. And I had to use
>maven 3.0.3. Though readme file says
>"SIS is based on Java 6 and uses the Maven 2 "
>pom.xml at sis-build-helper component specifies maven 3.0.3 as a
>prerequisites.

Can you try running:

http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/


That should work with the example just to get your feet wet.
Realize though that 0.3 is quite different, but this should get
you going with 0.2.

>
>
>> Which coordinates?
>>
>
>*Bounding Box *
>*
>*
>*Lower Left :  *Latitude : 0  Longitude :50
>*Upper Right:  *Latitude : 50  Longitude :100* *
>
>same as given in
>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS

Got it.

>
>
>> Yep maybe you can help with that :)
>>
>> Thanks for your contributions and for your interest in SIS.
>>
>> Looking forward to your reply.
>>
>>
>>
>Yes. I would like to get more hands on experience on SIS and then I would
>like contribute with further documentation.

Thank you!

Cheers,
Chris


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



>
>
>
>
>
>
>
>> >
>> >Thank You !
>> >
>> >[1]
>> 
>>>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
>> >
>>
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>> >
>> >
>> >
>> >
>> >On Wed, Apr 17, 2013 at 11:09 AM, Mattmann, Chris A (398J) <
>> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >
>> >> Amila,
>> >>
>> >> This is great thanks for the translation!
>> >>
>> >> I went ahead and added this to the SIS wiki where anyone can
>> >> edit it!
>> >>
>> >>
>> >>
>> 
>>https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31818410
>> >>
>> >>
>> >> (please you and others feel free)
>> >>
>> >> Cheers,
>> >> Chris
>> >>
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Chris Mattmann, Ph.D.
>> >> Senior Computer Scientist
>> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> Office: 171-266B, Mailstop: 171-246
>> >> Email: chris.a.mattmann@nasa.gov
>> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Adjunct Assistant Professor, Computer Science Department
>> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> -----Original Message-----
>> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Date: Tuesday, April 9, 2013 9:46 AM
>> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Subject: Re: Exception when followed getting started tutorial
>> >>
>> >> >Hi,
>> >> >
>> >> >
>> >> >Thank you for the information and document provided. I just
>>attempted
>> >>to
>> >> >convert that into English using google translate. There can be some
>> >> >errors due to translation process. Really sorry for that. I don't
>>know
>> >> >how to rectify some of those (I
>> >> > don't know french :) ). Anyway I hope this will be somewhat helpful
>> >>for
>> >> >somebody interested. This document is really worth. Hope a good
>> >> >translation will happen soon.
>> >> >
>> >> >
>> >> >Thank You !
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux
>> >> ><ma...@geomatys.fr> wrote:
>> >> >
>> >> >Hello Amila
>> >> >
>> >> >Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
>> >> >
>> >> >
>> >> >Thank you for replying. Can you specify where the data file is
>>loaded.
>> >> >I followed
>> >>
>> >>>
>> https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
>> >>>.
>> >> >Isn't there default data set loaded for demo. Is it via the OODT
>> >>extension
>> >> >described? How to configure SIS correctly. I found
>> >> >California_Restaurants.csv file loaded in sis-data folder. Your
>>help on
>> >> >this is appreciated.
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >Maybe the tutorial needs to be updated. At the time the tutorial was
>> >> >written, SIS (in my understanding) was offering directly some web
>> >> >services. Now my current focus is on the basic blocks (metadata,
>> >> >referencing, geometry, coverage, features, filter, styling,
>> >> > rendering) which will be needed for implementing OGC-compliant
>> >>services.
>> >> >Once those building blocks are in place, I think that the current
>>SIS
>> >>web
>> >> >service would be revisited.
>> >> >
>> >> >I started to write a developer guide [1]. Unfortunately this guide
>>is
>> >>in
>> >> >French for now, because it is more like a book or a thesis and I
>>don't
>> >> >have the capability to write correctly a so large work in English
>>:-(
>> >>(it
>> >> >is not like writing javadoc or emails).
>> >> > But our plan is to hire a student translator when the guide would
>>be
>> >> >complete enough. We are located close to a university where such
>> >> >translators can probably be found.
>> >> >
>> >> >    Martin
>> >> >
>> >> >
>> >> >[1]
>> >> >https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
>> >> ><https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Chris,


On Wed, Apr 17, 2013 at 8:02 PM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

>
>
> I would imagine, yes :)
>
> The more you can test SIS 0.3 and run it the more it would help us to
> document (and you to document) getting started with the app.
>
> Do you have concrete, specific suggestions for how it differs in
> terms of getting started from prior versions?
>

That is what I was looking for. What SIS is and how SIS is evolving so that
the ways we can adapt SIS to the research project integrating wps, wms, wfs
to Apache Airavata.


>
> Can you be more specific, like which ones?
>

Map component at the start up page seems to have changed. And I had to use
maven 3.0.3. Though readme file says
"SIS is based on Java 6 and uses the Maven 2 "
pom.xml at sis-build-helper component specifies maven 3.0.3 as a
prerequisites.


> Which coordinates?
>

*Bounding Box *
*
*
*Lower Left :  *Latitude : 0  Longitude :50
*Upper Right:  *Latitude : 50  Longitude :100* *

same as given in
https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS


> Yep maybe you can help with that :)
>
> Thanks for your contributions and for your interest in SIS.
>
> Looking forward to your reply.
>
>
>
Yes. I would like to get more hands on experience on SIS and then I would
like contribute with further documentation.

Thank You !







> >
> >Thank You !
> >
> >[1]
> >https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
> >
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
> >
> >
> >
> >
> >On Wed, Apr 17, 2013 at 11:09 AM, Mattmann, Chris A (398J) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Amila,
> >>
> >> This is great thanks for the translation!
> >>
> >> I went ahead and added this to the SIS wiki where anyone can
> >> edit it!
> >>
> >>
> >>
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31818410
> >>
> >>
> >> (please you and others feel free)
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Senior Computer Scientist
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 171-266B, Mailstop: 171-246
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Adjunct Assistant Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Date: Tuesday, April 9, 2013 9:46 AM
> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Subject: Re: Exception when followed getting started tutorial
> >>
> >> >Hi,
> >> >
> >> >
> >> >Thank you for the information and document provided. I just attempted
> >>to
> >> >convert that into English using google translate. There can be some
> >> >errors due to translation process. Really sorry for that. I don't know
> >> >how to rectify some of those (I
> >> > don't know french :) ). Anyway I hope this will be somewhat helpful
> >>for
> >> >somebody interested. This document is really worth. Hope a good
> >> >translation will happen soon.
> >> >
> >> >
> >> >Thank You !
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux
> >> ><ma...@geomatys.fr> wrote:
> >> >
> >> >Hello Amila
> >> >
> >> >Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
> >> >
> >> >
> >> >Thank you for replying. Can you specify where the data file is loaded.
> >> >I followed
> >>
> >>>
> https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
> >>>.
> >> >Isn't there default data set loaded for demo. Is it via the OODT
> >>extension
> >> >described? How to configure SIS correctly. I found
> >> >California_Restaurants.csv file loaded in sis-data folder. Your help on
> >> >this is appreciated.
> >> >
> >> >
> >> >
> >> >
> >> >Maybe the tutorial needs to be updated. At the time the tutorial was
> >> >written, SIS (in my understanding) was offering directly some web
> >> >services. Now my current focus is on the basic blocks (metadata,
> >> >referencing, geometry, coverage, features, filter, styling,
> >> > rendering) which will be needed for implementing OGC-compliant
> >>services.
> >> >Once those building blocks are in place, I think that the current SIS
> >>web
> >> >service would be revisited.
> >> >
> >> >I started to write a developer guide [1]. Unfortunately this guide is
> >>in
> >> >French for now, because it is more like a book or a thesis and I don't
> >> >have the capability to write correctly a so large work in English :-(
> >>(it
> >> >is not like writing javadoc or emails).
> >> > But our plan is to hire a student translator when the guide would be
> >> >complete enough. We are located close to a university where such
> >> >translators can probably be found.
> >> >
> >> >    Martin
> >> >
> >> >
> >> >[1]
> >> >https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
> >> ><https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hi Amila,

-----Original Message-----

From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Wednesday, April 17, 2013 2:23 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi,
>
>Thank you for adding the wiki. But the wiki does not have getting started
>part. Is that going to be changed in SIS 0.3?

I would imagine, yes :)

The more you can test SIS 0.3 and run it the more it would help us to
document (and you to document) getting started with the app.

Do you have concrete, specific suggestions for how it differs in
terms of getting started from prior versions?

> I have downloaded SIS source
>code and built it. It seems there are some changes compared to 0.2.

Can you be more specific, like which ones?

>But
>giving the above  coordinates I get the  same error.

Which coordinates?

>It is appreciated that if it can be added(Configurations needed to be
>done)
>if this[1] does not show exactly what needs to be done for somebody to get
>an idea at first glance.

Yep maybe you can help with that :)

Thanks for your contributions and for your interest in SIS.

Looking forward to your reply.

Cheers,
Chris

>
>Thank You !
>
>[1] 
>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
>


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


>
>
>
>
>On Wed, Apr 17, 2013 at 11:09 AM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Amila,
>>
>> This is great thanks for the translation!
>>
>> I went ahead and added this to the SIS wiki where anyone can
>> edit it!
>>
>> 
>>https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31818410
>>
>>
>> (please you and others feel free)
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: AMILA RANATUNGA <ne...@gmail.com>
>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Date: Tuesday, April 9, 2013 9:46 AM
>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Subject: Re: Exception when followed getting started tutorial
>>
>> >Hi,
>> >
>> >
>> >Thank you for the information and document provided. I just attempted
>>to
>> >convert that into English using google translate. There can be some
>> >errors due to translation process. Really sorry for that. I don't know
>> >how to rectify some of those (I
>> > don't know french :) ). Anyway I hope this will be somewhat helpful
>>for
>> >somebody interested. This document is really worth. Hope a good
>> >translation will happen soon.
>> >
>> >
>> >Thank You !
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux
>> ><ma...@geomatys.fr> wrote:
>> >
>> >Hello Amila
>> >
>> >Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
>> >
>> >
>> >Thank you for replying. Can you specify where the data file is loaded.
>> >I followed
>> 
>>>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS
>>>.
>> >Isn't there default data set loaded for demo. Is it via the OODT
>>extension
>> >described? How to configure SIS correctly. I found
>> >California_Restaurants.csv file loaded in sis-data folder. Your help on
>> >this is appreciated.
>> >
>> >
>> >
>> >
>> >Maybe the tutorial needs to be updated. At the time the tutorial was
>> >written, SIS (in my understanding) was offering directly some web
>> >services. Now my current focus is on the basic blocks (metadata,
>> >referencing, geometry, coverage, features, filter, styling,
>> > rendering) which will be needed for implementing OGC-compliant
>>services.
>> >Once those building blocks are in place, I think that the current SIS
>>web
>> >service would be revisited.
>> >
>> >I started to write a developer guide [1]. Unfortunately this guide is
>>in
>> >French for now, because it is more like a book or a thesis and I don't
>> >have the capability to write correctly a so large work in English :-(
>>(it
>> >is not like writing javadoc or emails).
>> > But our plan is to hire a student translator when the guide would be
>> >complete enough. We are located close to a university where such
>> >translators can probably be found.
>> >
>> >    Martin
>> >
>> >
>> >[1]
>> >https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
>> ><https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi,

Thank you for adding the wiki. But the wiki does not have getting started
part. Is that going to be changed in SIS 0.3?  I have downloaded SIS source
code and built it. It seems there are some changes compared to 0.2. But
giving the above  coordinates I get the  same error.
It is appreciated that if it can be added(Configurations needed to be done)
if this[1] does not show exactly what needs to be done for somebody to get
an idea at first glance.

Thank You !

[1] https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS





On Wed, Apr 17, 2013 at 11:09 AM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Amila,
>
> This is great thanks for the translation!
>
> I went ahead and added this to the SIS wiki where anyone can
> edit it!
>
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31818410
>
>
> (please you and others feel free)
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Tuesday, April 9, 2013 9:46 AM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Hi,
> >
> >
> >Thank you for the information and document provided. I just attempted to
> >convert that into English using google translate. There can be some
> >errors due to translation process. Really sorry for that. I don't know
> >how to rectify some of those (I
> > don't know french :) ). Anyway I hope this will be somewhat helpful for
> >somebody interested. This document is really worth. Hope a good
> >translation will happen soon.
> >
> >
> >Thank You !
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux
> ><ma...@geomatys.fr> wrote:
> >
> >Hello Amila
> >
> >Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
> >
> >
> >Thank you for replying. Can you specify where the data file is loaded.
> >I followed
> >https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
> >Isn't there default data set loaded for demo. Is it via the OODT extension
> >described? How to configure SIS correctly. I found
> >California_Restaurants.csv file loaded in sis-data folder. Your help on
> >this is appreciated.
> >
> >
> >
> >
> >Maybe the tutorial needs to be updated. At the time the tutorial was
> >written, SIS (in my understanding) was offering directly some web
> >services. Now my current focus is on the basic blocks (metadata,
> >referencing, geometry, coverage, features, filter, styling,
> > rendering) which will be needed for implementing OGC-compliant services.
> >Once those building blocks are in place, I think that the current SIS web
> >service would be revisited.
> >
> >I started to write a developer guide [1]. Unfortunately this guide is in
> >French for now, because it is more like a book or a thesis and I don't
> >have the capability to write correctly a so large work in English :-( (it
> >is not like writing javadoc or emails).
> > But our plan is to hire a student translator when the guide would be
> >complete enough. We are located close to a university where such
> >translators can probably be found.
> >
> >    Martin
> >
> >
> >[1]
> >https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
> ><https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
> >
> >
> >
> >
> >
> >
>
>

Re: Exception when followed getting started tutorial

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
Hello Adam

Le 09/04/13 20:03, Adam Estrada a écrit :
> I know we've talked about this before but would it be possible to translate
> the text using Google Translate or something like that or do we need to
> absolutely use a human translator?

Amila's email contains the result of Google translate as a 
Libre/OpenOffice.org document. Such translation can be used as a 
starting point, but sentences translated by Google are sometime 
difficult to understand. There is even some cases where the Google 
translation said the exact opposite of what was intended (e.g. some 
confusion with negative forms). I think that we need at the very least a 
human reviewer, preferably by a native speaker if we want good English.

An other issue is that the document is currently written in DocBook 
format. If we want consistent formatting, we need to re-inject the 
translation in DocBook files using the same XML elements. I don't think 
that Google translate does that automatically.

Frédéric Houbie suggested that we switch from DocBook to XHTML. Given 
that DocBook future seems uncertain, maybe we should make this move (we 
would need to make sure that conversions tools from XHTML to PDF/ePub 
exist first). If Google translate appears to preserve XHTML tags, that 
may be an incentive for such move.

     Martin


Re: Exception when followed getting started tutorial

Posted by Adam Estrada <es...@gmail.com>.
Hey guys,

I know we've talked about this before but would it be possible to translate
the text using Google Translate or something like that or do we need to
absolutely use a human translator?

Adam



On Tue, Apr 9, 2013 at 1:10 PM, Martin Desruisseaux <
martin.desruisseaux@geomatys.fr> wrote:

> Hello Amila
>
> It looks like you worked hard :-). Thanks for providing us this document.
>
> The developer guide still contains probably less than 10% of what I would
> like to write. Maybe we should look for translation without waiting for
> completion, since completion may take years... I will keep this list
> informed if we find resources (it is unlikely during the summer time, but
> we may have more chances when students will be looking for company
> internship during the next scholar year).
>
>     Martin
>
>
> Le 09/04/13 18:46, AMILA RANATUNGA a écrit :
>
>  Thank you for the information and document provided. I just attempted to
>> convert that into English using google translate. There can be some errors
>> due to translation process. Really sorry for that. I don't know how to
>> rectify some of those (I don't know french :) ). Anyway I hope this will be
>> somewhat helpful for somebody interested. This document is really worth.
>> Hope a good translation will happen soon.
>>
>
>

Re: Exception when followed getting started tutorial

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
Hello Amila

It looks like you worked hard :-). Thanks for providing us this document.

The developer guide still contains probably less than 10% of what I 
would like to write. Maybe we should look for translation without 
waiting for completion, since completion may take years... I will keep 
this list informed if we find resources (it is unlikely during the 
summer time, but we may have more chances when students will be looking 
for company internship during the next scholar year).

     Martin


Le 09/04/13 18:46, AMILA RANATUNGA a écrit :
> Thank you for the information and document provided. I just attempted 
> to convert that into English using google translate. There can be some 
> errors due to translation process. Really sorry for that. I don't know 
> how to rectify some of those (I don't know french :) ). Anyway I hope 
> this will be somewhat helpful for somebody interested. This document 
> is really worth. Hope a good translation will happen soon.


Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Amila,

This is great thanks for the translation!

I went ahead and added this to the SIS wiki where anyone can
edit it!

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31818410


(please you and others feel free)

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Tuesday, April 9, 2013 9:46 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi,
>
>
>Thank you for the information and document provided. I just attempted to
>convert that into English using google translate. There can be some
>errors due to translation process. Really sorry for that. I don't know
>how to rectify some of those (I
> don't know french :) ). Anyway I hope this will be somewhat helpful for
>somebody interested. This document is really worth. Hope a good
>translation will happen soon.
>
>
>Thank You !
>
>
>
>
>
>
>
>
>
>
>
>On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux
><ma...@geomatys.fr> wrote:
>
>Hello Amila
>
>Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
>
>
>Thank you for replying. Can you specify where the data file is loaded.
>I followed
>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
>Isn't there default data set loaded for demo. Is it via the OODT extension
>described? How to configure SIS correctly. I found
>California_Restaurants.csv file loaded in sis-data folder. Your help on
>this is appreciated.
>
>
>
>
>Maybe the tutorial needs to be updated. At the time the tutorial was
>written, SIS (in my understanding) was offering directly some web
>services. Now my current focus is on the basic blocks (metadata,
>referencing, geometry, coverage, features, filter, styling,
> rendering) which will be needed for implementing OGC-compliant services.
>Once those building blocks are in place, I think that the current SIS web
>service would be revisited.
>
>I started to write a developer guide [1]. Unfortunately this guide is in
>French for now, because it is more like a book or a thesis and I don't
>have the capability to write correctly a so large work in English :-( (it
>is not like writing javadoc or emails).
> But our plan is to hire a student translator when the guide would be
>complete enough. We are located close to a university where such
>translators can probably be found.
>
>    Martin
>
>
>[1] 
>https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
><https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
>
>
>
>
>
>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi,

Thank you for the information and document provided. I just attempted to
convert that into English using google translate. There can be some errors
due to translation process. Really sorry for that. I don't know how to
rectify some of those (I don't know french :) ). Anyway I hope this will be
somewhat helpful for somebody interested. This document is really worth.
Hope a good translation will happen soon.

Thank You !






On Tue, Apr 9, 2013 at 1:42 PM, Martin Desruisseaux <
martin.desruisseaux@geomatys.fr> wrote:

> Hello Amila
>
> Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
>
>  Thank you for replying. Can you specify where the data file is loaded.
>> I followed
>> https://cwiki.apache.org/**confluence/display/SIS/**
>> Getting+Started+With+SIS<https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS>
>> .
>> Isn't there default data set loaded for demo. Is it via the OODT extension
>> described? How to configure SIS correctly. I found
>> California_Restaurants.csv file loaded in sis-data folder. Your help on
>> this is appreciated.
>>
>
> Maybe the tutorial needs to be updated. At the time the tutorial was
> written, SIS (in my understanding) was offering directly some web services.
> Now my current focus is on the basic blocks (metadata, referencing,
> geometry, coverage, features, filter, styling, rendering) which will be
> needed for implementing OGC-compliant services. Once those building blocks
> are in place, I think that the current SIS web service would be revisited.
>
> I started to write a developer guide [1]. Unfortunately this guide is in
> French for now, because it is more like a book or a thesis and I don't have
> the capability to write correctly a so large work in English :-( (it is not
> like writing javadoc or emails). But our plan is to hire a student
> translator when the guide would be complete enough. We are located close to
> a university where such translators can probably be found.
>
>     Martin
>
>
> [1] https://builds.apache.org/job/**sis-trunk/site/book/fr.xhtml<https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Thanks Martin -- BTW your English is amazing, just wanted to
let you know that.

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Martin Desruisseaux <ma...@geomatys.fr>
Organization: Geomatys
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Tuesday, April 9, 2013 1:12 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hello Amila
>
>Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
>> Thank you for replying. Can you specify where the data file is loaded.
>> I followed
>> 
>>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
>> Isn't there default data set loaded for demo. Is it via the OODT
>>extension
>> described? How to configure SIS correctly. I found
>> California_Restaurants.csv file loaded in sis-data folder. Your help on
>> this is appreciated.
>
>Maybe the tutorial needs to be updated. At the time the tutorial was
>written, SIS (in my understanding) was offering directly some web
>services. Now my current focus is on the basic blocks (metadata,
>referencing, geometry, coverage, features, filter, styling, rendering)
>which will be needed for implementing OGC-compliant services. Once those
>building blocks are in place, I think that the current SIS web service
>would be revisited.
>
>I started to write a developer guide [1]. Unfortunately this guide is in
>French for now, because it is more like a book or a thesis and I don't
>have the capability to write correctly a so large work in English :-(
>(it is not like writing javadoc or emails). But our plan is to hire a
>student translator when the guide would be complete enough. We are
>located close to a university where such translators can probably be
>found.
>
>     Martin
>
>
>[1] https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml
>


Re: Exception when followed getting started tutorial

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
Hello Amila

Le 08/04/13 18:19, AMILA RANATUNGA a écrit :
> Thank you for replying. Can you specify where the data file is loaded.
> I followed
> https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
> Isn't there default data set loaded for demo. Is it via the OODT extension
> described? How to configure SIS correctly. I found
> California_Restaurants.csv file loaded in sis-data folder. Your help on
> this is appreciated.

Maybe the tutorial needs to be updated. At the time the tutorial was 
written, SIS (in my understanding) was offering directly some web 
services. Now my current focus is on the basic blocks (metadata, 
referencing, geometry, coverage, features, filter, styling, rendering) 
which will be needed for implementing OGC-compliant services. Once those 
building blocks are in place, I think that the current SIS web service 
would be revisited.

I started to write a developer guide [1]. Unfortunately this guide is in 
French for now, because it is more like a book or a thesis and I don't 
have the capability to write correctly a so large work in English :-( 
(it is not like writing javadoc or emails). But our plan is to hire a 
student translator when the guide would be complete enough. We are 
located close to a university where such translators can probably be found.

     Martin


[1] https://builds.apache.org/job/sis-trunk/site/book/fr.xhtml


Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Dear Amila,

For the wiki tutorial to work you need to be using 0.1-incubating
or 0.2-incubating.

The 0.3 trunk is vastly different (and amazingly way better!), as
are the newer other branches (JDK6, JDK7, etc.) We are in the process
of bringing over the GeoTK project into SIS, but the wiki still has
the tutorial for 0.1-incubating and/or 0.2-incubating.

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Monday, April 8, 2013 9:19 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi,
>
>Thank you for replying. Can you specify where the data file is loaded.
>I followed
>https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
>Isn't there default data set loaded for demo. Is it via the OODT extension
>described? How to configure SIS correctly. I found
>California_Restaurants.csv file loaded in sis-data folder. Your help on
>this is appreciated.
>
>Thanks !
>
>
>
>
>
>
>
>On Mon, Apr 8, 2013 at 7:39 PM, Adam Estrada <es...@gmail.com>
>wrote:
>
>> Hi Amila,
>>
>> At first glance it looks like Jetty definitely does not like something
>>in
>> your configuration (duh). Things I would check are 1. is there data in
>>your
>> index and 2. are you bbox coords actually returning something. I have
>>not
>> played with that in almost a year so I don't recall exactly what is
>>being
>> passed in to the service to get data back.
>>
>> Adam
>>
>>
>>
>>
>> On Mon, Apr 8, 2013 at 7:30 AM, AMILA RANATUNGA <ne...@gmail.com>
>> wrote:
>>
>> > Hi,
>> >
>> > Hi I am new to SIS. When I started jetty server and entered the URL
>> > http://localhost:8080/sis-webapp/demo.jsp. And enter the
>>co-ordinates. I
>> > used Java 1.7 and Maven 3.0.4.
>> >
>> >  Bounding Box:
>> >       0, 50, 50, 100
>> >
>> > I get following exception
>> >
>> > 2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>> > java.lang.NullPointerException
>> >     at
>> > org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >     at
>> >
>> 
>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
>>0)
>> >     at
>> >
>> 
>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
>>)
>> >     at
>> > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >     at
>> > 
>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>> >     at
>> >
>> 
>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
>>6)
>> >     at
>> > 
>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>> >     at
>> > 
>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>> >     at
>> > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
>>ollection.java:230)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
>>:114)
>> >     at
>> > 
>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>> >     at org.mortbay.jetty.Server.handle(Server.java:326)
>> >     at
>> > 
>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
>>tion.java:915)
>> >     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >     at 
>>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >     at 
>>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >     at
>> >
>> >
>> 
>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
>>09)
>> >     at
>> >
>> >
>> 
>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
>>582)
>> > 2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>> > java.lang.NullPointerException
>> >     at
>> > org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >     at
>> >
>> 
>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
>>0)
>> >     at
>> >
>> 
>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
>>)
>> >     at
>> > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >     at
>> > 
>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>> >     at
>> >
>> 
>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
>>6)
>> >     at
>> > 
>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>> >     at
>> > 
>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>> >     at
>> > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
>>ollection.java:230)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
>>:114)
>> >     at
>> > 
>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>> >     at org.mortbay.jetty.Server.handle(Server.java:326)
>> >     at
>> > 
>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>> >     at
>> >
>> >
>> 
>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
>>tion.java:915)
>> >     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >     at 
>>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >     at 
>>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >     at
>> >
>> >
>> 
>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
>>09)
>> >     at
>> >
>> >
>> 
>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
>>582
>> >
>> >
>> > )
>> >
>> > Can anybody please tell where  have I gone wrong.
>> >
>> > Thank You !
>> >
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi,

Thank you for replying. Can you specify where the data file is loaded.
I followed
https://cwiki.apache.org/confluence/display/SIS/Getting+Started+With+SIS.
Isn't there default data set loaded for demo. Is it via the OODT extension
described? How to configure SIS correctly. I found
California_Restaurants.csv file loaded in sis-data folder. Your help on
this is appreciated.

Thanks !







On Mon, Apr 8, 2013 at 7:39 PM, Adam Estrada <es...@gmail.com> wrote:

> Hi Amila,
>
> At first glance it looks like Jetty definitely does not like something in
> your configuration (duh). Things I would check are 1. is there data in your
> index and 2. are you bbox coords actually returning something. I have not
> played with that in almost a year so I don't recall exactly what is being
> passed in to the service to get data back.
>
> Adam
>
>
>
>
> On Mon, Apr 8, 2013 at 7:30 AM, AMILA RANATUNGA <ne...@gmail.com>
> wrote:
>
> > Hi,
> >
> > Hi I am new to SIS. When I started jetty server and entered the URL
> > http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
> > used Java 1.7 and Maven 3.0.4.
> >
> >  Bounding Box:
> >       0, 50, 50, 100
> >
> > I get following exception
> >
> > 2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> > java.lang.NullPointerException
> >     at
> > org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >     at
> >
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
> >     at
> >
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
> >     at
> > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >     at
> > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >     at
> >
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> >     at
> > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >     at
> > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >     at
> > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >     at
> >
> >
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
> >     at
> >
> >
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> >     at
> > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >     at org.mortbay.jetty.Server.handle(Server.java:326)
> >     at
> > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >     at
> >
> >
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
> >     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >     at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >     at
> >
> >
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
> >     at
> >
> >
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> > 2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> > java.lang.NullPointerException
> >     at
> > org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >     at
> >
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
> >     at
> >
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
> >     at
> > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >     at
> > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >     at
> >
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> >     at
> > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >     at
> > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >     at
> > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >     at
> >
> >
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
> >     at
> >
> >
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> >     at
> > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >     at org.mortbay.jetty.Server.handle(Server.java:326)
> >     at
> > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >     at
> >
> >
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
> >     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >     at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >     at
> >
> >
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
> >     at
> >
> >
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582
> >
> >
> > )
> >
> > Can anybody please tell where  have I gone wrong.
> >
> > Thank You !
> >
>

Re: Exception when followed getting started tutorial

Posted by Adam Estrada <es...@gmail.com>.
Hi Amila,

At first glance it looks like Jetty definitely does not like something in
your configuration (duh). Things I would check are 1. is there data in your
index and 2. are you bbox coords actually returning something. I have not
played with that in almost a year so I don't recall exactly what is being
passed in to the service to get data back.

Adam




On Mon, Apr 8, 2013 at 7:30 AM, AMILA RANATUNGA <ne...@gmail.com> wrote:

> Hi,
>
> Hi I am new to SIS. When I started jetty server and entered the URL
> http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
> used Java 1.7 and Maven 3.0.4.
>
>  Bounding Box:
>       0, 50, 50, 100
>
> I get following exception
>
> 2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> java.lang.NullPointerException
>     at
> org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>     at
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
>     at
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
>     at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>     at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>     at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>     at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>     at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>     at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>     at
>
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
>     at
>
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>     at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>     at org.mortbay.jetty.Server.handle(Server.java:326)
>     at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>     at
>
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
>     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>     at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>     at
>
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
>     at
>
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> 2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> java.lang.NullPointerException
>     at
> org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>     at
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
>     at
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
>     at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>     at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>     at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>     at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>     at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>     at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>     at
>
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
>     at
>
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>     at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>     at org.mortbay.jetty.Server.handle(Server.java:326)
>     at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>     at
>
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
>     at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>     at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>     at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>     at
>
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
>     at
>
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582
>
>
> )
>
> Can anybody please tell where  have I gone wrong.
>
> Thank You !
>

Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Ross,

Thank you for the reply. That really worked for me. So it is the
context.xml that should be edited not web.xml since it is overridden.

Thank You !



On Mon, Apr 22, 2013 at 4:47 PM, Ross Laidlaw <rl...@gmail.com>wrote:

> Hi Amila,
>
> I think the settings in your web.xml file are being overridden by
> those in the META-INF/context.xml file.  A quick fix would be to
> delete the META-INF/context.xml file from the deployed webapp.  Then
> your web.xml settings won't be overridden.
>
> I tested this with a similar environment to you (Windows, Java 7,
> Maven 3) and after setting up and getting the same error that you
> reported, the above change got things running for me.
>
> Alternatively, a better approach might be to remove the three
> parameter settings from web.xml and set them in your context.xml file
> instead.  You can then move your configuration data and application
> data (i.e. context.xml file, qtree and geodata folders) elsewhere on
> your file system rather than having them within the deployed webapp.
> In this way, if you update and redeploy the webapp at some point in
> the future, all of your configuration and application data will be
> retained.  I'll try to update the wiki with instructions on how to do
> that and will let you know when it's ready.  But in the meantime,
> deleting META-INF/context.xml might be the easiest way to get things
> running.
>
> Regards,
>
> Ross
>
>
>
>
>
> On 21 Apr 2013, at 06:45, AMILA RANATUNGA <ne...@gmail.com> wrote:
>
> > Hi,
> >
> > Thanks for the replies. I previously ran with embedded jetty. I tried
> using
> > tomcat also. Then the error message was that File not found exception of
> > /path/to/sis-location-config.xml. (screenshot <
> http://min.us/lbdfwzNgGMtKA9>).
> > yes path is wrong. but the error points as \path\to\which ....
> > instead of my path.
> >
> > Here are my context parameters
> >
> > <context-param>
> >  <param-name>org.apache.sis.services.config.qIndexPath</param-name>
> >  <param-value>C:/tomcat/webapps/sis/webapps/sis/qtree</param-value>
> > </context-param>
> >
> > <context-param>
> >  <param-name>org.apache.sis.services.config.geodataPath</param-name>
> >  <param-value>C:/tomcat/webapps/sis/webapps/sis/geodata</param-value>
> > </context-param>
> >
> > <context-param>
> >    <param-name>org.apache.sis.services.config.filePath</param-name>
> >
> >
> <param-value>C:/tomcat/webapps/sis/WEB-INF/classes/sis-location-config.xml</param-value>
> >  </context-param>
> >
> > Here <http://min.us/lyeuFPTINkq2i>is my deployment structure. I am using
> > tomcat 7.0.35
> >
> >
> > Thank You!
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Sun, Apr 21, 2013 at 3:48 AM, Ross Laidlaw <rlaidlaw.open@gmail.com
> >wrote:
> >
> >> Hi Amila,
> >>
> >> I remember getting a similar error message (as shown in your first
> >> screenshot) when the webapp couldn't locate the sis-location-config.xml
> >> file.  Can you recheck that you've configured the webapp so that it can
> >> find the config file?  For example, you could do the following:
> >>
> >> 1)  In the deployed webapp, open the WEB-INF/web.xml file and locate the
> >> following lines:
> >>
> >>  <context-param>
> >>    <param-name>org.apache.sis.services.config.filePath</param-name>
> >>    <param-value>/path/to/sis-location-config.xml</param-value>
> >>  </context-param>
> >>
> >>
> >> 2)  Change /path/to/sis-location-config.xml to the location of your
> >> sis-location-config.xml file.  For example, I changed mine to
> >> /usr/local/sis/sis-webapp/sis-location-config.xml
> >>
> >> 3)  Restart Tomcat.
> >>
> >>
> >> Hopefully this might fix it!
> >>
> >> Regards,
> >>
> >> Ross
> >>
> >>
> >>
> >>
> >> On 20 April 2013 22:47, Mattmann, Chris A (398J) <
> >> chris.a.mattmann@jpl.nasa.gov> wrote:
> >>
> >>> OK I will try and replicate the behavior you are seeing.
> >>> What version of Tomcat are you using? And did you configure
> >>> the SIS web app according to the install instructions?
> >>>
> >>> Can you post your *config.xml files?
> >>>
> >>> Cheers,
> >>> Chris
> >>>
> >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>> Chris Mattmann, Ph.D.
> >>> Senior Computer Scientist
> >>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>> Office: 171-266B, Mailstop: 171-246
> >>> Email: chris.a.mattmann@nasa.gov
> >>> WWW:  http://sunset.usc.edu/~mattmann/
> >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>> Adjunct Assistant Professor, Computer Science Department
> >>> University of Southern California, Los Angeles, CA 90089 USA
> >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> -----Original Message-----
> >>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>> Date: Saturday, April 20, 2013 2:34 PM
> >>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>> Subject: Re: Exception when followed getting started tutorial
> >>>
> >>>> Yes. I checked it out from the link you pointed.
> >>>> http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/
> >>>>
> >>>> Thank You !
> >>>>
> >>>>
> >>>> On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
> >>>> chris.a.mattmann@jpl.nasa.gov> wrote:
> >>>>
> >>>>> Thanks Amila, and you are confident that you are using SIS 0.2,
> >> correct?
> >>>>>
> >>>>> Cheers,
> >>>>> Chris
> >>>>>
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>> Chris Mattmann, Ph.D.
> >>>>> Senior Computer Scientist
> >>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>>>> Office: 171-266B, Mailstop: 171-246
> >>>>> Email: chris.a.mattmann@nasa.gov
> >>>>> WWW:  http://sunset.usc.edu/~mattmann/
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>> Adjunct Assistant Professor, Computer Science Department
> >>>>> University of Southern California, Los Angeles, CA 90089 USA
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> -----Original Message-----
> >>>>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>> Date: Saturday, April 20, 2013 2:17 PM
> >>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>> Subject: Re: Exception when followed getting started tutorial
> >>>>>
> >>>>>> Hi Chris,
> >>>>>>
> >>>>>> Seems like I am getting 500 as the response on submission.
> >>>>>> Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the
> >>>>> requests
> >>>>>> to google map API are ok.
> >>>>>>
> >>>>>> Thank You !
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
> >>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
> >>>>>>
> >>>>>>> Hi Amila,
> >>>>>>>
> >>>>>>> OK do you know how to use Tamper Data? Can you see if the web
> >> service
> >>>>>>> is properly being submitted to, and if so, what the response is?
> >>>>>>> Also I wonder if the Google Maps connection is giving the 500
> >> error.
> >>>>>>> Can you check that out?
> >>>>>>>
> >>>>>>> Cheers,
> >>>>>>> Chris
> >>>>>>>
> >>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>> Chris Mattmann, Ph.D.
> >>>>>>> Senior Computer Scientist
> >>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>>>>>> Office: 171-266B, Mailstop: 171-246
> >>>>>>> Email: chris.a.mattmann@nasa.gov
> >>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
> >>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>> Adjunct Assistant Professor, Computer Science Department
> >>>>>>> University of Southern California, Los Angeles, CA 90089 USA
> >>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> -----Original Message-----
> >>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>> Date: Saturday, April 20, 2013 12:02 PM
> >>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>> Subject: Re: Exception when followed getting started tutorial
> >>>>>>>
> >>>>>>>> Hi Chris,
> >>>>>>>>
> >>>>>>>> Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
> >>>>>>>> the inconvenience. I have checked out and built the svn you
> >>>>> suggested.
> >>>>>>>> But got the same error. :(
> >>>>>>>>
> >>>>>>>> Thank You !
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
> >>>>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
> >>>>>>>>
> >>>>>>>>> Hi Amila,
> >>>>>>>>>
> >>>>>>>>> I just couldn't see the error message you are getting b/c your
> >>>>>>>>> attachment to the list was dropped (I don't think dev@sisaccepts
> >>>>>>>>> attachments). Instead I was asking if you could use the e.g.,
> >>>>>>>>> http://min.us/
> >>>>>>>>> service to share your screenshot.
> >>>>>>>>>
> >>>>>>>>> Cheers,
> >>>>>>>>> Chris
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>> Chris Mattmann, Ph.D.
> >>>>>>>>> Senior Computer Scientist
> >>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>>>>>>>> Office: 171-266B, Mailstop: 171-246
> >>>>>>>>> Email: chris.a.mattmann@nasa.gov
> >>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>> Adjunct Assistant Professor, Computer Science Department
> >>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> -----Original Message-----
> >>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>> Date: Saturday, April 20, 2013 12:56 AM
> >>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>> Subject: Re: Exception when followed getting started tutorial
> >>>>>>>>>
> >>>>>>>>>> Hi Chris,
> >>>>>>>>>>
> >>>>>>>>>> Is that the last image in wiki?
> >>>>>>>>>>
> >>>>>>>>>> Thanks !
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>> On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> >>>>>>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Thanks Amila,
> >>>>>>>>>>>
> >>>>>>>>>>> The image didn't come through can you use min.us or some
> >>>>> similar
> >>>>>>>>>>> service and paste the link?
> >>>>>>>>>>>
> >>>>>>>>>>> Cheers,
> >>>>>>>>>>> Chris
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>> Chris Mattmann, Ph.D.
> >>>>>>>>>>> Senior Computer Scientist
> >>>>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>>>>>>>>>> Office: 171-266B, Mailstop: 171-246
> >>>>>>>>>>> Email: chris.a.mattmann@nasa.gov
> >>>>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>> Adjunct Assistant Professor, Computer Science Department
> >>>>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
> >>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> -----Original Message-----
> >>>>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>>>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>>>> Date: Friday, April 12, 2013 11:28 AM
> >>>>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>>>> Subject: Re: Exception when followed getting started tutorial
> >>>>>>>>>>>
> >>>>>>>>>>>> Hi Chris,
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> It's version 0.2. Here is the error I am getting.
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> Thank You !
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> >>>>>>>>>>>> <ch...@jpl.nasa.gov> wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>> Hi Amila,
> >>>>>>>>>>>>
> >>>>>>>>>>>> What version of SIS are you using?
> >>>>>>>>>>>>
> >>>>>>>>>>>> Cheers,
> >>>>>>>>>>>> Chris
> >>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>>> Chris Mattmann, Ph.D.
> >>>>>>>>>>>> Senior Computer Scientist
> >>>>>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >>>>>>>>>>>> Office: 171-266B, Mailstop: 171-246
> >>>>>>>>>>>> Email: chris.a.mattmann@nasa.gov
> >>>>>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
> >>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>>> Adjunct Assistant Professor, Computer Science Department
> >>>>>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
> >>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> -----Original Message-----
> >>>>>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
> >>>>>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>>>>> Date: Monday, April 8, 2013 4:30 AM
> >>>>>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >>>>>>>>>>>> Subject: Exception when followed getting started tutorial
> >>>>>>>>>>>>
> >>>>>>>>>>>>> Hi,
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Hi I am new to SIS. When I started jetty server and entered
> >>>>> the
> >>>>>>> URL
> >>>>>>>>>>>>> http://localhost:8080/sis-webapp/demo.jsp. And enter the
> >>>>>>>>>>> co-ordinates. I
> >>>>>>>>>>>>> used Java 1.7 and Maven 3.0.4.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Bounding Box:
> >>>>>>>>>>>>>     0, 50, 50, 100
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> I get following exception
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> 2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >>>>>>>>>>>>> java.lang.NullPointerException
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> >>>>>>>>>>> 9)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 44
> >>>>>>>>>>>>> 0
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :3
> >>>>>>>>>>>>> 39
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> >>>>>>>>>>> 87
> >>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :3
> >>>>>>>>>>>>> 90
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 21
> >>>>>>>>>>>>> 6
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :1
> >>>>>>>>>>>>> 82
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :7
> >>>>>>>>>>>>> 65
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> >>>>>>>>>>> 8)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> >>>>>>>>>>>>> Ha
> >>>>>>>>>>>>> nd
> >>>>>>>>>>>>> le
> >>>>>>>>>>>>> rC
> >>>>>>>>>>>>> o
> >>>>>>>>>>>>> llection.java:230)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> >>>>>>>>>>>>> io
> >>>>>>>>>>>>> n.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :
> >>>>>>>>>>>>> 114)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :1
> >>>>>>>>>>>>> 52
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at org.mortbay.jetty.Server.handle(Server.java:326)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 53
> >>>>>>>>>>>>> 6)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> >>>>>>>>>>>>> tp
> >>>>>>>>>>>>> Co
> >>>>>>>>>>>>> nn
> >>>>>>>>>>>>> ec
> >>>>>>>>>>>>> t
> >>>>>>>>>>>>> ion.java:915)
> >>>>>>>>>>>>>   at
> >>>>>>> org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >>>>>>>>>>>>>   at
> >>>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >>>>>>>>>>>>>   at
> >>>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> >>>>>>>>>>>>> t.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :4
> >>>>>>>>>>>>> 0
> >>>>>>>>>>>>> 9)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> >>>>>>>>>>>>> ol
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 5
> >>>>>>>>>>>>> 82)
> >>>>>>>>>>>>> 2013-04-08 16:13:28.992::WARN: /sis-webapp/location
> >>>>>>>>>>>>> java.lang.NullPointerException
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> >>>>>>>>>>> 9)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 44
> >>>>>>>>>>>>> 0
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :3
> >>>>>>>>>>>>> 39
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> >>>>>>>>>>> 87
> >>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :3
> >>>>>>>>>>>>> 90
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 21
> >>>>>>>>>>>>> 6
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :1
> >>>>>>>>>>>>> 82
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :7
> >>>>>>>>>>>>> 65
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> >>>>>>>>>>> 8)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> >>>>>>>>>>>>> Ha
> >>>>>>>>>>>>> nd
> >>>>>>>>>>>>> le
> >>>>>>>>>>>>> rC
> >>>>>>>>>>>>> o
> >>>>>>>>>>>>> llection.java:230)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> >>>>>>>>>>>>> io
> >>>>>>>>>>>>> n.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :
> >>>>>>>>>>>>> 114)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :1
> >>>>>>>>>>>>> 52
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>   at org.mortbay.jetty.Server.handle(Server.java:326)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 53
> >>>>>>>>>>>>> 6)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> >>>>>>>>>>>>> tp
> >>>>>>>>>>>>> Co
> >>>>>>>>>>>>> nn
> >>>>>>>>>>>>> ec
> >>>>>>>>>>>>> t
> >>>>>>>>>>>>> ion.java:915)
> >>>>>>>>>>>>>   at
> >>>>>>> org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >>>>>>>>>>>>>   at
> >>>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >>>>>>>>>>>>>   at
> >>>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> >>>>>>>>>>>>> t.
> >>>>>>>>>>>>> ja
> >>>>>>>>>>>>> va
> >>>>>>>>>>>>> :4
> >>>>>>>>>>>>> 0
> >>>>>>>>>>>>> 9)
> >>>>>>>>>>>>>   at
> >>>
> >>>>>>>>>>>>
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> >>>>>>>>>>>>> ol
> >>>>>>>>>>>>> .j
> >>>>>>>>>>>>> av
> >>>>>>>>>>>>> a:
> >>>>>>>>>>>>> 5
> >>>>>>>>>>>>> 82
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>> )
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Can anybody please tell where  have I gone wrong.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Thank You !
> >>
>

Re: Exception when followed getting started tutorial

Posted by Ross Laidlaw <rl...@gmail.com>.
Hi Amila,

I think the settings in your web.xml file are being overridden by
those in the META-INF/context.xml file.  A quick fix would be to
delete the META-INF/context.xml file from the deployed webapp.  Then
your web.xml settings won't be overridden.

I tested this with a similar environment to you (Windows, Java 7,
Maven 3) and after setting up and getting the same error that you
reported, the above change got things running for me.

Alternatively, a better approach might be to remove the three
parameter settings from web.xml and set them in your context.xml file
instead.  You can then move your configuration data and application
data (i.e. context.xml file, qtree and geodata folders) elsewhere on
your file system rather than having them within the deployed webapp.
In this way, if you update and redeploy the webapp at some point in
the future, all of your configuration and application data will be
retained.  I'll try to update the wiki with instructions on how to do
that and will let you know when it's ready.  But in the meantime,
deleting META-INF/context.xml might be the easiest way to get things
running.

Regards,

Ross





On 21 Apr 2013, at 06:45, AMILA RANATUNGA <ne...@gmail.com> wrote:

> Hi,
>
> Thanks for the replies. I previously ran with embedded jetty. I tried using
> tomcat also. Then the error message was that File not found exception of
> /path/to/sis-location-config.xml. (screenshot <http://min.us/lbdfwzNgGMtKA9>).
> yes path is wrong. but the error points as \path\to\which ....
> instead of my path.
>
> Here are my context parameters
>
> <context-param>
>  <param-name>org.apache.sis.services.config.qIndexPath</param-name>
>  <param-value>C:/tomcat/webapps/sis/webapps/sis/qtree</param-value>
> </context-param>
>
> <context-param>
>  <param-name>org.apache.sis.services.config.geodataPath</param-name>
>  <param-value>C:/tomcat/webapps/sis/webapps/sis/geodata</param-value>
> </context-param>
>
> <context-param>
>    <param-name>org.apache.sis.services.config.filePath</param-name>
>
> <param-value>C:/tomcat/webapps/sis/WEB-INF/classes/sis-location-config.xml</param-value>
>  </context-param>
>
> Here <http://min.us/lyeuFPTINkq2i>is my deployment structure. I am using
> tomcat 7.0.35
>
>
> Thank You!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Sun, Apr 21, 2013 at 3:48 AM, Ross Laidlaw <rl...@gmail.com>wrote:
>
>> Hi Amila,
>>
>> I remember getting a similar error message (as shown in your first
>> screenshot) when the webapp couldn't locate the sis-location-config.xml
>> file.  Can you recheck that you've configured the webapp so that it can
>> find the config file?  For example, you could do the following:
>>
>> 1)  In the deployed webapp, open the WEB-INF/web.xml file and locate the
>> following lines:
>>
>>  <context-param>
>>    <param-name>org.apache.sis.services.config.filePath</param-name>
>>    <param-value>/path/to/sis-location-config.xml</param-value>
>>  </context-param>
>>
>>
>> 2)  Change /path/to/sis-location-config.xml to the location of your
>> sis-location-config.xml file.  For example, I changed mine to
>> /usr/local/sis/sis-webapp/sis-location-config.xml
>>
>> 3)  Restart Tomcat.
>>
>>
>> Hopefully this might fix it!
>>
>> Regards,
>>
>> Ross
>>
>>
>>
>>
>> On 20 April 2013 22:47, Mattmann, Chris A (398J) <
>> chris.a.mattmann@jpl.nasa.gov> wrote:
>>
>>> OK I will try and replicate the behavior you are seeing.
>>> What version of Tomcat are you using? And did you configure
>>> the SIS web app according to the install instructions?
>>>
>>> Can you post your *config.xml files?
>>>
>>> Cheers,
>>> Chris
>>>
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> Chris Mattmann, Ph.D.
>>> Senior Computer Scientist
>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>> Office: 171-266B, Mailstop: 171-246
>>> Email: chris.a.mattmann@nasa.gov
>>> WWW:  http://sunset.usc.edu/~mattmann/
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> Adjunct Assistant Professor, Computer Science Department
>>> University of Southern California, Los Angeles, CA 90089 USA
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>
>>>
>>>
>>>
>>>
>>>
>>> -----Original Message-----
>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>> Date: Saturday, April 20, 2013 2:34 PM
>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>> Subject: Re: Exception when followed getting started tutorial
>>>
>>>> Yes. I checked it out from the link you pointed.
>>>> http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/
>>>>
>>>> Thank You !
>>>>
>>>>
>>>> On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
>>>>
>>>>> Thanks Amila, and you are confident that you are using SIS 0.2,
>> correct?
>>>>>
>>>>> Cheers,
>>>>> Chris
>>>>>
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>> Chris Mattmann, Ph.D.
>>>>> Senior Computer Scientist
>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>>>> Office: 171-266B, Mailstop: 171-246
>>>>> Email: chris.a.mattmann@nasa.gov
>>>>> WWW:  http://sunset.usc.edu/~mattmann/
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>> Adjunct Assistant Professor, Computer Science Department
>>>>> University of Southern California, Los Angeles, CA 90089 USA
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>> Date: Saturday, April 20, 2013 2:17 PM
>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>> Subject: Re: Exception when followed getting started tutorial
>>>>>
>>>>>> Hi Chris,
>>>>>>
>>>>>> Seems like I am getting 500 as the response on submission.
>>>>>> Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the
>>>>> requests
>>>>>> to google map API are ok.
>>>>>>
>>>>>> Thank You !
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
>>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
>>>>>>
>>>>>>> Hi Amila,
>>>>>>>
>>>>>>> OK do you know how to use Tamper Data? Can you see if the web
>> service
>>>>>>> is properly being submitted to, and if so, what the response is?
>>>>>>> Also I wonder if the Google Maps connection is giving the 500
>> error.
>>>>>>> Can you check that out?
>>>>>>>
>>>>>>> Cheers,
>>>>>>> Chris
>>>>>>>
>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>> Chris Mattmann, Ph.D.
>>>>>>> Senior Computer Scientist
>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>>>>>> Office: 171-266B, Mailstop: 171-246
>>>>>>> Email: chris.a.mattmann@nasa.gov
>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>> Adjunct Assistant Professor, Computer Science Department
>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>> Date: Saturday, April 20, 2013 12:02 PM
>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>> Subject: Re: Exception when followed getting started tutorial
>>>>>>>
>>>>>>>> Hi Chris,
>>>>>>>>
>>>>>>>> Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
>>>>>>>> the inconvenience. I have checked out and built the svn you
>>>>> suggested.
>>>>>>>> But got the same error. :(
>>>>>>>>
>>>>>>>> Thank You !
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
>>>>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
>>>>>>>>
>>>>>>>>> Hi Amila,
>>>>>>>>>
>>>>>>>>> I just couldn't see the error message you are getting b/c your
>>>>>>>>> attachment to the list was dropped (I don't think dev@sisaccepts
>>>>>>>>> attachments). Instead I was asking if you could use the e.g.,
>>>>>>>>> http://min.us/
>>>>>>>>> service to share your screenshot.
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Chris
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>> Chris Mattmann, Ph.D.
>>>>>>>>> Senior Computer Scientist
>>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>>>>>>>> Office: 171-266B, Mailstop: 171-246
>>>>>>>>> Email: chris.a.mattmann@nasa.gov
>>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>> Adjunct Assistant Professor, Computer Science Department
>>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -----Original Message-----
>>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>> Date: Saturday, April 20, 2013 12:56 AM
>>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>> Subject: Re: Exception when followed getting started tutorial
>>>>>>>>>
>>>>>>>>>> Hi Chris,
>>>>>>>>>>
>>>>>>>>>> Is that the last image in wiki?
>>>>>>>>>>
>>>>>>>>>> Thanks !
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
>>>>>>>>>> chris.a.mattmann@jpl.nasa.gov> wrote:
>>>>>>>>>>
>>>>>>>>>>> Thanks Amila,
>>>>>>>>>>>
>>>>>>>>>>> The image didn't come through can you use min.us or some
>>>>> similar
>>>>>>>>>>> service and paste the link?
>>>>>>>>>>>
>>>>>>>>>>> Cheers,
>>>>>>>>>>> Chris
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>> Chris Mattmann, Ph.D.
>>>>>>>>>>> Senior Computer Scientist
>>>>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>>>>>>>>>> Office: 171-266B, Mailstop: 171-246
>>>>>>>>>>> Email: chris.a.mattmann@nasa.gov
>>>>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>> Adjunct Assistant Professor, Computer Science Department
>>>>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -----Original Message-----
>>>>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>>>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>>>> Date: Friday, April 12, 2013 11:28 AM
>>>>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>>>> Subject: Re: Exception when followed getting started tutorial
>>>>>>>>>>>
>>>>>>>>>>>> Hi Chris,
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> It's version 0.2. Here is the error I am getting.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thank You !
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
>>>>>>>>>>>> <ch...@jpl.nasa.gov> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi Amila,
>>>>>>>>>>>>
>>>>>>>>>>>> What version of SIS are you using?
>>>>>>>>>>>>
>>>>>>>>>>>> Cheers,
>>>>>>>>>>>> Chris
>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>>> Chris Mattmann, Ph.D.
>>>>>>>>>>>> Senior Computer Scientist
>>>>>>>>>>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>>>>>>>>>>>> Office: 171-266B, Mailstop: 171-246
>>>>>>>>>>>> Email: chris.a.mattmann@nasa.gov
>>>>>>>>>>>> WWW:  http://sunset.usc.edu/~mattmann/
>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>>> Adjunct Assistant Professor, Computer Science Department
>>>>>>>>>>>> University of Southern California, Los Angeles, CA 90089 USA
>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> -----Original Message-----
>>>>>>>>>>>> From: AMILA RANATUNGA <ne...@gmail.com>
>>>>>>>>>>>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>>>>> Date: Monday, April 8, 2013 4:30 AM
>>>>>>>>>>>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>>>>>>>>>>>> Subject: Exception when followed getting started tutorial
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi I am new to SIS. When I started jetty server and entered
>>>>> the
>>>>>>> URL
>>>>>>>>>>>>> http://localhost:8080/sis-webapp/demo.jsp. And enter the
>>>>>>>>>>> co-ordinates. I
>>>>>>>>>>>>> used Java 1.7 and Maven 3.0.4.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Bounding Box:
>>>>>>>>>>>>>     0, 50, 50, 100
>>>>>>>>>>>>>
>>>>>>>>>>>>> I get following exception
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>>>>>>>>>>>>> java.lang.NullPointerException
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
>>>>>>>>>>> 9)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 44
>>>>>>>>>>>>> 0
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :3
>>>>>>>>>>>>> 39
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
>>>>>>>>>>> 87
>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :3
>>>>>>>>>>>>> 90
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 21
>>>>>>>>>>>>> 6
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :1
>>>>>>>>>>>>> 82
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :7
>>>>>>>>>>>>> 65
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
>>>>>>>>>>> 8)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
>>>>>>>>>>>>> Ha
>>>>>>>>>>>>> nd
>>>>>>>>>>>>> le
>>>>>>>>>>>>> rC
>>>>>>>>>>>>> o
>>>>>>>>>>>>> llection.java:230)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
>>>>>>>>>>>>> io
>>>>>>>>>>>>> n.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :
>>>>>>>>>>>>> 114)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :1
>>>>>>>>>>>>> 52
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at org.mortbay.jetty.Server.handle(Server.java:326)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 53
>>>>>>>>>>>>> 6)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
>>>>>>>>>>>>> tp
>>>>>>>>>>>>> Co
>>>>>>>>>>>>> nn
>>>>>>>>>>>>> ec
>>>>>>>>>>>>> t
>>>>>>>>>>>>> ion.java:915)
>>>>>>>>>>>>>   at
>>>>>>> org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>>>>>>>>>>>>>   at
>>>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>>>>>>>>>>>>>   at
>>>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
>>>>>>>>>>>>> t.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :4
>>>>>>>>>>>>> 0
>>>>>>>>>>>>> 9)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
>>>>>>>>>>>>> ol
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 5
>>>>>>>>>>>>> 82)
>>>>>>>>>>>>> 2013-04-08 16:13:28.992::WARN: /sis-webapp/location
>>>>>>>>>>>>> java.lang.NullPointerException
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
>>>>>>>>>>> 9)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 44
>>>>>>>>>>>>> 0
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :3
>>>>>>>>>>>>> 39
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
>>>>>>>>>>> 87
>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :3
>>>>>>>>>>>>> 90
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 21
>>>>>>>>>>>>> 6
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :1
>>>>>>>>>>>>> 82
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :7
>>>>>>>>>>>>> 65
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
>>>>>>>>>>> 8)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
>>>>>>>>>>>>> Ha
>>>>>>>>>>>>> nd
>>>>>>>>>>>>> le
>>>>>>>>>>>>> rC
>>>>>>>>>>>>> o
>>>>>>>>>>>>> llection.java:230)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
>>>>>>>>>>>>> io
>>>>>>>>>>>>> n.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :
>>>>>>>>>>>>> 114)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :1
>>>>>>>>>>>>> 52
>>>>>>>>>>>>> )
>>>>>>>>>>>>>   at org.mortbay.jetty.Server.handle(Server.java:326)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 53
>>>>>>>>>>>>> 6)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
>>>>>>>>>>>>> tp
>>>>>>>>>>>>> Co
>>>>>>>>>>>>> nn
>>>>>>>>>>>>> ec
>>>>>>>>>>>>> t
>>>>>>>>>>>>> ion.java:915)
>>>>>>>>>>>>>   at
>>>>>>> org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>>>>>>>>>>>>>   at
>>>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>>>>>>>>>>>>>   at
>>>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
>>>>>>>>>>>>> t.
>>>>>>>>>>>>> ja
>>>>>>>>>>>>> va
>>>>>>>>>>>>> :4
>>>>>>>>>>>>> 0
>>>>>>>>>>>>> 9)
>>>>>>>>>>>>>   at
>>>
>>>>>>>>>>>> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
>>>>>>>>>>>>> ol
>>>>>>>>>>>>> .j
>>>>>>>>>>>>> av
>>>>>>>>>>>>> a:
>>>>>>>>>>>>> 5
>>>>>>>>>>>>> 82
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> )
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can anybody please tell where  have I gone wrong.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thank You !
>>

Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi,

Thanks for the replies. I previously ran with embedded jetty. I tried using
tomcat also. Then the error message was that File not found exception of
/path/to/sis-location-config.xml. (screenshot <http://min.us/lbdfwzNgGMtKA9>).
yes path is wrong. but the error points as \path\to\which ....
instead of my path.

Here are my context parameters

<context-param>
  <param-name>org.apache.sis.services.config.qIndexPath</param-name>
  <param-value>C:/tomcat/webapps/sis/webapps/sis/qtree</param-value>
</context-param>

<context-param>
  <param-name>org.apache.sis.services.config.geodataPath</param-name>
  <param-value>C:/tomcat/webapps/sis/webapps/sis/geodata</param-value>
</context-param>

<context-param>
    <param-name>org.apache.sis.services.config.filePath</param-name>

<param-value>C:/tomcat/webapps/sis/WEB-INF/classes/sis-location-config.xml</param-value>
  </context-param>

Here <http://min.us/lyeuFPTINkq2i>is my deployment structure. I am using
tomcat 7.0.35


Thank You!

























On Sun, Apr 21, 2013 at 3:48 AM, Ross Laidlaw <rl...@gmail.com>wrote:

> Hi Amila,
>
> I remember getting a similar error message (as shown in your first
> screenshot) when the webapp couldn't locate the sis-location-config.xml
> file.  Can you recheck that you've configured the webapp so that it can
> find the config file?  For example, you could do the following:
>
> 1)  In the deployed webapp, open the WEB-INF/web.xml file and locate the
> following lines:
>
>   <context-param>
>     <param-name>org.apache.sis.services.config.filePath</param-name>
>     <param-value>/path/to/sis-location-config.xml</param-value>
>   </context-param>
>
>
> 2)  Change /path/to/sis-location-config.xml to the location of your
> sis-location-config.xml file.  For example, I changed mine to
> /usr/local/sis/sis-webapp/sis-location-config.xml
>
> 3)  Restart Tomcat.
>
>
> Hopefully this might fix it!
>
> Regards,
>
> Ross
>
>
>
>
> On 20 April 2013 22:47, Mattmann, Chris A (398J) <
> chris.a.mattmann@jpl.nasa.gov> wrote:
>
> > OK I will try and replicate the behavior you are seeing.
> > What version of Tomcat are you using? And did you configure
> > the SIS web app according to the install instructions?
> >
> > Can you post your *config.xml files?
> >
> > Cheers,
> > Chris
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Chris Mattmann, Ph.D.
> > Senior Computer Scientist
> > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > Office: 171-266B, Mailstop: 171-246
> > Email: chris.a.mattmann@nasa.gov
> > WWW:  http://sunset.usc.edu/~mattmann/
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > Adjunct Assistant Professor, Computer Science Department
> > University of Southern California, Los Angeles, CA 90089 USA
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: AMILA RANATUNGA <ne...@gmail.com>
> > Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > Date: Saturday, April 20, 2013 2:34 PM
> > To: "dev@sis.apache.org" <de...@sis.apache.org>
> > Subject: Re: Exception when followed getting started tutorial
> >
> > >Yes. I checked it out from the link you pointed.
> > >http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/
> > >
> > >Thank You !
> > >
> > >
> > >On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
> > >chris.a.mattmann@jpl.nasa.gov> wrote:
> > >
> > >> Thanks Amila, and you are confident that you are using SIS 0.2,
> correct?
> > >>
> > >> Cheers,
> > >> Chris
> > >>
> > >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> Chris Mattmann, Ph.D.
> > >> Senior Computer Scientist
> > >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> Office: 171-266B, Mailstop: 171-246
> > >> Email: chris.a.mattmann@nasa.gov
> > >> WWW:  http://sunset.usc.edu/~mattmann/
> > >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> Adjunct Assistant Professor, Computer Science Department
> > >> University of Southern California, Los Angeles, CA 90089 USA
> > >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> -----Original Message-----
> > >> From: AMILA RANATUNGA <ne...@gmail.com>
> > >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> Date: Saturday, April 20, 2013 2:17 PM
> > >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> Subject: Re: Exception when followed getting started tutorial
> > >>
> > >> >Hi Chris,
> > >> >
> > >> >Seems like I am getting 500 as the response on submission.
> > >> >Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the
> > >>requests
> > >> >to google map API are ok.
> > >> >
> > >> >Thank You !
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
> > >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> > >> >
> > >> >> Hi Amila,
> > >> >>
> > >> >> OK do you know how to use Tamper Data? Can you see if the web
> service
> > >> >> is properly being submitted to, and if so, what the response is?
> > >> >> Also I wonder if the Google Maps connection is giving the 500
> error.
> > >> >> Can you check that out?
> > >> >>
> > >> >> Cheers,
> > >> >> Chris
> > >> >>
> > >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> Chris Mattmann, Ph.D.
> > >> >> Senior Computer Scientist
> > >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> >> Office: 171-266B, Mailstop: 171-246
> > >> >> Email: chris.a.mattmann@nasa.gov
> > >> >> WWW:  http://sunset.usc.edu/~mattmann/
> > >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> Adjunct Assistant Professor, Computer Science Department
> > >> >> University of Southern California, Los Angeles, CA 90089 USA
> > >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >>
> > >> >> -----Original Message-----
> > >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> > >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> Date: Saturday, April 20, 2013 12:02 PM
> > >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> Subject: Re: Exception when followed getting started tutorial
> > >> >>
> > >> >> >Hi Chris,
> > >> >> >
> > >> >> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
> > >> >> >the inconvenience. I have checked out and built the svn you
> > >>suggested.
> > >> >> >But got the same error. :(
> > >> >> >
> > >> >> >Thank You !
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
> > >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> > >> >> >
> > >> >> >> Hi Amila,
> > >> >> >>
> > >> >> >> I just couldn't see the error message you are getting b/c your
> > >> >> >> attachment to the list was dropped (I don't think dev@sisaccepts
> > >> >> >> attachments). Instead I was asking if you could use the e.g.,
> > >> >> >> http://min.us/
> > >> >> >> service to share your screenshot.
> > >> >> >>
> > >> >> >> Cheers,
> > >> >> >> Chris
> > >> >> >>
> > >> >> >>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> Chris Mattmann, Ph.D.
> > >> >> >> Senior Computer Scientist
> > >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> >> >> Office: 171-266B, Mailstop: 171-246
> > >> >> >> Email: chris.a.mattmann@nasa.gov
> > >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> > >> >> >>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> Adjunct Assistant Professor, Computer Science Department
> > >> >> >> University of Southern California, Los Angeles, CA 90089 USA
> > >> >> >>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >> -----Original Message-----
> > >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> > >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> Date: Saturday, April 20, 2013 12:56 AM
> > >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> Subject: Re: Exception when followed getting started tutorial
> > >> >> >>
> > >> >> >> >Hi Chris,
> > >> >> >> >
> > >> >> >> >Is that the last image in wiki?
> > >> >> >> >
> > >> >> >> >Thanks !
> > >> >> >> >
> > >> >> >> >
> > >> >> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> > >> >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> > >> >> >> >
> > >> >> >> >> Thanks Amila,
> > >> >> >> >>
> > >> >> >> >> The image didn't come through can you use min.us or some
> > >>similar
> > >> >> >> >> service and paste the link?
> > >> >> >> >>
> > >> >> >> >> Cheers,
> > >> >> >> >> Chris
> > >> >> >> >>
> > >> >> >> >>
> > >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >> Chris Mattmann, Ph.D.
> > >> >> >> >> Senior Computer Scientist
> > >> >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> >> >> >> Office: 171-266B, Mailstop: 171-246
> > >> >> >> >> Email: chris.a.mattmann@nasa.gov
> > >> >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> > >> >> >> >>
> > >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >> Adjunct Assistant Professor, Computer Science Department
> > >> >> >> >> University of Southern California, Los Angeles, CA 90089 USA
> > >> >> >> >>
> > >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >> -----Original Message-----
> > >> >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> > >> >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> >> Date: Friday, April 12, 2013 11:28 AM
> > >> >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> >> Subject: Re: Exception when followed getting started tutorial
> > >> >> >> >>
> > >> >> >> >> >Hi Chris,
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >It's version 0.2. Here is the error I am getting.
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >Thank You !
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> > >> >> >> >> ><ch...@jpl.nasa.gov> wrote:
> > >> >> >> >> >
> > >> >> >> >> >Hi Amila,
> > >> >> >> >> >
> > >> >> >> >> >What version of SIS are you using?
> > >> >> >> >> >
> > >> >> >> >> >Cheers,
> > >> >> >> >> >Chris
> > >> >> >> >> >
> > >> >> >> >>
> > >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >> >Chris Mattmann, Ph.D.
> > >> >> >> >> >Senior Computer Scientist
> > >> >> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> > >> >> >> >> >Office: 171-266B, Mailstop: 171-246
> > >> >> >> >> >Email: chris.a.mattmann@nasa.gov
> > >> >> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
> > >> >> >> >>
> > >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >> >Adjunct Assistant Professor, Computer Science Department
> > >> >> >> >> >University of Southern California, Los Angeles, CA 90089 USA
> > >> >> >> >>
> > >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >-----Original Message-----
> > >> >> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
> > >> >> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> >> >Date: Monday, April 8, 2013 4:30 AM
> > >> >> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> > >> >> >> >> >Subject: Exception when followed getting started tutorial
> > >> >> >> >> >
> > >> >> >> >> >>Hi,
> > >> >> >> >> >>
> > >> >> >> >> >>Hi I am new to SIS. When I started jetty server and entered
> > >>the
> > >> >>URL
> > >> >> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
> > >> >> >> >>co-ordinates. I
> > >> >> >> >> >>used Java 1.7 and Maven 3.0.4.
> > >> >> >> >> >>
> > >> >> >> >> >> Bounding Box:
> > >> >> >> >> >>      0, 50, 50, 100
> > >> >> >> >> >>
> > >> >> >> >> >>I get following exception
> > >> >> >> >> >>
> > >> >> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> > >> >> >> >> >>java.lang.NullPointerException
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> > >>>>>>>>9)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> > >>>>>>>>>>.j
> > >> >>>>>>>>av
> > >> >> >>>>>>a:
> > >> >> >> >>>>44
> > >> >> >> >> >>0
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> > >>>>>>>>>>ja
> > >> >>>>>>>>va
> > >> >> >>>>>>:3
> > >> >> >> >>>>39
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> > >>>>>>>>87
> > >> >>>>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:3
> > >> >> >>>>>>90
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> > >>>>>>>>>>.j
> > >> >>>>>>>>av
> > >> >> >>>>>>a:
> > >> >> >> >>>>21
> > >> >> >> >> >>6
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:1
> > >> >> >>>>>>82
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:7
> > >> >> >>>>>>65
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> > >>>>>>>>8)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> > >>>>>>>>>>Ha
> > >> >>>>>>>>nd
> > >> >> >>>>>>le
> > >> >> >> >>>>rC
> > >> >> >> >> >>o
> > >> >> >> >> >>llection.java:230)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> > >>>>>>>>>>io
> > >> >>>>>>>>n.
> > >> >> >>>>>>ja
> > >> >> >> >>>>va
> > >> >> >> >> >>:
> > >> >> >> >> >>114)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:1
> > >> >> >>>>>>52
> > >> >> >> >>>>)
> > >> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> > >>>>>>>>>>a:
> > >> >>>>>>>>53
> > >> >> >>>>>>6)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> > >>>>>>>>>>tp
> > >> >>>>>>>>Co
> > >> >> >>>>>>nn
> > >> >> >> >>>>ec
> > >> >> >> >> >>t
> > >> >> >> >> >>ion.java:915)
> > >> >> >> >> >>    at
> > >> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> > >> >> >> >> >>    at
> > >> >> >>
> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> > >> >> >> >> >>    at
> > >> >> >>
> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> > >>>>>>>>>>t.
> > >> >>>>>>>>ja
> > >> >> >>>>>>va
> > >> >> >> >>>>:4
> > >> >> >> >> >>0
> > >> >> >> >> >>9)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> > >>>>>>>>>>ol
> > >> >>>>>>>>.j
> > >> >> >>>>>>av
> > >> >> >> >>>>a:
> > >> >> >> >> >>5
> > >> >> >> >> >>82)
> > >> >> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> > >> >> >> >> >>java.lang.NullPointerException
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> > >>>>>>>>9)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> > >>>>>>>>>>.j
> > >> >>>>>>>>av
> > >> >> >>>>>>a:
> > >> >> >> >>>>44
> > >> >> >> >> >>0
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> > >>>>>>>>>>ja
> > >> >>>>>>>>va
> > >> >> >>>>>>:3
> > >> >> >> >>>>39
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> > >>>>>>>>87
> > >> >>>>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:3
> > >> >> >>>>>>90
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> > >>>>>>>>>>.j
> > >> >>>>>>>>av
> > >> >> >>>>>>a:
> > >> >> >> >>>>21
> > >> >> >> >> >>6
> > >> >> >> >> >>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:1
> > >> >> >>>>>>82
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:7
> > >> >> >>>>>>65
> > >> >> >> >>>>)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> > >>>>>>>>8)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> > >>>>>>>>>>Ha
> > >> >>>>>>>>nd
> > >> >> >>>>>>le
> > >> >> >> >>>>rC
> > >> >> >> >> >>o
> > >> >> >> >> >>llection.java:230)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> > >>>>>>>>>>io
> > >> >>>>>>>>n.
> > >> >> >>>>>>ja
> > >> >> >> >>>>va
> > >> >> >> >> >>:
> > >> >> >> >> >>114)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> > >>>>>>>>>>va
> > >> >>>>>>>>:1
> > >> >> >>>>>>52
> > >> >> >> >>>>)
> > >> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> > >>>>>>>>>>a:
> > >> >>>>>>>>53
> > >> >> >>>>>>6)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> > >>>>>>>>>>tp
> > >> >>>>>>>>Co
> > >> >> >>>>>>nn
> > >> >> >> >>>>ec
> > >> >> >> >> >>t
> > >> >> >> >> >>ion.java:915)
> > >> >> >> >> >>    at
> > >> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> > >> >> >> >> >>    at
> > >> >> >>
> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> > >> >> >> >> >>    at
> > >> >> >>
> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> > >>>>>>>>>>t.
> > >> >>>>>>>>ja
> > >> >> >>>>>>va
> > >> >> >> >>>>:4
> > >> >> >> >> >>0
> > >> >> >> >> >>9)
> > >> >> >> >> >>    at
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
> >>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> > >>>>>>>>>>ol
> > >> >>>>>>>>.j
> > >> >> >>>>>>av
> > >> >> >> >>>>a:
> > >> >> >> >> >>5
> > >> >> >> >> >>82
> > >> >> >> >> >>
> > >> >> >> >> >>
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >>)
> > >> >> >> >> >>
> > >> >> >> >> >>Can anybody please tell where  have I gone wrong.
> > >> >> >> >> >>
> > >> >> >> >> >>Thank You !
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> >
> >
>

Re: Exception when followed getting started tutorial

Posted by Ross Laidlaw <rl...@gmail.com>.
Hi Amila,

I remember getting a similar error message (as shown in your first
screenshot) when the webapp couldn't locate the sis-location-config.xml
file.  Can you recheck that you've configured the webapp so that it can
find the config file?  For example, you could do the following:

1)  In the deployed webapp, open the WEB-INF/web.xml file and locate the
following lines:

  <context-param>
    <param-name>org.apache.sis.services.config.filePath</param-name>
    <param-value>/path/to/sis-location-config.xml</param-value>
  </context-param>


2)  Change /path/to/sis-location-config.xml to the location of your
sis-location-config.xml file.  For example, I changed mine to
/usr/local/sis/sis-webapp/sis-location-config.xml

3)  Restart Tomcat.


Hopefully this might fix it!

Regards,

Ross




On 20 April 2013 22:47, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> OK I will try and replicate the behavior you are seeing.
> What version of Tomcat are you using? And did you configure
> the SIS web app according to the install instructions?
>
> Can you post your *config.xml files?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Saturday, April 20, 2013 2:34 PM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Yes. I checked it out from the link you pointed.
> >http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/
> >
> >Thank You !
> >
> >
> >On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Thanks Amila, and you are confident that you are using SIS 0.2, correct?
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Senior Computer Scientist
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 171-266B, Mailstop: 171-246
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Adjunct Assistant Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Date: Saturday, April 20, 2013 2:17 PM
> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Subject: Re: Exception when followed getting started tutorial
> >>
> >> >Hi Chris,
> >> >
> >> >Seems like I am getting 500 as the response on submission.
> >> >Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the
> >>requests
> >> >to google map API are ok.
> >> >
> >> >Thank You !
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >
> >> >> Hi Amila,
> >> >>
> >> >> OK do you know how to use Tamper Data? Can you see if the web service
> >> >> is properly being submitted to, and if so, what the response is?
> >> >> Also I wonder if the Google Maps connection is giving the 500 error.
> >> >> Can you check that out?
> >> >>
> >> >> Cheers,
> >> >> Chris
> >> >>
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Chris Mattmann, Ph.D.
> >> >> Senior Computer Scientist
> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> -----Original Message-----
> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Date: Saturday, April 20, 2013 12:02 PM
> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >>
> >> >> >Hi Chris,
> >> >> >
> >> >> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
> >> >> >the inconvenience. I have checked out and built the svn you
> >>suggested.
> >> >> >But got the same error. :(
> >> >> >
> >> >> >Thank You !
> >> >> >
> >> >> >
> >> >> >
> >> >> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
> >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >> >
> >> >> >> Hi Amila,
> >> >> >>
> >> >> >> I just couldn't see the error message you are getting b/c your
> >> >> >> attachment to the list was dropped (I don't think dev@sis accepts
> >> >> >> attachments). Instead I was asking if you could use the e.g.,
> >> >> >> http://min.us/
> >> >> >> service to share your screenshot.
> >> >> >>
> >> >> >> Cheers,
> >> >> >> Chris
> >> >> >>
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> Chris Mattmann, Ph.D.
> >> >> >> Senior Computer Scientist
> >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> -----Original Message-----
> >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> Date: Saturday, April 20, 2013 12:56 AM
> >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >> >>
> >> >> >> >Hi Chris,
> >> >> >> >
> >> >> >> >Is that the last image in wiki?
> >> >> >> >
> >> >> >> >Thanks !
> >> >> >> >
> >> >> >> >
> >> >> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> >> >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >> >> >
> >> >> >> >> Thanks Amila,
> >> >> >> >>
> >> >> >> >> The image didn't come through can you use min.us or some
> >>similar
> >> >> >> >> service and paste the link?
> >> >> >> >>
> >> >> >> >> Cheers,
> >> >> >> >> Chris
> >> >> >> >>
> >> >> >> >>
> >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >> Chris Mattmann, Ph.D.
> >> >> >> >> Senior Computer Scientist
> >> >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >> >>
> >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> >> >>
> >>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> -----Original Message-----
> >> >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >> Date: Friday, April 12, 2013 11:28 AM
> >> >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >> >> >>
> >> >> >> >> >Hi Chris,
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >It's version 0.2. Here is the error I am getting.
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >Thank You !
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> >> >> >> >> ><ch...@jpl.nasa.gov> wrote:
> >> >> >> >> >
> >> >> >> >> >Hi Amila,
> >> >> >> >> >
> >> >> >> >> >What version of SIS are you using?
> >> >> >> >> >
> >> >> >> >> >Cheers,
> >> >> >> >> >Chris
> >> >> >> >> >
> >> >> >> >>
> >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >> >Chris Mattmann, Ph.D.
> >> >> >> >> >Senior Computer Scientist
> >> >> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >> >> >Office: 171-266B, Mailstop: 171-246
> >> >> >> >> >Email: chris.a.mattmann@nasa.gov
> >> >> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >> >>
> >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >> >Adjunct Assistant Professor, Computer Science Department
> >> >> >> >> >University of Southern California, Los Angeles, CA 90089 USA
> >> >> >> >>
> >> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >-----Original Message-----
> >> >> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >> >Date: Monday, April 8, 2013 4:30 AM
> >> >> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >> >Subject: Exception when followed getting started tutorial
> >> >> >> >> >
> >> >> >> >> >>Hi,
> >> >> >> >> >>
> >> >> >> >> >>Hi I am new to SIS. When I started jetty server and entered
> >>the
> >> >>URL
> >> >> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
> >> >> >> >>co-ordinates. I
> >> >> >> >> >>used Java 1.7 and Maven 3.0.4.
> >> >> >> >> >>
> >> >> >> >> >> Bounding Box:
> >> >> >> >> >>      0, 50, 50, 100
> >> >> >> >> >>
> >> >> >> >> >>I get following exception
> >> >> >> >> >>
> >> >> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >> >> >> >> >>java.lang.NullPointerException
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> >>>>>>>>9)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> >>>>>>>>>>.j
> >> >>>>>>>>av
> >> >> >>>>>>a:
> >> >> >> >>>>44
> >> >> >> >> >>0
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> >>>>>>>>>>ja
> >> >>>>>>>>va
> >> >> >>>>>>:3
> >> >> >> >>>>39
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> >>>>>>>>87
> >> >>>>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:3
> >> >> >>>>>>90
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> >>>>>>>>>>.j
> >> >>>>>>>>av
> >> >> >>>>>>a:
> >> >> >> >>>>21
> >> >> >> >> >>6
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:1
> >> >> >>>>>>82
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:7
> >> >> >>>>>>65
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> >>>>>>>>8)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> >>>>>>>>>>Ha
> >> >>>>>>>>nd
> >> >> >>>>>>le
> >> >> >> >>>>rC
> >> >> >> >> >>o
> >> >> >> >> >>llection.java:230)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> >>>>>>>>>>io
> >> >>>>>>>>n.
> >> >> >>>>>>ja
> >> >> >> >>>>va
> >> >> >> >> >>:
> >> >> >> >> >>114)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> >>>>>>>>>>va
> >> >>>>>>>>:1
> >> >> >>>>>>52
> >> >> >> >>>>)
> >> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> >>>>>>>>>>a:
> >> >>>>>>>>53
> >> >> >>>>>>6)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> >>>>>>>>>>tp
> >> >>>>>>>>Co
> >> >> >>>>>>nn
> >> >> >> >>>>ec
> >> >> >> >> >>t
> >> >> >> >> >>ion.java:915)
> >> >> >> >> >>    at
> >> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >> >> >>    at
> >> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >> >> >>    at
> >> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> >>>>>>>>>>t.
> >> >>>>>>>>ja
> >> >> >>>>>>va
> >> >> >> >>>>:4
> >> >> >> >> >>0
> >> >> >> >> >>9)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> >>>>>>>>>>ol
> >> >>>>>>>>.j
> >> >> >>>>>>av
> >> >> >> >>>>a:
> >> >> >> >> >>5
> >> >> >> >> >>82)
> >> >> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >> >> >> >> >>java.lang.NullPointerException
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
> >>>>>>>>9)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
> >>>>>>>>>>.j
> >> >>>>>>>>av
> >> >> >>>>>>a:
> >> >> >> >>>>44
> >> >> >> >> >>0
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
> >>>>>>>>>>ja
> >> >>>>>>>>va
> >> >> >>>>>>:3
> >> >> >> >>>>39
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
> >>>>>>>>87
> >> >>>>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:3
> >> >> >>>>>>90
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
> >>>>>>>>>>.j
> >> >>>>>>>>av
> >> >> >>>>>>a:
> >> >> >> >>>>21
> >> >> >> >> >>6
> >> >> >> >> >>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:1
> >> >> >>>>>>82
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
> >>>>>>>>>>va
> >> >>>>>>>>:7
> >> >> >>>>>>65
> >> >> >> >>>>)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
> >>>>>>>>8)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
> >>>>>>>>>>Ha
> >> >>>>>>>>nd
> >> >> >>>>>>le
> >> >> >> >>>>rC
> >> >> >> >> >>o
> >> >> >> >> >>llection.java:230)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
> >>>>>>>>>>io
> >> >>>>>>>>n.
> >> >> >>>>>>ja
> >> >> >> >>>>va
> >> >> >> >> >>:
> >> >> >> >> >>114)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
> >>>>>>>>>>va
> >> >>>>>>>>:1
> >> >> >>>>>>52
> >> >> >> >>>>)
> >> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
> >>>>>>>>>>a:
> >> >>>>>>>>53
> >> >> >>>>>>6)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
> >>>>>>>>>>tp
> >> >>>>>>>>Co
> >> >> >>>>>>nn
> >> >> >> >>>>ec
> >> >> >> >> >>t
> >> >> >> >> >>ion.java:915)
> >> >> >> >> >>    at
> >> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >> >> >>    at
> >> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >> >> >>    at
> >> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
> >>>>>>>>>>t.
> >> >>>>>>>>ja
> >> >> >>>>>>va
> >> >> >> >>>>:4
> >> >> >> >> >>0
> >> >> >> >> >>9)
> >> >> >> >> >>    at
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> >>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
> >>>>>>>>>>ol
> >> >>>>>>>>.j
> >> >> >>>>>>av
> >> >> >> >>>>a:
> >> >> >> >> >>5
> >> >> >> >> >>82
> >> >> >> >> >>
> >> >> >> >> >>
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >>)
> >> >> >> >> >>
> >> >> >> >> >>Can anybody please tell where  have I gone wrong.
> >> >> >> >> >>
> >> >> >> >> >>Thank You !
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >>
> >>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
OK I will try and replicate the behavior you are seeing.
What version of Tomcat are you using? And did you configure
the SIS web app according to the install instructions?

Can you post your *config.xml files?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Saturday, April 20, 2013 2:34 PM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Yes. I checked it out from the link you pointed.
>http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/
>
>Thank You !
>
>
>On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Thanks Amila, and you are confident that you are using SIS 0.2, correct?
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: AMILA RANATUNGA <ne...@gmail.com>
>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Date: Saturday, April 20, 2013 2:17 PM
>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Subject: Re: Exception when followed getting started tutorial
>>
>> >Hi Chris,
>> >
>> >Seems like I am getting 500 as the response on submission.
>> >Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the
>>requests
>> >to google map API are ok.
>> >
>> >Thank You !
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
>> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >
>> >> Hi Amila,
>> >>
>> >> OK do you know how to use Tamper Data? Can you see if the web service
>> >> is properly being submitted to, and if so, what the response is?
>> >> Also I wonder if the Google Maps connection is giving the 500 error.
>> >> Can you check that out?
>> >>
>> >> Cheers,
>> >> Chris
>> >>
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Chris Mattmann, Ph.D.
>> >> Senior Computer Scientist
>> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> Office: 171-266B, Mailstop: 171-246
>> >> Email: chris.a.mattmann@nasa.gov
>> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Adjunct Assistant Professor, Computer Science Department
>> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> -----Original Message-----
>> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Date: Saturday, April 20, 2013 12:02 PM
>> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Subject: Re: Exception when followed getting started tutorial
>> >>
>> >> >Hi Chris,
>> >> >
>> >> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
>> >> >the inconvenience. I have checked out and built the svn you
>>suggested.
>> >> >But got the same error. :(
>> >> >
>> >> >Thank You !
>> >> >
>> >> >
>> >> >
>> >> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
>> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >> >
>> >> >> Hi Amila,
>> >> >>
>> >> >> I just couldn't see the error message you are getting b/c your
>> >> >> attachment to the list was dropped (I don't think dev@sis accepts
>> >> >> attachments). Instead I was asking if you could use the e.g.,
>> >> >> http://min.us/
>> >> >> service to share your screenshot.
>> >> >>
>> >> >> Cheers,
>> >> >> Chris
>> >> >>
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> Chris Mattmann, Ph.D.
>> >> >> Senior Computer Scientist
>> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >> Office: 171-266B, Mailstop: 171-246
>> >> >> Email: chris.a.mattmann@nasa.gov
>> >> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> Adjunct Assistant Professor, Computer Science Department
>> >> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> -----Original Message-----
>> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> Date: Saturday, April 20, 2013 12:56 AM
>> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> Subject: Re: Exception when followed getting started tutorial
>> >> >>
>> >> >> >Hi Chris,
>> >> >> >
>> >> >> >Is that the last image in wiki?
>> >> >> >
>> >> >> >Thanks !
>> >> >> >
>> >> >> >
>> >> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
>> >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >> >> >
>> >> >> >> Thanks Amila,
>> >> >> >>
>> >> >> >> The image didn't come through can you use min.us or some
>>similar
>> >> >> >> service and paste the link?
>> >> >> >>
>> >> >> >> Cheers,
>> >> >> >> Chris
>> >> >> >>
>> >> >> >> 
>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >> Chris Mattmann, Ph.D.
>> >> >> >> Senior Computer Scientist
>> >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >> >> Office: 171-266B, Mailstop: 171-246
>> >> >> >> Email: chris.a.mattmann@nasa.gov
>> >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> >> >> 
>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >> Adjunct Assistant Professor, Computer Science Department
>> >> >> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> >> >> 
>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> -----Original Message-----
>> >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >> Date: Friday, April 12, 2013 11:28 AM
>> >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >> Subject: Re: Exception when followed getting started tutorial
>> >> >> >>
>> >> >> >> >Hi Chris,
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >It's version 0.2. Here is the error I am getting.
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >Thank You !
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
>> >> >> >> ><ch...@jpl.nasa.gov> wrote:
>> >> >> >> >
>> >> >> >> >Hi Amila,
>> >> >> >> >
>> >> >> >> >What version of SIS are you using?
>> >> >> >> >
>> >> >> >> >Cheers,
>> >> >> >> >Chris
>> >> >> >> >
>> >> >> >>
>> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >> >Chris Mattmann, Ph.D.
>> >> >> >> >Senior Computer Scientist
>> >> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >> >> >Office: 171-266B, Mailstop: 171-246
>> >> >> >> >Email: chris.a.mattmann@nasa.gov
>> >> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
>> >> >> >>
>> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >> >Adjunct Assistant Professor, Computer Science Department
>> >> >> >> >University of Southern California, Los Angeles, CA 90089 USA
>> >> >> >>
>> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >-----Original Message-----
>> >> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >> >Date: Monday, April 8, 2013 4:30 AM
>> >> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >> >Subject: Exception when followed getting started tutorial
>> >> >> >> >
>> >> >> >> >>Hi,
>> >> >> >> >>
>> >> >> >> >>Hi I am new to SIS. When I started jetty server and entered
>>the
>> >>URL
>> >> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
>> >> >> >>co-ordinates. I
>> >> >> >> >>used Java 1.7 and Maven 3.0.4.
>> >> >> >> >>
>> >> >> >> >> Bounding Box:
>> >> >> >> >>      0, 50, 50, 100
>> >> >> >> >>
>> >> >> >> >>I get following exception
>> >> >> >> >>
>> >> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>> >> >> >> >>java.lang.NullPointerException
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
>>>>>>>>9)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
>>>>>>>>>>.j
>> >>>>>>>>av
>> >> >>>>>>a:
>> >> >> >>>>44
>> >> >> >> >>0
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
>>>>>>>>>>ja
>> >>>>>>>>va
>> >> >>>>>>:3
>> >> >> >>>>39
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
>>>>>>>>87
>> >>>>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:3
>> >> >>>>>>90
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
>>>>>>>>>>.j
>> >>>>>>>>av
>> >> >>>>>>a:
>> >> >> >>>>21
>> >> >> >> >>6
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:1
>> >> >>>>>>82
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:7
>> >> >>>>>>65
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
>>>>>>>>8)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
>>>>>>>>>>Ha
>> >>>>>>>>nd
>> >> >>>>>>le
>> >> >> >>>>rC
>> >> >> >> >>o
>> >> >> >> >>llection.java:230)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
>>>>>>>>>>io
>> >>>>>>>>n.
>> >> >>>>>>ja
>> >> >> >>>>va
>> >> >> >> >>:
>> >> >> >> >>114)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
>>>>>>>>>>va
>> >>>>>>>>:1
>> >> >>>>>>52
>> >> >> >>>>)
>> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
>>>>>>>>>>a:
>> >>>>>>>>53
>> >> >>>>>>6)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
>>>>>>>>>>tp
>> >>>>>>>>Co
>> >> >>>>>>nn
>> >> >> >>>>ec
>> >> >> >> >>t
>> >> >> >> >>ion.java:915)
>> >> >> >> >>    at
>> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >> >> >>    at
>> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >> >> >>    at
>> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
>>>>>>>>>>t.
>> >>>>>>>>ja
>> >> >>>>>>va
>> >> >> >>>>:4
>> >> >> >> >>0
>> >> >> >> >>9)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
>>>>>>>>>>ol
>> >>>>>>>>.j
>> >> >>>>>>av
>> >> >> >>>>a:
>> >> >> >> >>5
>> >> >> >> >>82)
>> >> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>> >> >> >> >>java.lang.NullPointerException
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:9
>>>>>>>>9)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder
>>>>>>>>>>.j
>> >>>>>>>>av
>> >> >>>>>>a:
>> >> >> >>>>44
>> >> >> >> >>0
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.
>>>>>>>>>>ja
>> >>>>>>>>va
>> >> >>>>>>:3
>> >> >> >>>>39
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:4
>>>>>>>>87
>> >>>>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:3
>> >> >>>>>>90
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler
>>>>>>>>>>.j
>> >>>>>>>>av
>> >> >>>>>>a:
>> >> >> >>>>21
>> >> >> >> >>6
>> >> >> >> >>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:1
>> >> >>>>>>82
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.ja
>>>>>>>>>>va
>> >>>>>>>>:7
>> >> >>>>>>65
>> >> >> >>>>)
>> >> >> >> >>    at
>> >> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:41
>>>>>>>>8)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(Context
>>>>>>>>>>Ha
>> >>>>>>>>nd
>> >> >>>>>>le
>> >> >> >>>>rC
>> >> >> >> >>o
>> >> >> >> >>llection.java:230)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollect
>>>>>>>>>>io
>> >>>>>>>>n.
>> >> >>>>>>ja
>> >> >> >>>>va
>> >> >> >> >>:
>> >> >> >> >>114)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.ja
>>>>>>>>>>va
>> >>>>>>>>:1
>> >> >>>>>>52
>> >> >> >>>>)
>> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.jav
>>>>>>>>>>a:
>> >>>>>>>>53
>> >> >>>>>>6)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Ht
>>>>>>>>>>tp
>> >>>>>>>>Co
>> >> >>>>>>nn
>> >> >> >>>>ec
>> >> >> >> >>t
>> >> >> >> >>ion.java:915)
>> >> >> >> >>    at
>> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >> >> >>    at
>> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >> >> >>    at
>> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoin
>>>>>>>>>>t.
>> >>>>>>>>ja
>> >> >>>>>>va
>> >> >> >>>>:4
>> >> >> >> >>0
>> >> >> >> >>9)
>> >> >> >> >>    at
>> >> >> >>
>> >> >>
>> >>
>> 
>>>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPo
>>>>>>>>>>ol
>> >>>>>>>>.j
>> >> >>>>>>av
>> >> >> >>>>a:
>> >> >> >> >>5
>> >> >> >> >>82
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >>)
>> >> >> >> >>
>> >> >> >> >>Can anybody please tell where  have I gone wrong.
>> >> >> >> >>
>> >> >> >> >>Thank You !
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Yes. I checked it out from the link you pointed.
http://svn.apache.org/repos/asf/sis/tags/0.2-incubating-rc4/

Thank You !


On Sun, Apr 21, 2013 at 2:51 AM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Thanks Amila, and you are confident that you are using SIS 0.2, correct?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Saturday, April 20, 2013 2:17 PM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Hi Chris,
> >
> >Seems like I am getting 500 as the response on submission.
> >Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the requests
> >to google map API are ok.
> >
> >Thank You !
> >
> >
> >
> >
> >
> >
> >
> >
> >On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Hi Amila,
> >>
> >> OK do you know how to use Tamper Data? Can you see if the web service
> >> is properly being submitted to, and if so, what the response is?
> >> Also I wonder if the Google Maps connection is giving the 500 error.
> >> Can you check that out?
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Senior Computer Scientist
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 171-266B, Mailstop: 171-246
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Adjunct Assistant Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Date: Saturday, April 20, 2013 12:02 PM
> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Subject: Re: Exception when followed getting started tutorial
> >>
> >> >Hi Chris,
> >> >
> >> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
> >> >the inconvenience. I have checked out and built the svn you suggested.
> >> >But got the same error. :(
> >> >
> >> >Thank You !
> >> >
> >> >
> >> >
> >> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >
> >> >> Hi Amila,
> >> >>
> >> >> I just couldn't see the error message you are getting b/c your
> >> >> attachment to the list was dropped (I don't think dev@sis accepts
> >> >> attachments). Instead I was asking if you could use the e.g.,
> >> >> http://min.us/
> >> >> service to share your screenshot.
> >> >>
> >> >> Cheers,
> >> >> Chris
> >> >>
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Chris Mattmann, Ph.D.
> >> >> Senior Computer Scientist
> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> -----Original Message-----
> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Date: Saturday, April 20, 2013 12:56 AM
> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >>
> >> >> >Hi Chris,
> >> >> >
> >> >> >Is that the last image in wiki?
> >> >> >
> >> >> >Thanks !
> >> >> >
> >> >> >
> >> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> >> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >> >
> >> >> >> Thanks Amila,
> >> >> >>
> >> >> >> The image didn't come through can you use min.us or some similar
> >> >> >> service and paste the link?
> >> >> >>
> >> >> >> Cheers,
> >> >> >> Chris
> >> >> >>
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> Chris Mattmann, Ph.D.
> >> >> >> Senior Computer Scientist
> >> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> -----Original Message-----
> >> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> Date: Friday, April 12, 2013 11:28 AM
> >> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >> >>
> >> >> >> >Hi Chris,
> >> >> >> >
> >> >> >> >
> >> >> >> >It's version 0.2. Here is the error I am getting.
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >Thank You !
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> >> >> >> ><ch...@jpl.nasa.gov> wrote:
> >> >> >> >
> >> >> >> >Hi Amila,
> >> >> >> >
> >> >> >> >What version of SIS are you using?
> >> >> >> >
> >> >> >> >Cheers,
> >> >> >> >Chris
> >> >> >> >
> >> >> >>
> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >Chris Mattmann, Ph.D.
> >> >> >> >Senior Computer Scientist
> >> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >> >Office: 171-266B, Mailstop: 171-246
> >> >> >> >Email: chris.a.mattmann@nasa.gov
> >> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >>
> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >Adjunct Assistant Professor, Computer Science Department
> >> >> >> >University of Southern California, Los Angeles, CA 90089 USA
> >> >> >>
> >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >-----Original Message-----
> >> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >Date: Monday, April 8, 2013 4:30 AM
> >> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >> >Subject: Exception when followed getting started tutorial
> >> >> >> >
> >> >> >> >>Hi,
> >> >> >> >>
> >> >> >> >>Hi I am new to SIS. When I started jetty server and entered the
> >>URL
> >> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
> >> >> >>co-ordinates. I
> >> >> >> >>used Java 1.7 and Maven 3.0.4.
> >> >> >> >>
> >> >> >> >> Bounding Box:
> >> >> >> >>      0, 50, 50, 100
> >> >> >> >>
> >> >> >> >>I get following exception
> >> >> >> >>
> >> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >> >> >> >>java.lang.NullPointerException
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.j
> >>>>>>>>av
> >> >>>>>>a:
> >> >> >>>>44
> >> >> >> >>0
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.ja
> >>>>>>>>va
> >> >>>>>>:3
> >> >> >>>>39
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487
> >>>>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> >>>>>>>>:3
> >> >>>>>>90
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.j
> >>>>>>>>av
> >> >>>>>>a:
> >> >> >>>>21
> >> >> >> >>6
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java
> >>>>>>>>:1
> >> >>>>>>82
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java
> >>>>>>>>:7
> >> >>>>>>65
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHa
> >>>>>>>>nd
> >> >>>>>>le
> >> >> >>>>rC
> >> >> >> >>o
> >> >> >> >>llection.java:230)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollectio
> >>>>>>>>n.
> >> >>>>>>ja
> >> >> >>>>va
> >> >> >> >>:
> >> >> >> >>114)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java
> >>>>>>>>:1
> >> >>>>>>52
> >> >> >>>>)
> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
> >>>>>>>>53
> >> >>>>>>6)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http
> >>>>>>>>Co
> >> >>>>>>nn
> >> >> >>>>ec
> >> >> >> >>t
> >> >> >> >>ion.java:915)
> >> >> >> >>    at
> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >> >>    at
> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >> >>    at
> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.
> >>>>>>>>ja
> >> >>>>>>va
> >> >> >>>>:4
> >> >> >> >>0
> >> >> >> >>9)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool
> >>>>>>>>.j
> >> >>>>>>av
> >> >> >>>>a:
> >> >> >> >>5
> >> >> >> >>82)
> >> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >> >> >> >>java.lang.NullPointerException
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.j
> >>>>>>>>av
> >> >>>>>>a:
> >> >> >>>>44
> >> >> >> >>0
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.ja
> >>>>>>>>va
> >> >>>>>>:3
> >> >> >>>>39
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487
> >>>>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> >>>>>>>>:3
> >> >>>>>>90
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.j
> >>>>>>>>av
> >> >>>>>>a:
> >> >> >>>>21
> >> >> >> >>6
> >> >> >> >>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java
> >>>>>>>>:1
> >> >>>>>>82
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java
> >>>>>>>>:7
> >> >>>>>>65
> >> >> >>>>)
> >> >> >> >>    at
> >> >> >>
> >>
> >>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHa
> >>>>>>>>nd
> >> >>>>>>le
> >> >> >>>>rC
> >> >> >> >>o
> >> >> >> >>llection.java:230)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollectio
> >>>>>>>>n.
> >> >>>>>>ja
> >> >> >>>>va
> >> >> >> >>:
> >> >> >> >>114)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java
> >>>>>>>>:1
> >> >>>>>>52
> >> >> >>>>)
> >> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
> >>>>>>>>53
> >> >>>>>>6)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http
> >>>>>>>>Co
> >> >>>>>>nn
> >> >> >>>>ec
> >> >> >> >>t
> >> >> >> >>ion.java:915)
> >> >> >> >>    at
> >>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >> >>    at
> >> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >> >>    at
> >> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.
> >>>>>>>>ja
> >> >>>>>>va
> >> >> >>>>:4
> >> >> >> >>0
> >> >> >> >>9)
> >> >> >> >>    at
> >> >> >>
> >> >>
> >>
> >>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool
> >>>>>>>>.j
> >> >>>>>>av
> >> >> >>>>a:
> >> >> >> >>5
> >> >> >> >>82
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >> >
> >> >> >> >>)
> >> >> >> >>
> >> >> >> >>Can anybody please tell where  have I gone wrong.
> >> >> >> >>
> >> >> >> >>Thank You !
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >>
> >>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Thanks Amila, and you are confident that you are using SIS 0.2, correct?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Saturday, April 20, 2013 2:17 PM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi Chris,
>
>Seems like I am getting 500 as the response on submission.
>Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the requests
>to google map API are ok.
>
>Thank You !
>
>
>
>
>
>
>
>
>On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Hi Amila,
>>
>> OK do you know how to use Tamper Data? Can you see if the web service
>> is properly being submitted to, and if so, what the response is?
>> Also I wonder if the Google Maps connection is giving the 500 error.
>> Can you check that out?
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: AMILA RANATUNGA <ne...@gmail.com>
>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Date: Saturday, April 20, 2013 12:02 PM
>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Subject: Re: Exception when followed getting started tutorial
>>
>> >Hi Chris,
>> >
>> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
>> >the inconvenience. I have checked out and built the svn you suggested.
>> >But got the same error. :(
>> >
>> >Thank You !
>> >
>> >
>> >
>> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
>> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >
>> >> Hi Amila,
>> >>
>> >> I just couldn't see the error message you are getting b/c your
>> >> attachment to the list was dropped (I don't think dev@sis accepts
>> >> attachments). Instead I was asking if you could use the e.g.,
>> >> http://min.us/
>> >> service to share your screenshot.
>> >>
>> >> Cheers,
>> >> Chris
>> >>
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Chris Mattmann, Ph.D.
>> >> Senior Computer Scientist
>> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> Office: 171-266B, Mailstop: 171-246
>> >> Email: chris.a.mattmann@nasa.gov
>> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Adjunct Assistant Professor, Computer Science Department
>> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> -----Original Message-----
>> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Date: Saturday, April 20, 2013 12:56 AM
>> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Subject: Re: Exception when followed getting started tutorial
>> >>
>> >> >Hi Chris,
>> >> >
>> >> >Is that the last image in wiki?
>> >> >
>> >> >Thanks !
>> >> >
>> >> >
>> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
>> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >> >
>> >> >> Thanks Amila,
>> >> >>
>> >> >> The image didn't come through can you use min.us or some similar
>> >> >> service and paste the link?
>> >> >>
>> >> >> Cheers,
>> >> >> Chris
>> >> >>
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> Chris Mattmann, Ph.D.
>> >> >> Senior Computer Scientist
>> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >> Office: 171-266B, Mailstop: 171-246
>> >> >> Email: chris.a.mattmann@nasa.gov
>> >> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> Adjunct Assistant Professor, Computer Science Department
>> >> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> -----Original Message-----
>> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> Date: Friday, April 12, 2013 11:28 AM
>> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> Subject: Re: Exception when followed getting started tutorial
>> >> >>
>> >> >> >Hi Chris,
>> >> >> >
>> >> >> >
>> >> >> >It's version 0.2. Here is the error I am getting.
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >Thank You !
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
>> >> >> ><ch...@jpl.nasa.gov> wrote:
>> >> >> >
>> >> >> >Hi Amila,
>> >> >> >
>> >> >> >What version of SIS are you using?
>> >> >> >
>> >> >> >Cheers,
>> >> >> >Chris
>> >> >> >
>> >> >> 
>>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >Chris Mattmann, Ph.D.
>> >> >> >Senior Computer Scientist
>> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >> >Office: 171-266B, Mailstop: 171-246
>> >> >> >Email: chris.a.mattmann@nasa.gov
>> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
>> >> >> 
>>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >Adjunct Assistant Professor, Computer Science Department
>> >> >> >University of Southern California, Los Angeles, CA 90089 USA
>> >> >> 
>>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >-----Original Message-----
>> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >Date: Monday, April 8, 2013 4:30 AM
>> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >> >Subject: Exception when followed getting started tutorial
>> >> >> >
>> >> >> >>Hi,
>> >> >> >>
>> >> >> >>Hi I am new to SIS. When I started jetty server and entered the
>>URL
>> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
>> >> >>co-ordinates. I
>> >> >> >>used Java 1.7 and Maven 3.0.4.
>> >> >> >>
>> >> >> >> Bounding Box:
>> >> >> >>      0, 50, 50, 100
>> >> >> >>
>> >> >> >>I get following exception
>> >> >> >>
>> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>> >> >> >>java.lang.NullPointerException
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.j
>>>>>>>>av
>> >>>>>>a:
>> >> >>>>44
>> >> >> >>0
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.ja
>>>>>>>>va
>> >>>>>>:3
>> >> >>>>39
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487
>>>>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
>>>>>>>>:3
>> >>>>>>90
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.j
>>>>>>>>av
>> >>>>>>a:
>> >> >>>>21
>> >> >> >>6
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java
>>>>>>>>:1
>> >>>>>>82
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java
>>>>>>>>:7
>> >>>>>>65
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHa
>>>>>>>>nd
>> >>>>>>le
>> >> >>>>rC
>> >> >> >>o
>> >> >> >>llection.java:230)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollectio
>>>>>>>>n.
>> >>>>>>ja
>> >> >>>>va
>> >> >> >>:
>> >> >> >>114)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java
>>>>>>>>:1
>> >>>>>>52
>> >> >>>>)
>> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
>>>>>>>>53
>> >>>>>>6)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http
>>>>>>>>Co
>> >>>>>>nn
>> >> >>>>ec
>> >> >> >>t
>> >> >> >>ion.java:915)
>> >> >> >>    at 
>>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >> >>    at
>> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >> >>    at
>> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.
>>>>>>>>ja
>> >>>>>>va
>> >> >>>>:4
>> >> >> >>0
>> >> >> >>9)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool
>>>>>>>>.j
>> >>>>>>av
>> >> >>>>a:
>> >> >> >>5
>> >> >> >>82)
>> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>> >> >> >>java.lang.NullPointerException
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.j
>>>>>>>>av
>> >>>>>>a:
>> >> >>>>44
>> >> >> >>0
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.ja
>>>>>>>>va
>> >>>>>>:3
>> >> >>>>39
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487
>>>>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
>>>>>>>>:3
>> >>>>>>90
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.j
>>>>>>>>av
>> >>>>>>a:
>> >> >>>>21
>> >> >> >>6
>> >> >> >>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java
>>>>>>>>:1
>> >>>>>>82
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java
>>>>>>>>:7
>> >>>>>>65
>> >> >>>>)
>> >> >> >>    at
>> >> >>
>> 
>>>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHa
>>>>>>>>nd
>> >>>>>>le
>> >> >>>>rC
>> >> >> >>o
>> >> >> >>llection.java:230)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollectio
>>>>>>>>n.
>> >>>>>>ja
>> >> >>>>va
>> >> >> >>:
>> >> >> >>114)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java
>>>>>>>>:1
>> >>>>>>52
>> >> >>>>)
>> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
>>>>>>>>53
>> >>>>>>6)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(Http
>>>>>>>>Co
>> >>>>>>nn
>> >> >>>>ec
>> >> >> >>t
>> >> >> >>ion.java:915)
>> >> >> >>    at 
>>org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >> >>    at
>> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >> >>    at
>> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.
>>>>>>>>ja
>> >>>>>>va
>> >> >>>>:4
>> >> >> >>0
>> >> >> >>9)
>> >> >> >>    at
>> >> >>
>> >>
>> 
>>>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool
>>>>>>>>.j
>> >>>>>>av
>> >> >>>>a:
>> >> >> >>5
>> >> >> >>82
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> >>)
>> >> >> >>
>> >> >> >>Can anybody please tell where  have I gone wrong.
>> >> >> >>
>> >> >> >>Thank You !
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >>
>> >>
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Chris,

Seems like I am getting 500 as the response on submission.
Here <http://min.us/lX9onPq6FnBos>is the screenshot. Some of the requests
to google map API are ok.

Thank You !








On Sun, Apr 21, 2013 at 1:35 AM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Amila,
>
> OK do you know how to use Tamper Data? Can you see if the web service
> is properly being submitted to, and if so, what the response is?
> Also I wonder if the Google Maps connection is giving the 500 error.
> Can you check that out?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Saturday, April 20, 2013 12:02 PM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Hi Chris,
> >
> >Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
> >the inconvenience. I have checked out and built the svn you suggested.
> >But got the same error. :(
> >
> >Thank You !
> >
> >
> >
> >On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Hi Amila,
> >>
> >> I just couldn't see the error message you are getting b/c your
> >> attachment to the list was dropped (I don't think dev@sis accepts
> >> attachments). Instead I was asking if you could use the e.g.,
> >> http://min.us/
> >> service to share your screenshot.
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Senior Computer Scientist
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 171-266B, Mailstop: 171-246
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Adjunct Assistant Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Date: Saturday, April 20, 2013 12:56 AM
> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Subject: Re: Exception when followed getting started tutorial
> >>
> >> >Hi Chris,
> >> >
> >> >Is that the last image in wiki?
> >> >
> >> >Thanks !
> >> >
> >> >
> >> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> >> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >> >
> >> >> Thanks Amila,
> >> >>
> >> >> The image didn't come through can you use min.us or some similar
> >> >> service and paste the link?
> >> >>
> >> >> Cheers,
> >> >> Chris
> >> >>
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Chris Mattmann, Ph.D.
> >> >> Senior Computer Scientist
> >> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> Office: 171-266B, Mailstop: 171-246
> >> >> Email: chris.a.mattmann@nasa.gov
> >> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> Adjunct Assistant Professor, Computer Science Department
> >> >> University of Southern California, Los Angeles, CA 90089 USA
> >> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> -----Original Message-----
> >> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Date: Friday, April 12, 2013 11:28 AM
> >> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> Subject: Re: Exception when followed getting started tutorial
> >> >>
> >> >> >Hi Chris,
> >> >> >
> >> >> >
> >> >> >It's version 0.2. Here is the error I am getting.
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >Thank You !
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> >> >> ><ch...@jpl.nasa.gov> wrote:
> >> >> >
> >> >> >Hi Amila,
> >> >> >
> >> >> >What version of SIS are you using?
> >> >> >
> >> >> >Cheers,
> >> >> >Chris
> >> >> >
> >> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >Chris Mattmann, Ph.D.
> >> >> >Senior Computer Scientist
> >> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >> >Office: 171-266B, Mailstop: 171-246
> >> >> >Email: chris.a.mattmann@nasa.gov
> >> >> >WWW:  http://sunset.usc.edu/~mattmann/
> >> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >Adjunct Assistant Professor, Computer Science Department
> >> >> >University of Southern California, Los Angeles, CA 90089 USA
> >> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >-----Original Message-----
> >> >> >From: AMILA RANATUNGA <ne...@gmail.com>
> >> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >Date: Monday, April 8, 2013 4:30 AM
> >> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >> >Subject: Exception when followed getting started tutorial
> >> >> >
> >> >> >>Hi,
> >> >> >>
> >> >> >>Hi I am new to SIS. When I started jetty server and entered the URL
> >> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
> >> >>co-ordinates. I
> >> >> >>used Java 1.7 and Maven 3.0.4.
> >> >> >>
> >> >> >> Bounding Box:
> >> >> >>      0, 50, 50, 100
> >> >> >>
> >> >> >>I get following exception
> >> >> >>
> >> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >> >> >>java.lang.NullPointerException
> >> >> >>    at
> >> >>
> >>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.jav
> >>>>>>a:
> >> >>>>44
> >> >> >>0
> >> >> >>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java
> >>>>>>:3
> >> >>>>39
> >> >> >>)
> >> >> >>    at
> >> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
> >>>>>>90
> >> >>>>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.jav
> >>>>>>a:
> >> >>>>21
> >> >> >>6
> >> >> >>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
> >>>>>>82
> >> >>>>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7
> >>>>>>65
> >> >>>>)
> >> >> >>    at
> >> >>
> >>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
> >>>>>>le
> >> >>>>rC
> >> >> >>o
> >> >> >>llection.java:230)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
> >>>>>>ja
> >> >>>>va
> >> >> >>:
> >> >> >>114)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
> >>>>>>52
> >> >>>>)
> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53
> >>>>>>6)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
> >>>>>>nn
> >> >>>>ec
> >> >> >>t
> >> >> >>ion.java:915)
> >> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >>    at
> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >>    at
> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja
> >>>>>>va
> >> >>>>:4
> >> >> >>0
> >> >> >>9)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j
> >>>>>>av
> >> >>>>a:
> >> >> >>5
> >> >> >>82)
> >> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >> >> >>java.lang.NullPointerException
> >> >> >>    at
> >> >>
> >>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.jav
> >>>>>>a:
> >> >>>>44
> >> >> >>0
> >> >> >>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java
> >>>>>>:3
> >> >>>>39
> >> >> >>)
> >> >> >>    at
> >> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
> >>>>>>90
> >> >>>>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.jav
> >>>>>>a:
> >> >>>>21
> >> >> >>6
> >> >> >>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
> >>>>>>82
> >> >>>>)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7
> >>>>>>65
> >> >>>>)
> >> >> >>    at
> >> >>
> >>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
> >>>>>>le
> >> >>>>rC
> >> >> >>o
> >> >> >>llection.java:230)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
> >>>>>>ja
> >> >>>>va
> >> >> >>:
> >> >> >>114)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
> >>>>>>52
> >> >>>>)
> >> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53
> >>>>>>6)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
> >>>>>>nn
> >> >>>>ec
> >> >> >>t
> >> >> >>ion.java:915)
> >> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >> >>    at
> >> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >> >>    at
> >> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja
> >>>>>>va
> >> >>>>:4
> >> >> >>0
> >> >> >>9)
> >> >> >>    at
> >> >>
> >>
> >>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j
> >>>>>>av
> >> >>>>a:
> >> >> >>5
> >> >> >>82
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> >>)
> >> >> >>
> >> >> >>Can anybody please tell where  have I gone wrong.
> >> >> >>
> >> >> >>Thank You !
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >>
> >>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hi Amila,

OK do you know how to use Tamper Data? Can you see if the web service
is properly being submitted to, and if so, what the response is?
Also I wonder if the Google Maps connection is giving the 500 error.
Can you check that out?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Saturday, April 20, 2013 12:02 PM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi Chris,
>
>Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
>the inconvenience. I have checked out and built the svn you suggested.
>But got the same error. :(
>
>Thank You !
>
>
>
>On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Hi Amila,
>>
>> I just couldn't see the error message you are getting b/c your
>> attachment to the list was dropped (I don't think dev@sis accepts
>> attachments). Instead I was asking if you could use the e.g.,
>> http://min.us/
>> service to share your screenshot.
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: AMILA RANATUNGA <ne...@gmail.com>
>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Date: Saturday, April 20, 2013 12:56 AM
>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Subject: Re: Exception when followed getting started tutorial
>>
>> >Hi Chris,
>> >
>> >Is that the last image in wiki?
>> >
>> >Thanks !
>> >
>> >
>> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
>> >chris.a.mattmann@jpl.nasa.gov> wrote:
>> >
>> >> Thanks Amila,
>> >>
>> >> The image didn't come through can you use min.us or some similar
>> >> service and paste the link?
>> >>
>> >> Cheers,
>> >> Chris
>> >>
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Chris Mattmann, Ph.D.
>> >> Senior Computer Scientist
>> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> Office: 171-266B, Mailstop: 171-246
>> >> Email: chris.a.mattmann@nasa.gov
>> >> WWW:  http://sunset.usc.edu/~mattmann/
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> Adjunct Assistant Professor, Computer Science Department
>> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> -----Original Message-----
>> >> From: AMILA RANATUNGA <ne...@gmail.com>
>> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Date: Friday, April 12, 2013 11:28 AM
>> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> Subject: Re: Exception when followed getting started tutorial
>> >>
>> >> >Hi Chris,
>> >> >
>> >> >
>> >> >It's version 0.2. Here is the error I am getting.
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >Thank You !
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
>> >> ><ch...@jpl.nasa.gov> wrote:
>> >> >
>> >> >Hi Amila,
>> >> >
>> >> >What version of SIS are you using?
>> >> >
>> >> >Cheers,
>> >> >Chris
>> >> >
>> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >Chris Mattmann, Ph.D.
>> >> >Senior Computer Scientist
>> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >> >Office: 171-266B, Mailstop: 171-246
>> >> >Email: chris.a.mattmann@nasa.gov
>> >> >WWW:  http://sunset.usc.edu/~mattmann/
>> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >Adjunct Assistant Professor, Computer Science Department
>> >> >University of Southern California, Los Angeles, CA 90089 USA
>> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >-----Original Message-----
>> >> >From: AMILA RANATUNGA <ne...@gmail.com>
>> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >Date: Monday, April 8, 2013 4:30 AM
>> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >> >Subject: Exception when followed getting started tutorial
>> >> >
>> >> >>Hi,
>> >> >>
>> >> >>Hi I am new to SIS. When I started jetty server and entered the URL
>> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
>> >>co-ordinates. I
>> >> >>used Java 1.7 and Maven 3.0.4.
>> >> >>
>> >> >> Bounding Box:
>> >> >>      0, 50, 50, 100
>> >> >>
>> >> >>I get following exception
>> >> >>
>> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>> >> >>java.lang.NullPointerException
>> >> >>    at
>> >> 
>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.jav
>>>>>>a:
>> >>>>44
>> >> >>0
>> >> >>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java
>>>>>>:3
>> >>>>39
>> >> >>)
>> >> >>    at
>> >> 
>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
>>>>>>90
>> >>>>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.jav
>>>>>>a:
>> >>>>21
>> >> >>6
>> >> >>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
>>>>>>82
>> >>>>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7
>>>>>>65
>> >>>>)
>> >> >>    at
>> >> 
>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
>>>>>>le
>> >>>>rC
>> >> >>o
>> >> >>llection.java:230)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
>>>>>>ja
>> >>>>va
>> >> >>:
>> >> >>114)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
>>>>>>52
>> >>>>)
>> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53
>>>>>>6)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
>>>>>>nn
>> >>>>ec
>> >> >>t
>> >> >>ion.java:915)
>> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >>    at
>> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >>    at
>> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja
>>>>>>va
>> >>>>:4
>> >> >>0
>> >> >>9)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j
>>>>>>av
>> >>>>a:
>> >> >>5
>> >> >>82)
>> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>> >> >>java.lang.NullPointerException
>> >> >>    at
>> >> 
>>>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.jav
>>>>>>a:
>> >>>>44
>> >> >>0
>> >> >>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java
>>>>>>:3
>> >>>>39
>> >> >>)
>> >> >>    at
>> >> 
>>>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
>>>>>>90
>> >>>>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.jav
>>>>>>a:
>> >>>>21
>> >> >>6
>> >> >>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1
>>>>>>82
>> >>>>)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7
>>>>>>65
>> >>>>)
>> >> >>    at
>> >> 
>>>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
>>>>>>le
>> >>>>rC
>> >> >>o
>> >> >>llection.java:230)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
>>>>>>ja
>> >>>>va
>> >> >>:
>> >> >>114)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
>>>>>>52
>> >>>>)
>> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53
>>>>>>6)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
>>>>>>nn
>> >>>>ec
>> >> >>t
>> >> >>ion.java:915)
>> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >> >>    at
>> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >> >>    at
>> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja
>>>>>>va
>> >>>>:4
>> >> >>0
>> >> >>9)
>> >> >>    at
>> >>
>> 
>>>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j
>>>>>>av
>> >>>>a:
>> >> >>5
>> >> >>82
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> >>)
>> >> >>
>> >> >>Can anybody please tell where  have I gone wrong.
>> >> >>
>> >> >>Thank You !
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Chris,

Here is the link <http://minus.com/lqjMjvJYhmsFn>. Sorry for
the inconvenience. I have checked out and built the svn you suggested.
But got the same error. :(

Thank You !



On Sat, Apr 20, 2013 at 9:41 PM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Amila,
>
> I just couldn't see the error message you are getting b/c your
> attachment to the list was dropped (I don't think dev@sis accepts
> attachments). Instead I was asking if you could use the e.g.,
> http://min.us/
> service to share your screenshot.
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Saturday, April 20, 2013 12:56 AM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Hi Chris,
> >
> >Is that the last image in wiki?
> >
> >Thanks !
> >
> >
> >On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
> >chris.a.mattmann@jpl.nasa.gov> wrote:
> >
> >> Thanks Amila,
> >>
> >> The image didn't come through can you use min.us or some similar
> >> service and paste the link?
> >>
> >> Cheers,
> >> Chris
> >>
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Chris Mattmann, Ph.D.
> >> Senior Computer Scientist
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 171-266B, Mailstop: 171-246
> >> Email: chris.a.mattmann@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> Adjunct Assistant Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>
> >>
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AMILA RANATUNGA <ne...@gmail.com>
> >> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Date: Friday, April 12, 2013 11:28 AM
> >> To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> Subject: Re: Exception when followed getting started tutorial
> >>
> >> >Hi Chris,
> >> >
> >> >
> >> >It's version 0.2. Here is the error I am getting.
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >Thank You !
> >> >
> >> >
> >> >
> >> >
> >> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> >> ><ch...@jpl.nasa.gov> wrote:
> >> >
> >> >Hi Amila,
> >> >
> >> >What version of SIS are you using?
> >> >
> >> >Cheers,
> >> >Chris
> >> >
> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >Chris Mattmann, Ph.D.
> >> >Senior Computer Scientist
> >> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> >Office: 171-266B, Mailstop: 171-246
> >> >Email: chris.a.mattmann@nasa.gov
> >> >WWW:  http://sunset.usc.edu/~mattmann/
> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >Adjunct Assistant Professor, Computer Science Department
> >> >University of Southern California, Los Angeles, CA 90089 USA
> >> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >-----Original Message-----
> >> >From: AMILA RANATUNGA <ne...@gmail.com>
> >> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >Date: Monday, April 8, 2013 4:30 AM
> >> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> >> >Subject: Exception when followed getting started tutorial
> >> >
> >> >>Hi,
> >> >>
> >> >>Hi I am new to SIS. When I started jetty server and entered the URL
> >> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
> >>co-ordinates. I
> >> >>used Java 1.7 and Maven 3.0.4.
> >> >>
> >> >> Bounding Box:
> >> >>      0, 50, 50, 100
> >> >>
> >> >>I get following exception
> >> >>
> >> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >> >>java.lang.NullPointerException
> >> >>    at
> >> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
> >>>>44
> >> >>0
> >> >>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:3
> >>>>39
> >> >>)
> >> >>    at
> >> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390
> >>>>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
> >>>>21
> >> >>6
> >> >>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182
> >>>>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765
> >>>>)
> >> >>    at
> >> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle
> >>>>rC
> >> >>o
> >> >>llection.java:230)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja
> >>>>va
> >> >>:
> >> >>114)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152
> >>>>)
> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn
> >>>>ec
> >> >>t
> >> >>ion.java:915)
> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >>    at
> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >>    at
> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >>    at
> >>
> >>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java
> >>>>:4
> >> >>0
> >> >>9)
> >> >>    at
> >>
> >>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav
> >>>>a:
> >> >>5
> >> >>82)
> >> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >> >>java.lang.NullPointerException
> >> >>    at
> >> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
> >>>>44
> >> >>0
> >> >>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:3
> >>>>39
> >> >>)
> >> >>    at
> >> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390
> >>>>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
> >>>>21
> >> >>6
> >> >>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182
> >>>>)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765
> >>>>)
> >> >>    at
> >> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle
> >>>>rC
> >> >>o
> >> >>llection.java:230)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja
> >>>>va
> >> >>:
> >> >>114)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152
> >>>>)
> >> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >> >>    at
> >>
> >>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn
> >>>>ec
> >> >>t
> >> >>ion.java:915)
> >> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >> >>    at
> >>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >> >>    at
> >>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >> >>    at
> >>
> >>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java
> >>>>:4
> >> >>0
> >> >>9)
> >> >>    at
> >>
> >>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav
> >>>>a:
> >> >>5
> >> >>82
> >> >>
> >> >>
> >> >
> >> >
> >> >>)
> >> >>
> >> >>Can anybody please tell where  have I gone wrong.
> >> >>
> >> >>Thank You !
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hi Amila,

I just couldn't see the error message you are getting b/c your
attachment to the list was dropped (I don't think dev@sis accepts
attachments). Instead I was asking if you could use the e.g.,
http://min.us/
service to share your screenshot.

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Saturday, April 20, 2013 12:56 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi Chris,
>
>Is that the last image in wiki?
>
>Thanks !
>
>
>On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Thanks Amila,
>>
>> The image didn't come through can you use min.us or some similar
>> service and paste the link?
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: AMILA RANATUNGA <ne...@gmail.com>
>> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Date: Friday, April 12, 2013 11:28 AM
>> To: "dev@sis.apache.org" <de...@sis.apache.org>
>> Subject: Re: Exception when followed getting started tutorial
>>
>> >Hi Chris,
>> >
>> >
>> >It's version 0.2. Here is the error I am getting.
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >Thank You !
>> >
>> >
>> >
>> >
>> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
>> ><ch...@jpl.nasa.gov> wrote:
>> >
>> >Hi Amila,
>> >
>> >What version of SIS are you using?
>> >
>> >Cheers,
>> >Chris
>> >
>> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >Chris Mattmann, Ph.D.
>> >Senior Computer Scientist
>> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> >Office: 171-266B, Mailstop: 171-246
>> >Email: chris.a.mattmann@nasa.gov
>> >WWW:  http://sunset.usc.edu/~mattmann/
>> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >Adjunct Assistant Professor, Computer Science Department
>> >University of Southern California, Los Angeles, CA 90089 USA
>> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> >
>> >
>> >
>> >
>> >
>> >
>> >-----Original Message-----
>> >From: AMILA RANATUNGA <ne...@gmail.com>
>> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >Date: Monday, April 8, 2013 4:30 AM
>> >To: "dev@sis.apache.org" <de...@sis.apache.org>
>> >Subject: Exception when followed getting started tutorial
>> >
>> >>Hi,
>> >>
>> >>Hi I am new to SIS. When I started jetty server and entered the URL
>> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the
>>co-ordinates. I
>> >>used Java 1.7 and Maven 3.0.4.
>> >>
>> >> Bounding Box:
>> >>      0, 50, 50, 100
>> >>
>> >>I get following exception
>> >>
>> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>> >>java.lang.NullPointerException
>> >>    at
>> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
>>>>44
>> >>0
>> >>)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:3
>>>>39
>> >>)
>> >>    at
>> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390
>>>>)
>> >>    at
>> 
>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
>>>>21
>> >>6
>> >>)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182
>>>>)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765
>>>>)
>> >>    at
>> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle
>>>>rC
>> >>o
>> >>llection.java:230)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja
>>>>va
>> >>:
>> >>114)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152
>>>>)
>> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >>    at
>> 
>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>> >>    at
>> 
>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn
>>>>ec
>> >>t
>> >>ion.java:915)
>> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >>    at 
>>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >>    at 
>>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >>    at
>> 
>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java
>>>>:4
>> >>0
>> >>9)
>> >>    at
>> 
>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav
>>>>a:
>> >>5
>> >>82)
>> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>> >>java.lang.NullPointerException
>> >>    at
>> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:
>>>>44
>> >>0
>> >>)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:3
>>>>39
>> >>)
>> >>    at
>> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390
>>>>)
>> >>    at
>> 
>>>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
>>>>21
>> >>6
>> >>)
>> >>    at
>> 
>>>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182
>>>>)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765
>>>>)
>> >>    at
>> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandle
>>>>rC
>> >>o
>> >>llection.java:230)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.ja
>>>>va
>> >>:
>> >>114)
>> >>    at
>> 
>>>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152
>>>>)
>> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
>> >>    at
>> 
>>>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>> >>    at
>> 
>>>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConn
>>>>ec
>> >>t
>> >>ion.java:915)
>> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>> >>    at 
>>org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>> >>    at 
>>org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>> >>    at
>> 
>>>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java
>>>>:4
>> >>0
>> >>9)
>> >>    at
>> 
>>>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.jav
>>>>a:
>> >>5
>> >>82
>> >>
>> >>
>> >
>> >
>> >>)
>> >>
>> >>Can anybody please tell where  have I gone wrong.
>> >>
>> >>Thank You !
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Chris,

Is that the last image in wiki?

Thanks !


On Sat, Apr 20, 2013 at 11:53 AM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Thanks Amila,
>
> The image didn't come through can you use min.us or some similar
> service and paste the link?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Friday, April 12, 2013 11:28 AM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Re: Exception when followed getting started tutorial
>
> >Hi Chris,
> >
> >
> >It's version 0.2. Here is the error I am getting.
> >
> >
> >
> >
> >
> >
> >
> >
> >Thank You !
> >
> >
> >
> >
> >On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
> ><ch...@jpl.nasa.gov> wrote:
> >
> >Hi Amila,
> >
> >What version of SIS are you using?
> >
> >Cheers,
> >Chris
> >
> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >Chris Mattmann, Ph.D.
> >Senior Computer Scientist
> >NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >Office: 171-266B, Mailstop: 171-246
> >Email: chris.a.mattmann@nasa.gov
> >WWW:  http://sunset.usc.edu/~mattmann/
> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >Adjunct Assistant Professor, Computer Science Department
> >University of Southern California, Los Angeles, CA 90089 USA
> >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> >
> >
> >
> >
> >
> >-----Original Message-----
> >From: AMILA RANATUNGA <ne...@gmail.com>
> >Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> >Date: Monday, April 8, 2013 4:30 AM
> >To: "dev@sis.apache.org" <de...@sis.apache.org>
> >Subject: Exception when followed getting started tutorial
> >
> >>Hi,
> >>
> >>Hi I am new to SIS. When I started jetty server and entered the URL
> >>http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
> >>used Java 1.7 and Maven 3.0.4.
> >>
> >> Bounding Box:
> >>      0, 50, 50, 100
> >>
> >>I get following exception
> >>
> >>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >>java.lang.NullPointerException
> >>    at
> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
> >>0
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >>    at
> >>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
> >>6
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >>    at
> >>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >>    at
> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >>    at
> >>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
> >>o
> >>llection.java:230)
> >>    at
> >>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
> >>:
> >>114)
> >>    at
> >>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >>    at
> >>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >>    at
> >>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
> >>t
> >>ion.java:915)
> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >>    at
> >>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
> >>0
> >>9)
> >>    at
> >>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
> >>5
> >>82)
> >>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >>java.lang.NullPointerException
> >>    at
> >>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
> >>0
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >>    at
> >>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >>    at
> >>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
> >>6
> >>)
> >>    at
> >>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >>    at
> >>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >>    at
> >>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >>    at
> >>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
> >>o
> >>llection.java:230)
> >>    at
> >>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
> >>:
> >>114)
> >>    at
> >>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >>    at org.mortbay.jetty.Server.handle(Server.java:326)
> >>    at
> >>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >>    at
> >>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
> >>t
> >>ion.java:915)
> >>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >>    at
> >>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
> >>0
> >>9)
> >>    at
> >>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
> >>5
> >>82
> >>
> >>
> >
> >
> >>)
> >>
> >>Can anybody please tell where  have I gone wrong.
> >>
> >>Thank You !
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Thanks Amila,

The image didn't come through can you use min.us or some similar
service and paste the link?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Friday, April 12, 2013 11:28 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Re: Exception when followed getting started tutorial

>Hi Chris,
>
>
>It's version 0.2. Here is the error I am getting.
>
>
>
>
>
>
>
>
>Thank You !
>
>
>
>
>On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J)
><ch...@jpl.nasa.gov> wrote:
>
>Hi Amila,
>
>What version of SIS are you using?
>
>Cheers,
>Chris
>
>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>Chris Mattmann, Ph.D.
>Senior Computer Scientist
>NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>Office: 171-266B, Mailstop: 171-246
>Email: chris.a.mattmann@nasa.gov
>WWW:  http://sunset.usc.edu/~mattmann/
>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>Adjunct Assistant Professor, Computer Science Department
>University of Southern California, Los Angeles, CA 90089 USA
>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
>-----Original Message-----
>From: AMILA RANATUNGA <ne...@gmail.com>
>Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
>Date: Monday, April 8, 2013 4:30 AM
>To: "dev@sis.apache.org" <de...@sis.apache.org>
>Subject: Exception when followed getting started tutorial
>
>>Hi,
>>
>>Hi I am new to SIS. When I started jetty server and entered the URL
>>http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
>>used Java 1.7 and Maven 3.0.4.
>>
>> Bounding Box:
>>      0, 50, 50, 100
>>
>>I get following exception
>>
>>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>>java.lang.NullPointerException
>>    at
>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
>>0
>>)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
>>)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>>    at
>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>>    at
>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
>>6
>>)
>>    at
>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>>    at
>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>>    at
>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>>    at
>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
>>o
>>llection.java:230)
>>    at
>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
>>:
>>114)
>>    at
>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>>    at org.mortbay.jetty.Server.handle(Server.java:326)
>>    at
>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>>    at
>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
>>t
>>ion.java:915)
>>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>>    at
>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
>>0
>>9)
>>    at
>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
>>5
>>82)
>>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>>java.lang.NullPointerException
>>    at
>>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:44
>>0
>>)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339
>>)
>>    at
>>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>>    at
>>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>>    at
>>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:21
>>6
>>)
>>    at
>>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>>    at
>>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>>    at
>>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>>    at
>>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerC
>>o
>>llection.java:230)
>>    at
>>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java
>>:
>>114)
>>    at
>>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>>    at org.mortbay.jetty.Server.handle(Server.java:326)
>>    at
>>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>>    at
>>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnec
>>t
>>ion.java:915)
>>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>>    at
>>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:4
>>0
>>9)
>>    at
>>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:
>>5
>>82
>>
>>
>
>
>>)
>>
>>Can anybody please tell where  have I gone wrong.
>>
>>Thank You !
>
>
>
>
>
>
>
>
>


Re: Exception when followed getting started tutorial

Posted by AMILA RANATUNGA <ne...@gmail.com>.
Hi Chris,

It's version 0.2. Here is the error I am getting.

[image: Inline image 1]


Thank You !



On Fri, Apr 12, 2013 at 10:58 PM, Mattmann, Chris A (398J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Amila,
>
> What version of SIS are you using?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: AMILA RANATUNGA <ne...@gmail.com>
> Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
> Date: Monday, April 8, 2013 4:30 AM
> To: "dev@sis.apache.org" <de...@sis.apache.org>
> Subject: Exception when followed getting started tutorial
>
> >Hi,
> >
> >Hi I am new to SIS. When I started jetty server and entered the URL
> >http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
> >used Java 1.7 and Maven 3.0.4.
> >
> > Bounding Box:
> >      0, 50, 50, 100
> >
> >I get following exception
> >
> >2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
> >java.lang.NullPointerException
> >    at
> >org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440
> >)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >    at
> >org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >    at
> >org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216
> >)
> >    at
> >org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >    at
> >org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >    at
> >org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >    at
> >org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCo
> >llection.java:230)
> >    at
> >org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:
> >114)
> >    at
> >org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >    at org.mortbay.jetty.Server.handle(Server.java:326)
> >    at
> >org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >    at
> >org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnect
> >ion.java:915)
> >    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >    at
> >org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:40
> >9)
> >    at
> >org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:5
> >82)
> >2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
> >java.lang.NullPointerException
> >    at
> >org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440
> >)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
> >    at
> >org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> >    at
> >org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> >    at
> >org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216
> >)
> >    at
> >org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> >    at
> >org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> >    at
> >org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
> >    at
> >org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCo
> >llection.java:230)
> >    at
> >org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:
> >114)
> >    at
> >org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> >    at org.mortbay.jetty.Server.handle(Server.java:326)
> >    at
> >org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
> >    at
> >org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnect
> >ion.java:915)
> >    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
> >    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> >    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
> >    at
> >org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:40
> >9)
> >    at
> >org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:5
> >82
> >
> >
> >)
> >
> >Can anybody please tell where  have I gone wrong.
> >
> >Thank You !
>
>

Re: Exception when followed getting started tutorial

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hi Amila,

What version of SIS are you using?

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: AMILA RANATUNGA <ne...@gmail.com>
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Monday, April 8, 2013 4:30 AM
To: "dev@sis.apache.org" <de...@sis.apache.org>
Subject: Exception when followed getting started tutorial

>Hi,
>
>Hi I am new to SIS. When I started jetty server and entered the URL
>http://localhost:8080/sis-webapp/demo.jsp. And enter the co-ordinates. I
>used Java 1.7 and Maven 3.0.4.
>
> Bounding Box:
>      0, 50, 50, 100
>
>I get following exception
>
>2013-04-08 16:13:28.990:/sis-webapp:WARN:  unavailable
>java.lang.NullPointerException
>    at 
>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>    at
>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440
>)
>    at
>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
>    at
>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>    at
>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>    at
>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216
>)
>    at
>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>    at
>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>    at 
>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>    at
>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCo
>llection.java:230)
>    at
>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:
>114)
>    at
>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>    at org.mortbay.jetty.Server.handle(Server.java:326)
>    at
>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>    at
>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnect
>ion.java:915)
>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>    at
>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:40
>9)
>    at
>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:5
>82)
>2013-04-08 16:13:28.992::WARN:  /sis-webapp/location
>java.lang.NullPointerException
>    at 
>org.apache.sis.services.LocationServlet.init(LocationServlet.java:99)
>    at
>org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440
>)
>    at
>org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339)
>    at
>org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>    at
>org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
>    at
>org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216
>)
>    at
>org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>    at
>org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>    at 
>org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>    at
>org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCo
>llection.java:230)
>    at
>org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:
>114)
>    at
>org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>    at org.mortbay.jetty.Server.handle(Server.java:326)
>    at
>org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
>    at
>org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnect
>ion.java:915)
>    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
>    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
>    at
>org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:40
>9)
>    at
>org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:5
>82
>
>
>)
>
>Can anybody please tell where  have I gone wrong.
>
>Thank You !