On Thu, Jul 2, 2015 at 12:12 AM, jair santos wrote:
> Hello everyone.
>
> Does anybody knows what is the exception below from the wrapper.log?
>
> Thanks
> JJ
>
>
>
>
> INFO | jvm 1| 2015/07/01 15:01:30 | at
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> INFO | jvm 1|
Looks like it is a wrapper allowing a java application to be run as a
windows service.
--
Jody Garnett
On 1 July 2015 at 15:12, jair santos wrote:
> Hello everyone.
>
> Does anybody knows what is the exception below from the wrapper.log?
>
> Thanks
> JJ
>
>
>
>
> INFO | jvm 1| 2015/07/01
Hello everyone.
Does anybody knows what is the exception below from the wrapper.log?
Thanks
JJ
INFO | jvm 1 | 2015/07/01 15:01:30 | at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2015/07/01 15:01:30 | at
sun.reflect.DelegatingMethodAccessorImpl.inv
Hi David
Did you have a look at
http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html
This documentation should solve your problem.
Cheers
Christian
On Wed, Jul 1, 2015 at 3:46 PM, David Haynes II wrote:
> Thanks one last question that isn't quite covered in the tutorial.
Thanks one last question that isn't quite covered in the tutorial.
http://docs.geotools.org/latest/userguide/library/coverage/jdbc/setup.html
For my test case, I have ingested a 30mb geotiff into my database using the
raster2pgsql executable using -l to create overviews/pyramides inside the
databa
HI David
Looks like a connection problem. Did you configure PostGres for remote
access ?
http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html
Cheers
Christian
On Tue, Jun 30, 2015 at 4:22 PM, David Haynes II wrote:
> Here is the error log. Hope that helps.
>
>
> On T
Hi Ian,
Thanks again, yes we are using 4x4 meta tiling.
It isn't specifically access to the DB that is the bottle neck, as we use
tiled requests it sends an inordinate amount of requests to the DB server.
The turn-around for a single request is not too bad at all (3-4ms) and our
DBA assures us t
Hi again,
please, read below...
On Tue, Jun 30, 2015 at 6:23 PM, tilia
wrote:
> Dear Daniele, many thanks for getting back to me so quickly – much
> appreciated.
>
> The only reason I’m using 32bit JRE/JDK is to able enable JAI since (I am
> told) this is necessary for fast rendering of images.