Hi Christian, thanks for the help. However, its not the solution.
Actually you are right and I used sudo cp. But tomcat works quite fine with it (for example the proxy plugin was installed correctly). Just to make sure I changed the user-rights (sudo chmod -R ugo+rwx /var/lib/tomcat7/webapps/geoserver/WEB-INF/lib/) and restarted tomcat (sudo service tomcat7 restart ). Sadly it changed nothing. Any other suggestions? Best Regards Frederik On Tue, 27 Aug 2013 16:33:13 +0200 Christian Mueller <[email protected]> wrote: > Hi Frederik > > I did a quick test on the master branch and anything >works fine. > > Did you check the file permissions of > > /var/lib/tomcat7/ > webapps/geoserver/WEB-INF/lib/imagemosaich-jdbc-<version>.jar > > Maybe you copied the jar file using the "root" user and >tomact is using the > "tomcat" user. In this case, tomcat could have problems >opening the jar > file. > > Summary: > Check if your tomcat user can open the jar file. > > Cheers > Christian > > > > > > > > > > > On Tue, Aug 27, 2013 at 3:50 PM, Frederik Haefker ><[email protected]>wrote: > >> Hello, >> >> I am sorry to send the request again. However, it is my >> first time writing to this user-list and I am really >>lost! >> >> In the geoserver web application >> (localhost:8080/geoserver) there is no possibility to >>add >> an Image Mosaic JDBC as a store. However, the .jar-file >>is >> at the right place and everything else is working quite >> fine. >> >> We need it for importing postgis raster. Where is our >> mistake? >> >> Best Regards >> Frederik >> >> On Fri, 23 Aug 2013 17:13:46 +0200 >> "Frederik Haefker" <[email protected]> wrote: >> > Hello, >> > >> > we are using "Geoserver 2.4 RC1" with "tomcat7" on >> >"Ubuntu 12.04". Everything is working fine with the >> >exclusion of the "Image Mosaic JDBC"-plugin. >> > >> > The .jar-file is at the right place: >> > >> > >>user@station:/var/lib/tomcat7/webapps/geoserver/WEB-INF/lib$ >> >ls -l >> > total 55928 >> > -rw-r--r-- 1 tomcat7 tomcat7 62983 May 31 2012 >> >activation-1.1.jar >> > [...] >> > -rw-r--r-- 1 tomcat7 tomcat7 323036 Aug 18 13:06 >> >gt-imagemosaic-10-RC1.jar >> > -rw-r--r-- 1 root root 112034 Aug 23 16:38 >> >gt-imagemosaic-jdbc-10-RC1.jar >> > -rw-r--r-- 1 tomcat7 tomcat7 188058 Aug 18 13:05 >> >gt-jdbc-10-RC1.jar >> > [...] >> > >> > However, in the geoserver web application >> >(localhost:8080/geoserver) there is no possibility to >>add >> >an Image Mosaic JDBC as a store >> > >> > "[...] >> > Raster Data Sources >> > >> > ArcGrid - Arc Grid Coverage Format >> > GeoTIFF - Tagged Image File Format with Geographic >> >information >> > Gtopo30 - Gtopo30 Coverage Format >> > ImageMosaic - Image mosaicking plugin >> > WorldImage - A raster file accompanied by a spatial >> >data file >> > >> > Other Data Sources >> > [...]" >> > >> > We need it for importing postgis raster. Where is our >> >mistake? >> > >> > Best Regards >> >Frederik >> >> >> ------------------------------------------------------------------------------ >> Introducing Performance Central, a new site from >>SourceForge and >> AppDynamics. Performance Central is your source for >>news, insights, >> analysis and resources for efficient Application >>Performance Management. >> Visit us today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >> _______________________________________________ >> Geoserver-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> > > > > -- > DI Christian Mueller MSc (GIS), MSc (IT-Security) > OSS Open Source Solutions GmbH ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
