Discussion:
S1000 Data file size limit is reached in statement (Insert
Geefos
12 years ago
Permalink
Hi!
I am a new java user. I was given the task to troubleshoot java applications. The applications were written a number of years ago and were no longer being supported. There is little or no documentation and initially it was thought the source code was no longer around. The error comes when the database files size reaches 2GB. S1000 Data file size limit is reached in statement (Insert...) The java application is using hsqldb and creates the following files in the users directory: diw.properties, diwdb.backup, diwdb.properties, diwdb.data, diwdb.script. After some searching I belieive it is the property hsqldb.cache_file_scale=1 that should be increased to 8. How and where should this be changed if this is the answer. I have also seen where this property hsqldb.nio_data_file=true sho
uld be set to false when working with large data sets. Where and how should I set one or both of these properties? I believe I have finally found the source code and loading it into NetBe!
ans it reports that some of the files do not have a main method, 'class "db.DriverWrapper" does not have a main method. I do not see any specific source files that contain the properties that are found in the diwd.properties file that is generated in each user's director. Help!
bolsover
12 years ago
Permalink
I'm not quite sure what, if anything your questions have to do with Netbeans?

Is S1000 is a database? Or is it a database error code? References to hsql suggest you are using hibernate?

Whatever, I suggest your questions are better directed at different forum.

As for being new to Java, there are several good books available.
Loading...