-
Logged In: YES
user_id=1425190
Fix in release R2.5.3b-4-alpha.
2006-11-07 20:47:05 UTC by oleoh
-
Logged In: YES
user_id=1425190
Fix in release R2.5.3b-4-alpha.
2006-11-07 20:46:01 UTC by oleoh
-
In an effort to increase performance and reliability, the ER/Box project has directed its focus in release R2.5.3b-4-alpha to an upgrade of the integrated Apache Derby database.
While being stuck with the first official Derby release for a long time because of a still outstanding improvement (see DERBY-338, https://issues.apache.org/jira/browse/DERBY-338 ) we now chose to patch the latest...
2006-11-07 08:17:43 UTC by oleoh
-
Logged In: YES
user_id=1425190
Here's a first cut (see attached file AD_Synchronize.java
from base/src/org/compiere/process). Had to modify heavily
to get it running on the currently used version of Derby. No
guarantee for correctness, only tests will show. It is more
ore less a "Works for me" solution: With this file I could
install 2 differend language packs from the Compiere 2.5.3b...
2006-11-02 00:42:55 UTC by oleoh
-
Logged In: YES
user_id=1425190
The out of memory exception does not actually happen in
ER/Box but in the Derby database. It all happens when
executing some UPDATE statements in class "AD_Synchronize".
At first I thought it is because of Derby not liking
"EXISTS" clauses and had some success with rewriting these
to "(SELECT COUNT(*) ... ) > 0" (Hope this is equivalent!).
But now I'm stuck...
2006-10-26 16:52:55 UTC by oleoh
-
Logged In: YES
user_id=1425190
Marked as duplicate and attached the jpg to [ 1583411 ].
Please use [ 1583411 ] to follow this bug.
Thanks for your input!!
2006-10-26 16:45:53 UTC by oleoh
-
Logged In: YES
user_id=1425190
Bug could be verified. The build process does a cleanup
after finishing, modifying the build.xml by "replaceregexp"
- this was a little too thorough.
Changed File: install/build.xml (attached)
Fix in go into next Release (maybe even before).
P.S.: The speed increase must be your new computer :)
Seriously - I did not change anything performance related.
2006-10-25 07:52:31 UTC by oleoh
-
Logged In: YES
user_id=1629321
heres another link to the image file:
http://img98.imageshack.us/img98/2842/errorln0.jpg.
2006-10-25 02:44:33 UTC by ismats
-
heres an image file with details on the error
dark_vision comments about.
2006-10-25 02:42:47 UTC by ismats
-
Well the language thing didn't turn out as expected in
my last post. The Synchronize Terminology command after
a while throwed an out of memory exception. I noticed
that RUN_Compiere2.bat gives 512 as the maximun heap
space, that should be plenty, so I suspect the problem
must be somewhere else (that happened in b-2 too btw)...
2006-10-24 08:47:32 UTC by dark_vision