-
How would I do that (turn up tracing and logging)?.
2009-12-02 21:58:43 UTC in HyperSQL Database Engine
-
I'm using HSQLDB 1.9 and am having trouble adding records to my database because the server is shutting down unexpectedly after adding a few records. Sometimes I can add as many as 6 records, other times, only 2.
I am starting the server with the following command:
java -cp \progra~1\hsqldb\lib\hsqldb.jar org.hsqldb.server.Server -database.0 "file:/databaseDir/dbase" -dbname.0 dbase...
2009-12-02 21:33:29 UTC in HyperSQL Database Engine
-
Tony,
Thanks for the reply. I'll try to load the properties file into the configure() method and see what happens.
I've tried running NITRO on other NITF files and it doesn't give me the messages, so I'm guessing that one of my images has something wrong with it, but since it's giving me the correct coordinates, it's good enough for what I need.
Now I just need to figure out how to stop...
2009-11-25 19:22:01 UTC in NITRO
-
In my original code, I realized that I was using a LineString instead of a Polygon, so I changed it in my method to test if a Point was in a Polygon and got the same results.
2009-11-20 00:48:14 UTC in JTS Topology Suite
-
I entered my geographic coordinates into a test case for TestBuilder and both contains() and within() returned true for the respective Geometry's.
2009-11-19 21:31:46 UTC in JTS Topology Suite
-
I'm trying to determine if a geographic coordinate is within an image which is defined by four geographic coordinates in decimal degrees with the Southern and Western Hemispheres being negative.
I tried a simple test to see if there was something going on with the decimal degrees and just used about as easy a test case as I could think of (see attachment for code fragment). When I tested...
2009-11-19 00:31:32 UTC in JTS Topology Suite
-
Maybe any easier question,
What version of Apache's log4j do I need to not get the above warnings?.
2009-11-18 16:53:50 UTC in NITRO
-
I'm running on XP using Eclipse and the CLASSPATH is setup in the IDE, but I added the CLASSPATH to the System Environment Variables anyway and have the same issue.
Is there anything else I can try?.
2009-11-17 20:27:00 UTC in HyperSQL Database Engine
-
Sorry for the double post. Trying to enter information with a BlackBerry and didn't see the first post.
2009-11-17 18:16:58 UTC in HyperSQL Database Engine
-
I upgraded as you stated and after modifying my CREATE ALIAS command to CREATE FUNCTION point_in_image (pointLatitude REAL, pointLongitude REAL...) RETURNS CHAR VARYING(5) NO SQL LANGUAGE JAVA PARAMETER STYLE JAVA EXTERNAL NAME 'CLASSPATH:ImageSearchServer.Database.pointInImage');
I still get any SQLException with the message:
User lacks privilege or object not found...
2009-11-17 18:15:30 UTC in HyperSQL Database Engine