Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 10th, 2013, 08:00 AM
geefos geefos is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 1 geefos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 25 m 29 sec
Reputation Power: 0
S1000 Data file size limit is reached in statement

I am trying to troubleshoot an application that was written a few years ago and is no longer supported. It is a java application (I am new to java) and when it is run I get the following error.
S1000 Data file size limit is reached in statement(NSERT INTO

I only have the files in the directory where the program is launched:
diw.jar, diw.jnlp(launches application), diw_signed.jar, hsqldb.jar, idw-gpl.jar, sqljdbc.jar, swing-layout-1.0.jar, absolutelayout.jar, index.html, netbeanslibs.jnlp, netbeanslibsnew.jnlp
and
the resultant database files in the user's directory that are created when the application is run:
diw.properties, diwdb.data, diwdb.log, diwdb.properties, diwdb.script, hsqlprefs.dat

Through much searching on the internet I came across information that said cache_file_scale needed to be changed from its current setting of 1. But I do not know where to find this setting to change it or how to change it. Is there a default database that I need to connect to? Where would I find it and how do you connect? Am I at a loss because I do not have the initial development environment?
Can anyone help.

Reply With Quote
  #2  
Old January 12th, 2013, 03:54 AM
tvc3mye's Avatar
tvc3mye tvc3mye is offline
Daniel Schildsky
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2004
Location: KL, Malaysia.
Posts: 1,534 tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level)tvc3mye User rank is General 10th Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 2 h 27 m 57 sec
Reputation Power: 1620
Send a message via MSN to tvc3mye Send a message via Yahoo to tvc3mye Send a message via Google Talk to tvc3mye Send a message via Skype to tvc3mye
Facebook
Hsqldb

You may try to add some codes that execute DDL statements similar to the codes below into your program before any other SQL statements that caused this error is executed:

sql Code:
Original - sql Code
  1. Stmt.execute( "SET PROPERTY \"hsqldb.cache_file_scale\" 8" ); Stmt.execute( "CHECKPOINT" );


I found this from some online resource. Try it out and see if it works.
__________________
When the programming world turns decent, the real world will turn upside down.

Reply With Quote
  #3  
Old January 12th, 2013, 01:54 PM
fosgee fosgee is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 1 fosgee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 19 sec
Reputation Power: 0
S1000 Data file size limit is reached in statement

tvc3mye,

Thanks for the information.
I found the sql to create the the table in the sql jar file. could I insert the statement there? I tried to change the information in one of the jar files before and then put it back in the directory but got an error that it wasn't registered. Would I need to bring all of the files in the directory where the launch files are located into netbeans and then perform some sort of recompile?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > S1000 Data file size limit is reached in statement

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap