Re: [Geoserver-users] DescribeFeatureType timeout when trying to connect to WFS layer

2013-09-24 Thread Jonathan Moules
Hi Miloš,
Hmmm, I just tried this myself using the "demos" page on GeoServer. It
took an inordinantely long time to get a response to the first request
(well over a minute). But once a request had succeeded, following requests
were almost instantaneous, even for information about other tables.

I can replicate it fairly easily (I'm using Oracle):

First request:* 66 seconds! *(though it can be as "low" as 9 seconds).
Following requests (any layer) - less than 0.5 seconds.

Clearing the resource cache resets it back to super-slow.

I'll report it as a bug; at the very least there's obvious scope for
optimisation.

Miloš - Assuming you don't restart your server, once the first one has been
served following ones should hopefully be faster.
Regards,
Jonathan


On 23 September 2013 23:15, Miloš Kroulík  wrote:

> I am trying to connect to my layer, created as PostGIS (2.1) view through
> Geoserver 2.3.5. The problem is, that every request ends with error:
>
> Network request  timed out. (in
> QGIS)
>
> I tried to discover the cause using Google, but I wasnt succesful. Please
> let me know, if you need more information,
>
> Miloš Kroulík
>
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> 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.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid layer settings for faster rendering

2013-09-24 Thread Simone Giannecchini
Dear Amiala,
I thinkl you are on the right track.

A few hints:
-1- I would make the size of the tiles even bigger than 1024x1024.
Make sure to have them internally tiled. In the presentation I
attached there are hints on how to do/check that
-2- Yeah, the less files in folder, the better. 1 will help with that

That said, I would like to see the final properties files that
geoserver generates in the root foolder as well as in the top children
folder to understand the resolution structure for these layers.

Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


On Mon, Sep 9, 2013 at 3:51 PM, Amiala  wrote:
> Ciao Simone,
> What's a great presentation! I found it very useful!
>
> I just need to clarify some issues:
>
> I have:
>  - 13 levels of ArcGIS Cashed data in .bundle format on the disk. The bigest
> lever is 18 GB, in total there is 25GB.
>
> What I need:
> - Geoserver Image Pyramid (with 13 zoom level and fast serve for user)
>
> What I already did:
> 1. I converted ArcGis data (accesing it by url as a tile) from .png to
> .geotiff with .jpeg compression using .geotiff lib (I didn't manage to do it
> for 2 biggest layers - too many tiles)
> 2. I used geoserver ImagePyramid plugin (from Web Interface) and create
> ImagePyramid.
>
> Problems: laoding map and zooming (in/out) are too slow
>
> What I think after reading your presentation:
> 1. I need to use UseDirForEachRow option. Now in the last folder I would
> have more than 16 000 000(!) tiles
> 2. I need to make bigger tiles (2048x2048 for example)
>
> My questions:
> 1. Do you think I am on the right way now (2 previous items)?
> 2. If I use "UseDirForEachRow" I will have 4000 folders with 4000 tiles each
> for the last level, will it help? or it is still too much and I have to find
> other way.
>
> Thank you again,Simone!
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/Image-Pyramid-layer-settings-for-faster-rendering-tp5072871p5076907.html
> Sent from the GeoServer - User mailing list archive at Nabble.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=58041391&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Memory Leaks during rendering of JPEG WorldImage (Java heap space filling up)

2013-09-24 Thread Jonathan Moules
Hi,
If this is repeatable, it is probably worth reporting as a bug on the bug
tracker. See -
http://docs.geoserver.org/latest/en/user/introduction/gettinginvolved.html#bug-tracking

Ideally with some sample data if it is data specific.

Regards,
Jonathan



On 20 September 2013 14:53, anwa  wrote:

> Hello GeoServer-Mailing List, we are experiencing problems that appear to
> be memory leaks of GeoServer when trying to serve tiles from a JPEG
> WorldImage (TIF WorldImages seem to be fine). The error is easily
> reproducable (see steps below) and leads to the Tomcat container's Heap
> space (PS Old Gen and PS Eden, to be exact) to be filled up to 99 %, making
> Tomcat unresponsive and preventing GeoServer from rendering any more new
> tiles. Our System: * Tomcat: Apache Tomcat/7.0.40 - Heap space for PS Old
> Gen is a whopping 965 MB max, PS Eden Space is 381 MB max * JVM: Oracle
> Corporation: 1.7.0_25 (Java HotSpot(TM) 64-Bit Server VM) * OS: Linux
> 2.6.32-358.11.1.el6.x86_64 (64 Bit) * GeoServer: 2.4.0 (but happens with
> 2.2.2 and 2.3.2 as well), no native JAI Steps to Reproduce the Problem *
> Setup: GeoServer in a Tomcat container. * You need a WorldImage store for a
> JPEG file in GeoServer. ---> In [GEOSERVER_DATA_DIR]/coverages/img_sample
> you can find the files Pk50095.tfw, Pk50095.tif and Pk50095.prj . Open the
> tif with an image program of your choice and save it as Pk50095.jpeg in a
> new folder. Make a copy of Pk50095.tfw, move it to the new folder and
> rename it to Pk50095.jgw . Now you can either copy the .prj-File into the
> new folder or you can leave it out (this file does not seem to influence
> the problematic behaviour). Once you have done this, add a new WorldImage
> Store to your GeoServer (URL is the path to the new Pk50095.jpeg) and
> publish the layer. If you left out the .prj-File, you have to set the
> layer's declared SRS to EPSG:32633, set "Force declared" and hit "Compute
> from native bounds"). * Open your new layer with the GeoServer
> LayerPreview. Set the Tiling option to "tiled" and start zooming, panning
> etc. - just create lots of requests for tiles for the new layer. * If you
> watch your Tomcat's heap now (with the Tomcat Manager Web App, for
> instance), you should see PS Old Gen filling up until it reaches 99 %. PS
> Eden Space will then fill up, too. Tomcat will show several threads with
> requests for the specific layer "hanging" in state "Service" for very long
> times (up to more than 30 minutes in one of our tests). * Finally,
> OutOfMemory errors will show up in the GeoServer log and Tomcat may become
> unresponsive (see attached detailed log 
> file,
> look for the following errors): ERROR [geoserver.ows] -
> java.lang.OutOfMemoryError: Java heap space ERROR [geoserver.ows] -
> java.lang.RuntimeException: javax.imageio.IIOException: Improper call to
> JPEG library in state 202 ERROR [geotools.map] - Call MapContent dispose()
> to prevent memory leaks ERROR [geoserver.ows] - java.lang.OutOfMemoryError:
> GC overhead limit exceeded Our Concrete Error Situation * We have a
> WorldImage store for a JPEG file (so we have a JPEG and a related JGW) in
> GeoServer and publish the JPEG as a layer with EPSG:31467. * Whenever tiles
> for this layer get rendered, we can see (via the Tomcat Manager Web App)
> its PS Old Gen Heap space continuosly filling up as described above. Tomcat
> will become sluggish/unresponsive. Requests for cached tiles sometimes go
> through apparently unaffected, but new tiles will not be rendered. * In
> order to get a responsive Tomcat again, we restart it. Now the heap will be
> (almost) empty, but it will fill up again if the JPEG WorldImage-Layer gets
> rendered. * We saved our original JPEG file as a TIF file and created a TGW
> file containing the same contents as the original JGW file. If we add this
> TIF file as a WorldImage Store and publish it as a layer with EPSG:31467,
> rendering seems to work perfectly fine and the heap space does not appear
> to be filling up. * Note: The original JPEG/JGW files have been in use with
> GeoServer since 2011 and we cannot remember having experienced these
> problems before! We noticed them just now after moving the GeoServer to the
> current system (see above). The previous system was: Linux 2.6.18-348.el5
> i386, Apache Tomcat/6.0.26, JVM Sun Microsystems Inc.: 1.6.0_20 (Java
> HotSpot(TM) Client VM), GeoServer 2.2.2 . The old Tomcat doesn't show
> detailed information about its heap memory in the Tomcat Manager Web App,
> but we can see that we only had a total available memory of 742.43 MB (much
> less than on the new system), and we can play around with our JPEG
> WorldImage layer without any problems... Ideas * It seems to be related
> to the format of the WorldImage - TIFs seem to be fine, JPEGs fill up the
> heap space. * Is the JPEG image repeatedly loaded into heap memory for
> rendering, and this memory is never 

Re: [Geoserver-users] geoprocessing with geoserver

2013-09-24 Thread Jonathan Moules
Hi Justin,
  It does sound like you want WPS stuff. There's the GeoServer WPS
extension for that
http://docs.geoserver.org/stable/en/user/extensions/wps/index.html?highlight=extension-
I've not used it myself, but it looked fairly simple from the examples
I've seen.

Also free & open-source, there's also: http://zoo-project.org/ -
http://pywps.wald.intevation.org/ - and a QGIS WPS plugin too.

Regards,
Jonathan



On 18 September 2013 18:29, Justin Perez  wrote:

>  I have leveraged the geoprocessing framework for ArcGIS Server which
> calls various tools in the ArcGIS Toolbox.  Pretty easy to have a client
> application send a request to ArcGIS Server and then get a response and use
> that to display to a map.
>
> ** **
>
> Use case I currently have is to find slope of a polyline based on some
> elevation model and then insert points along the line at a spacing distance
> specific to a slope via a web map.
>
> ** **
>
> I looked at the Scripting Extension for Geoserver v2.3x.  I looked at WPS
> which I guess is most mature with a Java library?
>
> ** **
>
> Please give me an insight as to my options to do this in a web map as well
> as what is the likely future of this type of development in the Geoserver
> ecosystem.
>
> ** **
>
> Thanks.
>
> ** **
>
> Justin
>
>
> --
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
> SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
> includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> 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.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver: Merge Raster Images with SLDs

