[Geoserver-users] REST problem

2016-06-11 Thread Jim White
curl -v -u admin:geoserver -XPOST -H "Content-type: text/xml" \
  -d "bioimplendt 
theNewTitle" \
  http://localhost/geoserver/rest/workspaces/wms/datastores/db/featuretypes

 curl -v -u admin:geoserver -XGET 
"http://localhost/geoserver/rest/layers/wms:bioimplendt;
 curl -v -u admin:geoserver -XDELETE 
"http://localhost/geoserver/rest/layers/wms:bioimplendt;
 curl -v -u admin:geoserver -XGET 
"http://localhost/geoserver/rest/layers/wms:bioimplendt;
No such layer: wms:bioimplendt

curl -v -u admin:geoserver -XPOST -H "Content-type: text/xml" \
  -d "bioimplendt 
theNewTitle" \
  http://localhost/geoserver/rest/workspaces/wms/datastores/db/featuretypes

this returns - Resource named 'bioimplendt' already exists in store: 'db'

When I run these to add a layer from database and delete it I cannot add it 
back. In the gui I see the layer as published, but not showing in layers or 
layer preview. Is this correct?

Geoserver 2.5.2

Thanks,
Jim

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] copy styles directory

2013-09-06 Thread Jim White
Possibly because I have an older version (2.1.2) I just found it easier 
to browse/upload/validate/submit from the styles page.


Thanks anyhow.

Jim



On 09/06/2013 07:00 AM, geoserver-users-requ...@lists.sourceforge.net wrote:

Hello Jim,

have you also copied the stylename.xml? This file has an ID which is
essential to reference and register the style with geoserver.




This ID turns up with the layer.xml in the workspace:

layer
   nameVMADD.ADDRESS/name
   idLayerInfoImpl--4c68f0d5:128cd132f0d:-7f8a/id
   typeVECTOR/type
   defaultStyle
 idStyleInfoImpl--*2e0631ee:136997f03ca:7037*/id
   /defaultStyle etc, etc...


That is why it makes sense to copy both directories, 'styles' and
'workspace' otherwise you will have layers that reference a style that does
not exist and styles that are not used by your layers and the name does not
matter as the connection is via the ID above.

Cheers

Christian



--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] copy styles directory

2013-09-05 Thread Jim White

Hi,

I created a new workspace and copied the styles directory from another 
server, but I don't see the copied styles listed when I click the styles 
link. What do I need to add to get them to appear?


Thanks,
Jim
--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Printing Module

2013-04-09 Thread Jim White

Jonathan,

I used the print-form in the GeoExt examples to add dpi selection of 
150, 300 and 600. Haven't had time with my boss yet to go over what the 
PDF should look like and any changes in YAML aside from dpi and adding 
permissions for printing OSM.


All works good except for labels which change appearance at different 
dpi and sometimes don't show at all. I am using TileCache for the label 
layer, so not sure what difference that makes.


Jim




On 04/09/2013 07:03 AM, Jonathan Moules wrote:

Hi Jim,
Sorry for the delay, been out for a bit.

The high end of mine is 600dpi which works fine for me. Takes a while 
though, at least if there are rasters in there.
I agree that YAML is a pain - one thing to note that got me for a 
while - spaces only, no tabs.


Jonathan



On 28 March 2013 16:24, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


Hi Jonathan,

I added 2 lines to my print function:

printCapabilities.createURL =
http://test.zo.ncsu.edu/geoserver/pdf/create.json;
http://test.zo.ncsu.edu/geoserver/pdf/create.json;
printCapabilities.printURL =
http://test.zo.ncsu.edu/geoserver/pdf/print.pdf;
http://test.zo.ncsu.edu/geoserver/pdf/print.pdf;

This fixed my problem. Now I just have to figure out config.yaml.
Have you tried to print at higher than 300 dpi?

Thanks,
Jim



On 03/28/2013 06:14 AM, Jonathan Moules wrote:

Hi Jim,
It should just be a matter of setting the URL in your web-app. In
mine which is using GeoExt, I just set it to:
http://wppgeog3:8083/print/pdf
and make sure that URL is in my proxy and it works (its on a
different machine, so no chance of localhost being used).

Jonathan


On 27 March 2013 19:16, Jim White jbw2...@earthlink.net
mailto:jbw2...@earthlink.netwrote:

Hi,

I have installed the printing module, and have it sort of
working from localhost, however when I try to access it from
another IP I am redirected to

http://127.0.0.1:8080/geoserver/pdf/print.pdf

It looks like this has to do with printURL, and createURL in
info.json. I use mod_proxy to access geoserver running on
8080. How do I set up my server to return the correct url and
print from a computer other than localhost?

Thanks,
Jim

-- 
James B. White

Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/


--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
 ___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




This transmission is intended for the named addressee(s) only and
may contain sensitive or protectively marked material up to
RESTRICTED and should be handled accordingly. Unless you are the
named addressee (or authorised to receive it for the addressee)
you may not copy or use it, or disclose it to anyone else. If you
have received this transmission in error please notify the sender
immediately. All email traffic sent to or from us, including
without limitation all GCSX traffic, may be subject to recording
and/or monitoring in accordance with relevant legislation.



-- 
James B. White

Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/




This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use 
it, or disclose it to anyone else. If you have received this 
transmission in error please notify the sender immediately. All email 
traffic sent to or from us, including without limitation all GCSX 
traffic, may be subject to recording and/or monitoring in accordance 
with relevant legislation.



--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy

Re: [Geoserver-users] GeoServer Printing Module

2013-03-28 Thread Jim White

Hi Jonathan,

I added 2 lines to my print function:

printCapabilities.createURL = 
http://test.zo.ncsu.edu/geoserver/pdf/create.json;;
printCapabilities.printURL = 
http://test.zo.ncsu.edu/geoserver/pdf/print.pdf;;


This fixed my problem. Now I just have to figure out config.yaml. Have 
you tried to print at higher than 300 dpi?


Thanks,
Jim



On 03/28/2013 06:14 AM, Jonathan Moules wrote:

Hi Jim,
It should just be a matter of setting the URL in your web-app. In mine 
which is using GeoExt, I just set it to:

http://wppgeog3:8083/print/pdf
and make sure that URL is in my proxy and it works (its on a different 
machine, so no chance of localhost being used).


Jonathan


On 27 March 2013 19:16, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


Hi,

I have installed the printing module, and have it sort of working
from localhost, however when I try to access it from another IP I
am redirected to

http://127.0.0.1:8080/geoserver/pdf/print.pdf

It looks like this has to do with printURL, and createURL in
info.json. I use mod_proxy to access geoserver running on 8080.
How do I set up my server to return the correct url and print from
a computer other than localhost?

Thanks,
Jim

-- 
James B. White

Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/


--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
 ___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use 
it, or disclose it to anyone else. If you have received this 
transmission in error please notify the sender immediately. All email 
traffic sent to or from us, including without limitation all GCSX 
traffic, may be subject to recording and/or monitoring in accordance 
with relevant legislation.



--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer Printing Module

2013-03-27 Thread Jim White

Hi,

I have installed the printing module, and have it sort of working from 
localhost, however when I try to access it from another IP I am 
redirected to


http://127.0.0.1:8080/geoserver/pdf/print.pdf

It looks like this has to do with printURL, and createURL in info.json. 
I use mod_proxy to access geoserver running on 8080. How do I set up my 
server to return the correct url and print from a computer other than 
localhost?


Thanks,
Jim

--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] installation problem

2013-01-02 Thread Jim White
Thanks David. I have installed opengeo community edition and thats 
working. However, I might create another server and see how this works.


Jim



On 01/02/2013 11:54 AM, David Winslow wrote:
Please ensure that you are running the JVM in headless mode (so that 
it won't attempt to connect to a display.)  The simplest way to do 
this is to add '-Djava.awt.headless=true' to your java command-line 
arguments.  For the standalone installer you can do this by editing 
the startup script, otherwise please consult the centos documentation 
for tomcat.


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


On Sun, Dec 23, 2012 at 8:39 PM, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


Hi,

I am trying to install geoserver to Centos 6.3 cloud server. I
have tried all combinations of tomcat6/war file and the jetty os
independant installer. All crashing. See example. Please help.

Jim


[root@culpepper bin]# ./startup.sh
GEOSERVER DATA DIR is /usr/local/geoserver-2.1.2/data_dir
1 [main] INFO org.mortbay.log - Logging to
org.slf4j.impl.SimpleLogger@4d80621a via org.mortbay.log.Slf4jLog
598 [main] WARN org.mortbay.log - Deprecated configuration used
for /usr/local/geoserver-2.1.2/webapps
701 [main] INFO org.mortbay.log - jetty-6.1.8

(.:4412): Gtk-WARNING **: cannot open display:

-- 
James B. White

Cary, NC
H: 919-380-9615 tel:919-380-9615
M: 919-698-1765 tel:919-698-1765
White Coding and Maps http://whitecodingandmaps.com/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add
services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users





--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] installation problem

2012-12-23 Thread Jim White

Hi,

I am trying to install geoserver to Centos 6.3 cloud server. I have 
tried all combinations of tomcat6/war file and the jetty os independant 
installer. All crashing. See example. Please help.


Jim


[root@culpepper bin]# ./startup.sh
GEOSERVER DATA DIR is /usr/local/geoserver-2.1.2/data_dir
1 [main] INFO org.mortbay.log - Logging to 
org.slf4j.impl.SimpleLogger@4d80621a via org.mortbay.log.Slf4jLog
598 [main] WARN org.mortbay.log - Deprecated configuration used for 
/usr/local/geoserver-2.1.2/webapps

701 [main] INFO org.mortbay.log - jetty-6.1.8

(.:4412): Gtk-WARNING **: cannot open display:

--
James B. White
Cary, NC
H: 919-380-9615
M: 919-698-1765
White Coding and Maps http://whitecodingandmaps.com/
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] SLD label polygons

2012-08-13 Thread Jim White

David,

Yes, that works nicely. Thanks.

Jim



On 08/13/2012 10:11 AM, David Winslow wrote:
This section of the manual lists some extra options for controlling 
label positioning and conflict resolution: 
http://docs.geoserver.org/stable/en/user/styling/sld-reference/labeling.html#geoserver-enhanced-options


Reducing the 'goodnessOfFit' option below its default of 0.5 is the 
most direct way to show more labels but may reduce readability.


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

On Sat, Aug 11, 2012 at 6:23 PM, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


Hi,

I have a layer of polygons, and the labels are very sparingly
displayed.
I have to zoom in almost on top of a polygon to get it to display. How
can I adjust the behavior to display more labels?

Jim White
http://jimserver.net/


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
Discussions
will include endpoint security, mobile security and the latest in
malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] SLD label polygons

2012-08-11 Thread Jim White
Hi,

I have a layer of polygons, and the labels are very sparingly displayed. 
I have to zoom in almost on top of a polygon to get it to display. How 
can I adjust the behavior to display more labels?

Jim White
http://jimserver.net/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] ImagePyramid error

2011-12-01 Thread Jim White

|  I have used gdal_retile.py to create an imagepyramid store for a 328MB 
geotiff file. I can view the file if the layer is
geotiff, but with imagepyramid I get this error.

?xml version=1.0 encoding=UTF-8 standalone=no?!DOCTYPE ServiceExceptionReport SYSTEM 
http:||//localhost:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd  ServiceExceptionReport version||=1.1.1   
 ServiceException
||   Internal error occurred
||The coordinate reference system must be the same for all objects.
||/ServiceException/ServiceExceptionReport

The .prj file in the imagepyramid directory is
PROJCS[unnamed,
  GEOGCS[WGS 84,
DATUM[World Geodetic System 1984,
  SPHEROID[WGS 84, 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]],
  AUTHORITY[EPSG,6326]],
PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]],
UNIT[degree, 0.017453292519943295],
AXIS[Geodetic longitude, EAST],
AXIS[Geodetic latitude, NORTH],
AUTHORITY[EPSG,4326]],
  PROJECTION[Mercator_1SP],
  PARAMETER[latitude_of_origin, 0.0],
  PARAMETER[central_meridian, 0.0],
  PARAMETER[scale_factor, 1.0],
  PARAMETER[false_easting, 0.0],
  PARAMETER[false_northing, 0.0],
  UNIT[m, 1.0],
  AXIS[Easting, EAST],
  AXIS[Northing, NORTH]]


Any suggestions?

