This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- IA 2013 laxunix.sh errors/typos
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 04, 2014
05:17 PM
IA 2013 laxunix.sh errors/typos
For what it's worth to the IA developers:
We just installed IA 2013 (Win-7) and noticed some shell script errors in resource\launchanywheres\unix\launix.sh - in 3 separate places the 'jitOnOrOff' variable won't get set correctly because the right-hand-side variable is spelled wrong
("compiler" is spelled "compler").
Also, it seems like in resource\self_extractors\unix\use.sh that the "lax.nl.java.compiler=off" must be an artifact from long ago versions of Java where you didn't want the hotspot compiler turned on. Our experience with more recent versions of Java (1.6, 1.7) is that you probably want this turned on by default. If you put up a panel with large HTML content, having lax.nl.java.compiler=off can make a huge performance difference (30+ seconds in our case just to render the panel).
Regards,
--/Richard
We just installed IA 2013 (Win-7) and noticed some shell script errors in resource\launchanywheres\unix\launix.sh - in 3 separate places the 'jitOnOrOff' variable won't get set correctly because the right-hand-side variable is spelled wrong
Around line 2271: jitOnOrOff=$lax_nl_osname_JRE_J2_java_compler
Around line 2290: jitOnOrOff=$lax_nl_unix_JRE_J2_java_compler
Around line 2309: jitOnOrOff=$lax_nl_JRE_J2_java_compler
Around line 2290: jitOnOrOff=$lax_nl_unix_JRE_J2_java_compler
Around line 2309: jitOnOrOff=$lax_nl_JRE_J2_java_compler
("compiler" is spelled "compler").
Also, it seems like in resource\self_extractors\unix\use.sh that the "lax.nl.java.compiler=off" must be an artifact from long ago versions of Java where you didn't want the hotspot compiler turned on. Our experience with more recent versions of Java (1.6, 1.7) is that you probably want this turned on by default. If you put up a panel with large HTML content, having lax.nl.java.compiler=off can make a huge performance difference (30+ seconds in our case just to render the panel).
Regards,
--/Richard
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 05, 2014
09:09 AM
Ah, thanks for reporting this. This is logged as IOJ-1661418 in our bug/feature tracking system so that we can take a look at it for a future release.