2013-09-24 Thread Jonathan Moules
Hi Manoj,
It's not entirely clear what the problem is here. Can you be a little more
descriptive about what's not working the way you expect it to, and how you
expect it to work?
Cheers,
Jonathan



On 17 September 2013 23:24, Manoj kidambi  wrote:

> Hello,
>
>   I'm quite new to Geoserver stuf and I'm starting to learn coding in
> this. Now, I have a problem with this and I couldn't find the solution
> online. Please try to help me.
>
> Here's my problem.
>
> We have various Raster layers created by tiff images for nearly 200
> sensors. The sld file changes as per the value at that particular sensor.
> Now, If I want to view all the layers at once, it is taking a lot of time
> to load. So, I have merged all those tiff images and created one big image,
> but now the sld input is same for all of them, by which the layers are not
> being displayed correctly.
>
>
>
> Thanks
>
>
> --
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
> SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
> includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> 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.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] 2.4 release announcement missing on geoserver.org landing page

2013-09-24 Thread Andrea Aime
On Mon, Sep 23, 2013 at 1:17 PM, Hochmeister Rudolf <
rudolf.hochmeis...@wien.gv.at> wrote:

> Hi, still only 2.4 RC2 announcement on geoserver.org landing page and no
> final 2.4 :-/
>

Fixed


>
> Nice Show :-)
> Q: Andrea when is GeoServer 2.4 going to be available?
> A: now
>

Ha ha, yep, it has been fun

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Native JAI set to False

2013-09-24 Thread Simone Giannecchini
Ciao David,
please, find my answers inline below...

Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


On Mon, Sep 23, 2013 at 7:41 PM, David McKinney  wrote:
> Ciao Simone,
>
> Thank you for responding.
> I'm on a Linux server. I am not running the GeoServer Suite. Rather, I am
> only using the GeoServer and GeoWebCache.
>
> I finally got the JAI installed correctly, I think. It took several attempts
> to download a .bin file from the documentation link that was not corrupted.
> I was able to install the following: jai-1_1_3-lib-linux-amd64-jre.bin


An alternative way of installing them is to get the tar.gz and place
the SO it contains under something like
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64 or /usr/lib/jvm/jdk1.6.0_45/jre/lib/i386


>
> After restarting Apache Tomcat6, I see TRUE for Native JAI.
> However, Native JAI ImageIO is still FALSE.

That's because you only installed Native JAI. Native ImageIO is a
separate set of SO to be installed similarly but separately.

>
> I need to do a little more testing and reading to see if Native JAI ImageIO
> = TRUE is required for my needs. Perhaps you can offer some insight?
>