Jim White
|

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] geowebcache demos page reload fails

2011-09-12 Thread Jim White
Hi,

I have installed geoserver.war with tomcat6.

When I go to Geowebcache demos page, and hit reload configuration I get 
a http 500 errror. Error logs for this action are:

2011-09-12 18:54:21,298 DEBUG [geoserver.filters] - filtering 
http://www.gapserve.ncsu.edu:8080/geoserver/gwc/rest/reload
2011-09-12 18:54:21,299 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL 
to lowercase, from: '/gwc/rest/reload'; to: '/gwc/rest/reload'  and 
httpMethod= POST
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~ 
antPath= /** methodList= [Ljava.lang.String;@d1d6070
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[0]: GET
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is: 
'/gwc/rest/reload'; antPath is /**; matchedPath=true; matchedMethods=false
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~ 
antPath= /** methodList= [Ljava.lang.String;@4891d863
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[0]: POST
2011-09-12 18:54:21,300 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[1]: DELETE
2011-09-12 18:54:21,301 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[2]: PUT
2011-09-12 18:54:21,301 DEBUG 
[security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is: 
'/gwc/rest/reload'; antPath is /**; matchedPath=true; matchedMethods=true


I have tried this with and without a geowebcache.xml file.

Thanks,
Jim White
NCSU, Biology

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image pyramidal plugin

2011-09-08 Thread Jim White

Hi Daniele,

I tried the os-independant binary and it didn't work too well and 
reinstalled the geoserver.war and found that I had had 2 problems.  I 
needed to add a srs to gdal_retile.py, but I found that it still  didn't 
work and I had to add the attribute to

JreMemoryLeakPreventionListener.

I have another question about tomcat and geoserver. When I add the -user 
tomcat switch to the tomcat startup script geoserver will not start, 
although tomcat does. It might be related to writing in the /tmp 
directory. Is this a known issue?


JIm



On 08/30/2011 03:11 AM, Daniele Romagnoli wrote:

Hi Jim,
do you have any chance to share with us the full stack trace?
It would be useful to better understand the origin of this error.
Moreover, using that Tomcat version, I would take a look at the tip 
provided at [1]. (Not sure if this is your case but it could be that 
the plugins are deregistered and therefore geoserver is unable to find 
a proper reader/stream)


Please, let us know.
Regards,
Daniele

[1]: 
http://geo-solutions.blogspot.com/2010/05/fix-geotools-and-geoserver-not-able-to.html



On Tue, Aug 30, 2011 at 3:29 AM, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


I am unable to add a store for ImagePyramid. I get the error:

 Could not list layers for this store, an error occurred retrieving
them: null

geoserver 2.1-RC5
Red Hat 5
tomcat-6.0.33

Jim White


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it http://www.geo-solutions.it/
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---



--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image pyramidal plugin

2011-08-30 Thread Jim White

Daniele,

Looks like the problem was that I did not assign an srs with 
gdal_retile.py. Adding this fixed my problem.


Jim



On 08/30/2011 03:11 AM, Daniele Romagnoli wrote:

Hi Jim,
do you have any chance to share with us the full stack trace?
It would be useful to better understand the origin of this error.
Moreover, using that Tomcat version, I would take a look at the tip 
provided at [1]. (Not sure if this is your case but it could be that 
the plugins are deregistered and therefore geoserver is unable to find 
a proper reader/stream)


Please, let us know.
Regards,
Daniele

[1]: 
http://geo-solutions.blogspot.com/2010/05/fix-geotools-and-geoserver-not-able-to.html



On Tue, Aug 30, 2011 at 3:29 AM, Jim White jbw2...@earthlink.net 
mailto:jbw2...@earthlink.net wrote:


I am unable to add a store for ImagePyramid. I get the error:

 Could not list layers for this store, an error occurred retrieving
them: null

geoserver 2.1-RC5
Red Hat 5
tomcat-6.0.33

Jim White


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
mailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it http://www.geo-solutions.it/
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---



--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Image pyramidal plugin

2011-08-29 Thread Jim White
I am unable to add a store for ImagePyramid. I get the error:

  Could not list layers for this store, an error occurred retrieving 
them: null

geoserver 2.1-RC5
Red Hat 5
tomcat-6.0.33

Jim White

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users