sanju2010 / ttc-project

Automatically exported from code.google.com/p/ttc-project
0 stars 0 forks source link

ttc-term-suite-1.3 on Windows, Indexer, Unexpected immediate program exit #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.generate .xmi with spotter
2.edit indexer parameter (data processed successfully  with ttc-term-suite 1.2) 
3.launch indexer

What is the expected output? What do you see instead?
Most frequent behavior is program exit. In some cases, infinite loop.
Output is never generated

What version of the product are you using? On what operating system?
ttc-term-suite-1.3 on Windows XP, 7, 32 and 64bits

Please provide any additional information below.

Original issue reported on code.google.com by claude.m...@gmail.com on 29 Jun 2012 at 8:34

GoogleCodeExporter commented 9 years ago
TTC Termsuite 1.3 needs apparently much more resources than 1.2.
As a consequence, it cannot be anymore launched as a jar file.
It must be launched by a command line.
On windows, the most convenient method is to create a batch file with the 
following content:

D:
cd [TTC termsuite directory]
java  -Xms1g -Xmx4g -jar ttc-term-suite-1.3.jar

See user's guide for more.
The first 2 lines change the current directory to a stable, well known 
directory. It is not really mandatory, but TTC termsuite fails frequently when 
the current directory is left to default.  

Original comment by claude.m...@gmail.com on 12 Jul 2012 at 7:57