It speeds up PNG serving. For JPEG I do recommend using the Libjpeg
turbo extension instead,
http://docs.geoserver.org/stable/en/user/community/libjpeg-turbo/index.html


> I am now attempting to upload hundreds of Geotiffs as a bulk upload. This is
> the primary goal of my endeavor.
> To date, I have only been able to figure out how to upload one geotiff at a
> time.
> I need to be able to load the geotiffs to the GeoServer and have the WMS
> create the necessary 512x512 tiles at different resolutions.
>
> Do you know do I get hundreds of files uploaded as a coverage, such that
> they can be tiled and served?
>

If these files are part of a mosaic (e.g. orthos) you can put them
inside the directory and then use the imagemosaic to create a mosaic
by pointing to the parent directory. I would give a shot at these
slides (the new version will be online soon):
http://goo.gl/TXJRS

Just to add a bit to my thoughts, if you want to serve a mosaic off
100+ files at all scales this might be problematic since
you might end up opening too many files at once to answer a request at
large scales. Anyway, if you'll get to this point
I'll help you again, I believe first thing is to get some confidence
in using GeoServer.



> Thanks for any assistance you can offer.
>
> Regards,
> David
>
>
> On Mon, Sep 23, 2013 at 12:45 PM, Simone Giannecchini
>  wrote:
>>
>> Ciao David,
>> if JAI is properly installed you need to check the relative checkbox
>> in the JAI Settings panel:
>>
>> http://docs.geoserver.org/stable/en/user/webadmin/server/JAI.html
>>
>> However if in the status page native JAI is false that means it was
>> not installed properly.
>> Can you elaborate a bit on what your OS is and what you did to install
>> native JAI?
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> Our support, Your Success! Visit http://opensdi.geo-solutions.it for
>> more information.
>> ==
>>
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director
>>
>> GeoSolutions S.A.S.
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39 333 8128928
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> ---
>>
>>
>> On Mon, Sep 23, 2013 at 5:27 PM, David McKinney 
>> wrote:
>> > I am using the integrated installation of GeoServer and GeoWebCache (not
>> > the
>> > suite). I see in the documentation that Native JAI needs to be installed
>> > and
>> > set to True. It is installed. But the GeoServer Status page says that
>> > Native
>> > JAI is False. How do I change the status from False to True?
>> >
>> > Thanks!
>> >
>> >
>> > --
>> > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>> > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>> > SharePoint
>> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> > includes
>> > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> > ___
>> > Geoserver-users mailing list
>> > Geoserver-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> >
>
>

--
Octobe

Re: [Geoserver-users] GeoServer 2.4-RC2 released

2013-09-24 Thread Andrea Aime
Hi,
are you getting any error on the client side? Or you're just seeing the
WARN in the logs, and that's what is worrying you?
As far as I can see GWC is complaining because it finds that GeoServer
supports a GetFEatureInfo format, GML3, that it
does not support, and informs you that it cannot cascade it.
However, this is just an information, it should not cause issues on the
client side.

You can open an "improvement" request on jira.codehaus.org (get a login at
xircles.codehaus.org) to have
those warnings be removed in the future.
Providing your own patch/pull request normally goes a long way to shorten
the times to get that fixed.

Cheers
Andrea


On Thu, Sep 12, 2013 at 10:51 AM, Denlarik  wrote:

> Sorry for my bad English.
>
> Version
> 2.4-RC2
> Git Revision
> c9f45110672fd1e6dc70f7c7b4bc20e0d658913f
> Build Date
> 03-Sep-2013 11:41
> GeoTools Version
> 10-RC2 (rev 5481f4202bd33093b4f41a8ae480ec23a9997e0f)
> GeoWebCache Version
> 1.5.0-beta (rev 1.5.x/938be98ee3b9107a48a4d1b970ff9b8b625296d9)
>
> 3.2.0-53-generic #81-Ubuntu SMP Thu Aug 22 21:01:03 UTC 2013 x86_64 x86_64
> x86_64 GNU/Linux
>
>
> I have this problem: If i clik on map, in GWC Demos preview, and i want see
> feature info, I get the following log:
> 2013-09-12 13:53:07,250 WARN [gwc.layer] - Unsupported format request:
> application/vnd.ogc.gml/3.1.1
> org.geowebcache.mime.MimeException: Unsupported format request:
> application/vnd.ogc.gml/3.1.1
> at
> org.geowebcache.mime.MimeType.createFromFormat(MimeType.java:134)
> at
>
> org.geoserver.gwc.layer.GeoServerTileLayer.getInfoMimeTypes(GeoServerTileLayer.java:1070)
> at
>
> org.geowebcache.service.wms.WMSService.handleGetFeatureInfo(WMSService.java:318)
> at
> org.geowebcache.service.wms.WMSService.handleRequest(WMSService.java:266)
> at
>
> org.geowebcache.service.wms.WMSService$$FastClassByCGLIB$$85c0e55b.invoke()
> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
> at
>
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
> at
>
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> at
>
> org.geoserver.gwc.config.GWCServiceEnablementInterceptor.invoke(GWCServiceEnablementInterceptor.java:46)
> at
>
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> at
>
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
> at
>
> org.geowebcache.service.wms.WMSService$$EnhancerByCGLIB$$bd75851a.handleRequest()
> at
>
> org.geowebcache.GeoWebCacheDispatcher.handleServiceRequest(GeoWebCacheDispatcher.java:344)
> at
>
> org.geowebcache.GeoWebCacheDispatcher.handleRequestInternal(GeoWebCacheDispatcher.java:254)
> at
>
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
> at
>
> org.geoserver.gwc.dispatch.GwcServiceProxy.dispatch(GwcServiceProxy.java:87)
> at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
> at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
> at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
> at
>
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
> at
>
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
> at
>
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
> at
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
> at
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
> at
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
> at
>
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
> at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> at
>
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
> at
>
> org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
> at
>
> org.mortbay.jetty.servlet.

Re: [Geoserver-users] HTTP ERROR: 404

2013-09-24 Thread Simone Giannecchini
Ciao Mega,
documentation might be scarce sometimes but it is still useful :)

http://docs.geoserver.org/stable/en/user/datadirectory/data-dir-structure.html#logs
http://docs.geoserver.org/latest/en/user/production/troubleshooting.html#leveraging-geoserver-own-log
Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


On Tue, Sep 24, 2013 at 1:13 AM, mega saputra  wrote:
> So, where is the log file of GeoServer?
> I search in windows explorer in Program Files/GeoServer 2.4.0/.
> The word key is .log. The result is that no file txt log except keepme.txt.
>
>
> On Mon, Sep 23, 2013 at 11:47 PM, Simone Giannecchini
>  wrote:
>>
>> Ciao Mega,
>> apparently GeoServer did not start correctly.
>> The keepme.txt file is not the log of GeoServer is just a placeholder.
>> You should look for the geoserver.log file and/or start GeoServer as
>> an app
>> rather than as a service to get more info.
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> Our support, Your Success! Visit http://opensdi.geo-solutions.it for
>> more information.
>> ==
>>
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director
>>
>> GeoSolutions S.A.S.
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39 333 8128928
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> ---
>>
>>
>> On Mon, Sep 23, 2013 at 9:40 AM, mega saputra 
>> wrote:
>> > Hi all,
>> > I have downloaded GeoServer 2.4.0. I installed.
>> > When I start GeoServer and click GeoServer Web Admin Page then the
>> > browser display this :
>> >
>> > HTTP ERROR: 404
>> > NOT_FOUND
>> >
>> > RequestURI=/geoserver/web
>> >
>> > Powered by jetty://
>> >
>> > The adress in the browser is http://localhost:8080/geoserver/web
>> > The log file in Program Files/GeoServer 2.4.0/logs/keepme.txt is :
>> > An empty file so that the NSIS installer will pick up this directory as
>> > well
>> > I check in Services.msc, there is no GeoServer in the name list of
>> > application.
>> >
>> > Could anyone explain me, why please?
>> > Thank you.
>> >
>> >
>> > --
>> > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>> > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>> > SharePoint
>> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> > includes
>> > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> > ___
>> > Geoserver-users mailing list
>> > Geoserver-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users