Hi!
I have installed the Aris Platform 7.1 and when I open the program, the application goes into loop and does not allow me to log on.
The application log is empty.... the java version installed is the 1.6.0_17, i have installed the last but the problem is the same.
Can someone help me?
thanks a lot!
Angelo
Toven B on
Hi Angelo,
Maybe, you have already solved this problem.
If not, refer below.
Do you use Win XP?
If so, this is memory problem of OS.
Please change configuration in c:\program files\aris7.1\JavaClient\config\launcher.cfg like below.
<launcherConfig>
<jvmParams
jvmPath="./jre"
jars="./lib"
userConfigPath=""
jvmOptions="-Xmx512m;-XX:PermSize=64m;-XX:MaxPermSize=160m;-XX:+DisableExplicitGC;-Dsun.java2d.d3d=false"
AutomaticMemoryManagement="false" />
</launcherConfig>
This problem is fatched in ARIS 7.2. Then you can see a alert...
Regards
Toven