Does App.Designer has different Win/Linux versions?

I’ve recently tried to run App.Designer on Linux box just to test if will run faster on 64bit machine (my standard server is Windows x86 32bit).
I’ve experience following error:
java.lang.StackOverflowError
at
java.lang.CharacterDataLatin1.getProperties(CharacterDataLatin1.java:56)
at java.lang.CharacterDataLatin1.toLowerCase(CharacterDataLatin1.java:144)
at java.lang.Character.toLowerCase(Character.java:4208)
at java.lang.Character.toLowerCase(Character.java:4175)
at java.lang.String.toLowerCase(String.java:2409)
at java.lang.String.toLowerCase(String.java:2497)
at com.softwareag.cis.server.InteractionModel.if(Unknown Source)
at com.softwareag.cis.server.InteractionModel.appendData(Unknown Source)
at com.softwareag.cis.server.InteractionModel.appendData(Unknown Source)

which made me thinking the problem is encoding (on the Linux box Latin1 is used). I’ve changed “file.encoding” param to UTF8 for tomcat on top of which App.Designer is working but that have not helped either.

I’ve started to wonder if the problem is caused by special Linux version of CIT. I’ve verified licence file and all platforms are there : Linux and Windows included.

  1. Is the problem caused by special Linux version of App.Designer code?
  2. If Linux version is not the case, what else could be reconfigured to solve my problem?