[dzwiers@anonymised.com geoserver]$ ./bin/startup.sh
: bad interpreter: No such file or directory
[dzwiers@anonymised.com geoserver]$ java -jar bin/start.jar
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl could not be
instantiated: java.lang.NullPointerException
</ServiceException>
</ServiceExceptionReport>
Perhaps you are running an old version of Java that does not include xerces? Xalan would really like to talk to xerces ...
Jody
So I have a list of posible issues:
startup: the second option works, but
[dzwiers@anonymised.com geoserver]$ ./bin/startup.sh
: bad interpreter: No such file or directory
[dzwiers@anonymised.com geoserver]$ java -jar bin/start.jar
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl could not be
instantiated: java.lang.NullPointerException </ServiceException>
</ServiceExceptionReport>
Anyone have any ideas?
David
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Does 'sh startup.sh' work? What shell are you using? And what
permissions does the file have? Can you chmod it to be executeable if
it's not, and then does it work?
For the second, it's because you're on java 1.5. This is mentioned
somewhere in the docs, basically you just have to copy the xalan.jar to
the lib directory . server/geoserver/WEB-INF/lib in the binary release.
I'm still not convinced on including xalan, as it's a big jar, but as java
1.5 gets more accepted (and if sun doesn't start including it), then I'm
sure we probably will.
Chris
On Fri, 22 Oct 2004, David Zwiers wrote:
So I have a list of posible issues:
startup: the second option works, but
[dzwiers@anonymised.com geoserver]$ ./bin/startup.sh
: bad interpreter: No such file or directory
[dzwiers@anonymised.com geoserver]$ java -jar bin/start.jar
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl could not be
instantiated: java.lang.NullPointerException
</ServiceException>
</ServiceExceptionReport>
Anyone have any ideas?
David
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Using bash, and i unziped the new version parallel to 1.2.2 (which runs
fine).
On Fri, 2004-10-22 at 14:03, Chris Holmes wrote:
Does 'sh startup.sh' work? What shell are you using? And what
permissions does the file have? Can you chmod it to be executeable if
it's not, and then does it work?
ls -l has 755 for the startup.sh
For the second, it's because you're on java 1.5. This is mentioned
somewhere in the docs, basically you just have to copy the xalan.jar to
the lib directory . server/geoserver/WEB-INF/lib in the binary release.
I'm still not convinced on including xalan, as it's a big jar, but as java
1.5 gets more accepted (and if sun doesn't start including it), then I'm
sure we probably will.
Ok i'll try ... xalan is on my classpath.
Chris
On Fri, 22 Oct 2004, David Zwiers wrote:
> So I have a list of posible issues:
>
> startup: the second option works, but
>
> [dzwiers@anonymised.com geoserver]$ ./bin/startup.sh
> : bad interpreter: No such file or directory
> [dzwiers@anonymised.com geoserver]$ java -jar bin/start.jar
>
> it cannot find xalan:
>
> <ServiceExceptionReport version="1.2.0"
> xsi:schemaLocation="http://www.opengis.net/ogc
> http://localhost:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd">
> -
> <ServiceException>
>
> javax.xml.transform.TransformerFactoryConfigurationError: Provider
> org.apache.xalan.processor.TransformerFactoryImpl could not be
> instantiated: java.lang.NullPointerException
> </ServiceException>
> </ServiceExceptionReport>
>
> Anyone have any ideas?
>
> David
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
Using bash, and i unziped the new version parallel to 1.2.2 (which runs
fine).
On Fri, 2004-10-22 at 14:03, Chris Holmes wrote:
> Does 'sh startup.sh' work? What shell are you using? And what
> permissions does the file have? Can you chmod it to be executeable if
> it's not, and then does it work?
ls -l has 755 for the startup.sh
-rwxr-xr-x 1 dzwiers users 2435 Oct 13 22:36 startup.sh
same state as before ...
>
> For the second, it's because you're on java 1.5. This is mentioned
> somewhere in the docs, basically you just have to copy the xalan.jar to
> the lib directory . server/geoserver/WEB-INF/lib in the binary release.
> I'm still not convinced on including xalan, as it's a big jar, but as java
> 1.5 gets more accepted (and if sun doesn't start including it), then I'm
> sure we probably will.
Ok i'll try ... xalan is on my classpath.
This part is fixed, it runs now
>
> Chris
David
>
> On Fri, 22 Oct 2004, David Zwiers wrote:
>
> > So I have a list of posible issues:
> >
> > startup: the second option works, but
> >
> > [dzwiers@anonymised.com geoserver]$ ./bin/startup.sh
> > : bad interpreter: No such file or directory
> > [dzwiers@anonymised.com geoserver]$ java -jar bin/start.jar
> >
> > it cannot find xalan:
> >
> > <ServiceExceptionReport version="1.2.0"
> > xsi:schemaLocation="http://www.opengis.net/ogc
> > http://localhost:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd">
> > -
> > <ServiceException>
> >
> > javax.xml.transform.TransformerFactoryConfigurationError: Provider
> > org.apache.xalan.processor.TransformerFactoryImpl could not be
> > instantiated: java.lang.NullPointerException
> > </ServiceException>
> > </ServiceExceptionReport>
> >
> > Anyone have any ideas?
> >
> > David
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> > Use IT products in your business? Tell us what you think of them. Give us
> > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > _______________________________________________
> > Geoserver-devel mailing list
> > Geoserver-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
> >
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel