Problems editing i18n in OSX

Questions and answers regarding the use of eclipse environment as seen in Servoy Developer

Problems editing i18n in OSX

Postby adelo » Tue Feb 21, 2012 8:02 am

After update Servoy to version 6.05 I have problems to editing the i18n file in OSX.

I click right button in I18n files and select the option "Edit i18n messages" then Servoy Developer is blocked and I have to kill the process.

Anyone else has happened or is this problem with my computer?

Thanks in advance.

Servoy 6.0.5 - build 1230
OSX 10.7.2
Postgresql 8.4
adelo
 
Posts: 14
Joined: Tue Sep 30, 2008 6:43 pm

Re: Problems editing i18n in OSX

Postby Andrei Costescu » Tue Feb 21, 2012 10:42 am

Is this always reproducible?
If so: when it hangs please go to the admin page, click on "Dump the current stack/systeminfo" link, then create a bug report and attach that stack dump to it.
Andrei Costescu
Servoy
Andrei Costescu
 
Posts: 1018
Joined: Tue Jun 26, 2007 3:14 pm

Re: Problems editing i18n in OSX

Postby tgs » Tue Feb 21, 2012 11:59 am

On the beginning with Servoy 6 sometimes I had the problem too. Servoy Developer was hanging (not more responding) if I tried to open the i18n editor.
Temporary a restart of Servoy Developer helped, but since I have increased the memory settings in the servoy.ini file of the .../developer/servoy.app, I had no hanging anymore.
Code: Select all
--launcher.XXMaxPermSize
256m
-vmargs
-Xms512m
-Xmx1536m
-XX:MaxPermSize=1536M

!Think about your build in RAM! My machine has 8 GB!

Currently the i18n editor opens sometimes with displaying only the key list without Filter, Language/country, Key, Reference text and Locale text fields. After a restart of Servoy Dev. it works.

Servoy 6.0.5
Mac OSX 10.7.3

Regards
Thomas Schnaus
SAN Developer
yomotec GmbH
User avatar
tgs
 
Posts: 886
Joined: Wed Oct 04, 2006 12:05 pm
Location: Germany

Re: Problems editing i18n in OSX

Postby Adelo Herrero » Tue Feb 21, 2012 12:43 pm

Tanks Thomas:

I will make those changes.

P.S.
Also my computer has 8 gb. Perhaps that is the reason :-)
Adelo Herrero
Adelo Herrero
 
Posts: 103
Joined: Sat Jul 25, 2009 9:24 pm
Location: Requena (Valencia) España

Re: Problems editing i18n in OSX

Postby Robert Huber » Tue Feb 21, 2012 3:59 pm

I still have occasionally a hanger when clicking on the i18n edit button, even with the same values in the servoy.ini file.

Regards,
Robert Huber
7r gmbh, Switzerland
SAN Developer
www.seven-r.ch
User avatar
Robert Huber
 
Posts: 1239
Joined: Tue Aug 23, 2005 6:52 pm
Location: Schaffhausen, Switzerland

Re: Problems editing i18n in OSX

Postby adelo » Wed Feb 22, 2012 7:10 am

Well ... lamentably, I have the same result.

Any other idea?

Thanks.
adelo
 
Posts: 14
Joined: Tue Sep 30, 2008 6:43 pm

Re: Problems editing i18n in OSX

Postby mboegem » Wed Feb 22, 2012 10:30 am

Which java version are we talking?
Bigger files in eclipse seem to be the problem using java 1.6.0_29.

Downgrade java to 1.6.0_26 and it'll work without a problem.
Marc Boegem
Solutiative / JBS Group, Partner
• Servoy Certified Developer
• Servoy Valued Professional
• Freelance Developer

Image

Partner of Tower - The most powerful Git client for Mac and Windows
User avatar
mboegem
 
Posts: 1743
Joined: Sun Oct 14, 2007 1:34 pm
Location: Amsterdam

Re: Problems editing i18n in OSX

Postby adelo » Wed Feb 22, 2012 10:43 pm

Hi all:

I updated osx to version 10.7.3 and Servoy developer works fine; with the modifications indicating by @tgs

Thanks to all.
adelo
 
Posts: 14
Joined: Tue Sep 30, 2008 6:43 pm

Re: Problems editing i18n in OSX

Postby jcompagner » Fri Feb 24, 2012 6:24 pm

-XX:MaxPermSize=1536M

that is a bit overkill, you can keep that one to 256MB just fine, that should be more then enough, it is the same thing then:
--launcher.XXMaxPermSize
256m

those 2 point to the same thing.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Problems editing i18n in OSX

Postby adelo » Fri Feb 24, 2012 7:29 pm

it does not work
adelo
 
Posts: 14
Joined: Tue Sep 30, 2008 6:43 pm

Re: Problems editing i18n in OSX

Postby Robert Huber » Fri Feb 24, 2012 7:31 pm

Which wins when the values are different?

jcompagner wrote:-XX:MaxPermSize=1536M

that is a bit overkill, you can keep that one to 256MB just fine, that should be more then enough, it is the same thing then:
--launcher.XXMaxPermSize
256m

those 2 point to the same thing.
Robert Huber
7r gmbh, Switzerland
SAN Developer
www.seven-r.ch
User avatar
Robert Huber
 
Posts: 1239
Joined: Tue Aug 23, 2005 6:52 pm
Location: Schaffhausen, Switzerland

Re: Problems editing i18n in OSX

Postby tgs » Fri Feb 24, 2012 8:47 pm

jcompagner wrote:-XX:MaxPermSize=1536M

that is a bit overkill, you can keep that one to 256MB just fine, that should be more then enough, it is the same thing then:
--launcher.XXMaxPermSize
256m

those 2 point to the same thing.


I tried -XX:MaxPermSize settings lower than the 1536M and had always a hanging Servoy Dev application while opening the i18N files editor!
For me only the settings of the servoy.ini file, posted in my topic above, is working on Mac. On Windows my settings are different. If I set there the -XX:MaxPermSize to 1536M the Servoy Dev wouldn't open and I must degrease the memory!? But I don't have any trouble with the i18N files editor on Win 7.

Regards
Thomas Schnaus
SAN Developer
yomotec GmbH
User avatar
tgs
 
Posts: 886
Joined: Wed Oct 04, 2006 12:05 pm
Location: Germany

Re: Problems editing i18n in OSX

Postby adelo » Sat Feb 25, 2012 7:24 pm

As a curiosity I will say that, once it stops working, do not get it working again although restart.
adelo
 
Posts: 14
Joined: Tue Sep 30, 2008 6:43 pm


Return to Eclipse Environment

Who is online

Users browsing this forum: No registered users and 3 guests

cron