Folks,
some days ago I've checked out the WCS branch of GeoServer, and today I compiled it and run on a Fedora Core 3 box. To my utter surprise, no image were shown in my appplication; digging the log, I've found the same error for every PNG request:
org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetLegendGraphicRequest@anonymised.com
555564 [FINE] org.vfny.geoserver.servlets.AbstractService - strategy is: org.vfny.geoserver.servlets.BufferStrategy@anonymised.com
555573 [FINE] org.geotools.styling.StyleImpl - number of fts set 1
555975 [FINE] org.vfny.geoserver.servlets.AbstractService - mime type is: image/png
java.lang.RuntimeException: bitDepth > 16!
at com.sun.imageio.plugins.png.PNGMetadata.initialize(PNGMetadata.java:274)
at com.sun.imageio.plugins.png.PNGImageWriter.write(PNGImageWriter.java:1054)
at org.vfny.geoserver.wms.responses.PNGLegendGraphicProducer.writeTo(PNGLegendGraphicProducer.java:89)
at org.vfny.geoserver.wms.responses.GetLegendGraphicResponse.writeTo(GetLegendGraphicResponse.java:104)
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:565)
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:302)
Any clue ?
Regards,
P.S.
Yes, I've renamed the JAI jars in my (1.4.2_07) JVM to avoid conflicts.
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Hello Luca:
I run Geoserver WCS branch on Linux successfully, although I haven't
tried yet the 1.4.x release. Is that the one you are trying at the
moment?
Alex
On 7/19/06, Luca Morandini <lmorandini@anonymised.com> wrote:
Folks,
some days ago I've checked out the WCS branch of GeoServer, and today I
compiled it and run on a Fedora Core 3 box. To my utter surprise, no
image were shown in my appplication; digging the log, I've found the
same error for every PNG request:
org.vfny.geoserver.servlets.AbstractService - handling request:
org.vfny.geoserver.wms.requests.GetLegendGraphicRequest@anonymised.com
555564 [FINE] org.vfny.geoserver.servlets.AbstractService - strategy is:
org.vfny.geoserver.servlets.BufferStrategy@anonymised.com
555573 [FINE] org.geotools.styling.StyleImpl - number of fts set 1
555975 [FINE] org.vfny.geoserver.servlets.AbstractService - mime type
is: image/png
java.lang.RuntimeException: bitDepth > 16!
at
com.sun.imageio.plugins.png.PNGMetadata.initialize(PNGMetadata.java:274)
at
com.sun.imageio.plugins.png.PNGImageWriter.write(PNGImageWriter.java:1054)
at
org.vfny.geoserver.wms.responses.PNGLegendGraphicProducer.writeTo(PNGLegendGraphicProducer.java:89)
at
org.vfny.geoserver.wms.responses.GetLegendGraphicResponse.writeTo(GetLegendGraphicResponse.java:104)
at
org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:565)
at
org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:302)
Any clue ?
Regards,
P.S.
Yes, I've renamed the JAI jars in my (1.4.2_07) JVM to avoid conflicts.
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Alexander Petkov wrote:
Hello Luca:
I run Geoserver WCS branch on Linux successfully, although I haven't
tried yet the 1.4.x release. Is that the one you are trying at the
moment?
The one taken from the SVN repository a couple weeks ago.
BTW, I wanted to make a fresh checkout today, but I'm not able to, since it gives me "Folder '' does not exist remotely" error... is the SVN repository working properly today ?
Another issue: is the installation of JAI within the JVM lib/ext relevant to the behaviour of GeoServer ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
The GeoServer SVN structure is heavily changed … you have to do a fresh checkout of the project you want. Keep in mind that now in the trunk there is the 1.4.x release without WCS.
Here https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs you can find temporally a release og GeoServer 1.4.x with wms raster enabled and wcs … but is not really stable yet (me and Simone are working on that). In order to compile this release you have to get and compile first the release of GeoTools here http://svn.geotools.org/geotools/branches/coverages_branch/branches/2.2.x-compatible-GeoServer_1.4.x
Both the projects have to be compiled using maven 2.
Let me know if you have further problems.
Cheers,
Alessio.
P.S.> we are integrating a better release of imagemosaic plugin, as soon as we will have a stable release of such plugin we’ll let you know something more specific about your problem.
On 7/20/06, Luca Morandini <lmorandini@anonymised.com> wrote:
Alexander Petkov wrote:
Hello Luca:
I run Geoserver WCS branch on Linux successfully, although I haven’t
tried yet the 1.4.x release. Is that the one you are trying at the
moment?
The one taken from the SVN repository a couple weeks ago.
BTW, I wanted to make a fresh checkout today, but I’m not able to, since
it gives me “Folder ‘’ does not exist remotely” error… is the SVN
repository working properly today ?
Another issue: is the installation of JAI within the JVM lib/ext
relevant to the behaviour of GeoServer ?
Regards,
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
–
Alessio Fabiani
Software Engineer
http://afabiani.wordpress.com
Alessio Fabiani wrote:
The GeoServer SVN structure is heavily changed ... you have to do a fresh checkout of the project you want. Keep in mind that now in the trunk there is the 1.4.x release without WCS.
Here https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs you can find temporally a release og GeoServer 1.4.x with wms raster enabled and wcs ... but is not really stable yet (me and Simone are working on that). In order to compile this release you have to get and compile first the release of GeoTools here http://svn.geotools.org/geotools/branches/coverages_branch/branches/2.2.x-compatible-GeoServer_1.4.x
Both the projects have to be compiled using maven 2.
Let me know if you have further problems.
I knew it was going to be painful since I read "maven" 
Well, I've downloaded both geotools and geoserver (wcs branch) from SVN and typed "mvn install" in the gt directory of geotools checkout... and I got:
<<
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.apache.maven:maven-artifact
Reason: Error getting POM for 'org.apache.maven:maven-artifact' from the repository: Error transferring file
org.apache.maven:maven-artifact:pom:2.0.1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
snapshots (http://snapshots.maven.codehaus.org/maven2)
>>
There's a way to spare me the maven ordeal (a snapshot maybe) ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Mmmm, strange … it works well on my side.
Have you an internet connection on the machine where geotools is? Maybe there are difficulties downloading maven plugins!
On 7/20/06, Luca Morandini < lmorandini@anonymised.com> wrote:
Alessio Fabiani wrote:
The GeoServer SVN structure is heavily changed … you have to do a
fresh checkout of the project you want. Keep in mind that now in the
trunk there is the 1.4.x release without WCS.
Here
https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs you
can find temporally a release og GeoServer 1.4.x with wms raster enabled
and wcs … but is not really stable yet (me and Simone are working on
that). In order to compile this release you have to get and compile
first the release of GeoTools here
http://svn.geotools.org/geotools/branches/coverages_branch/branches/2.2.x-compatible-GeoServer_1.4.x
Both the projects have to be compiled using maven 2.
Let me know if you have further problems.
I knew it was going to be painful since I read “maven” 
Well, I’ve downloaded both geotools and geoserver (wcs branch) from SVN
and typed “mvn install” in the gt directory of geotools checkout… and
I got:
<<
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] Error building POM (may not be this project’s POM).
Project ID: org.apache.maven:maven-artifact
Reason: Error getting POM for ’ org.apache.maven:maven-artifact’ from the
repository: Error transferring file
org.apache.maven:maven-artifact:pom:2.0.1
from the specified remote repositories:
central ( http://repo1.maven.org/maven2),
snapshots (http://snapshots.maven.codehaus.org/maven2)
There’s a way to spare me the maven ordeal (a snapshot maybe) ?
Regards,
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
–
Alessio Fabiani
Software Engineer
http://afabiani.wordpress.com
Alessio Fabiani wrote:
Mmmm, strange ... it works well on my side.
Have you an internet connection on the machine where geotools is?
Yes, for one wget works.
Maybe there are difficulties downloading maven plugins!
The problem was transient, since it now works even on my machine.
Anyway, Maven is a double-edged sword: if a POM of a related project is badly built you're stuck, if a server has a downtime you're stuck, etc..
A snapshot anyone ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
I managed to build GetTools using maven, but then I need to copy the JARs to geoserver, right ?
The only problem is that I don't know how to do that 
...and trying "mvn install" in the GeoServer checkout directory gave me an error (as it was to be expected, I reckon).
Yes, I've read http://docs.codehaus.org/display/GEOSDOC/Build+targets but it didn't help me.
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
I am getting an "Authorization required" message when I try to check out:
https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs
...or even just list the contents of https://svn.codehaus.org/geoserver/
Do I need to create an account in order to check out SVN?
Thanks,
Alex
On 7/20/06, Luca Morandini <lmorandini@anonymised.com> wrote:
I managed to build GetTools using maven, but then I need to copy the
JARs to geoserver, right ?
The only problem is that I don't know how to do that 
...and trying "mvn install" in the GeoServer checkout directory gave me
an error (as it was to be expected, I reckon).
Yes, I've read http://docs.codehaus.org/display/GEOSDOC/Build+targets
but it didn't help me.
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Alexander Petkov wrote:
I am getting an "Authorization required" message when I try to check out:
https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs
...or even just list the contents of https://svn.codehaus.org/geoserver/
Do I need to create an account in order to check out SVN?
No, I've checked out yesterday without a glitch.
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
On 7/21/06, Luca Morandini <luca.morandini1@anonymised.com> wrote:
Alexander Petkov wrote:
> I am getting an "Authorization required" message when I try to check out:
> https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs
>
> ...or even just list the contents of https://svn.codehaus.org/geoserver/
>
> Do I need to create an account in order to check out SVN?
No, I've checked out yesterday without a glitch.
How can I go to yesterday?
Thanks,
Alex
Alexander Petkov wrote:
On 7/21/06, Luca Morandini <luca.morandini1@anonymised.com> wrote:
Alexander Petkov wrote:
> I am getting an "Authorization required" message when I try to check out:
> https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs
>
> ...or even just list the contents of https://svn.codehaus.org/geoserver/
>
> Do I need to create an account in order to check out SVN?
No, I've checked out yesterday without a glitch.
How can I go to yesterday?

I've just tried to checkout, and it actually asks for a login... therefore something happened to the SVN repository configuration today.
I guess we can only wait for someone up the software food chain to fix it 
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------