September 1, 2011 7:14:25 AM PDT
It is possible that the size of your JVM is not enough, this is especially true among the 64 bit version of JRE. This out of memory problem on the JVM can prevent instances or taxonomies from being loaded in the instance/taxonomy creator.
There are two solutions:
If the customer is using the 64bit version of JVM, the 64bit JVM consumes more
memory than 32bit JVM.
There are two options to resolve the problem.
1. Edit the following file and increase the heap memory size of JVM.
C:Program FilesISXWandXWand-tktoolsxbrl21run.bat
(Please change the path if the tools are installed to another folder.)
java -Xmx800m -Xms256m ...
-> java -Xmx1500m -Xms256m ...
Please note that the tool does not work if too large value is specified for
"-Xmx". Please specify appropriate (enough and not too large) value for "-Xmx".
2. Use the 32bit JVM. (If you are currently using 64bit JVM)
Author: Neal Wang
Attachment: