Page 1 of 1

Cannot write project I18N files on Windows 7

PostPosted: Sat Jun 18, 2011 9:14 pm
by Robert Huber
Hi

I get attached error on Windows 7. The table messages does exist and I tried synching and reloading from database, with no success.
Any idea how to solve this.

Regards,

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Jun 21, 2011 9:42 am
by Gabi Boros
hi Robert,

when do you get this error, when you try to create the i18n files
from the context menu of I18N files node from Solution Explorer view ?
what if you use another db table (or a new one), do you get the same error ?

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Jun 21, 2011 11:18 am
by Robert Huber
Hi Gabi

Found the problem, the database connection (user) was wrong, so no database connected :oops:
May be useful as information, I assume related to this error all modules lost their resource location and I had to give all modules with the menu "Change resources project" the correct resources again.

Sorry and thanks for your help offer, Robert

Gabi Boros wrote:hi Robert,

when do you get this error, when you try to create the i18n files
from the context menu of I18N files node from Solution Explorer view ?
what if you use another db table (or a new one), do you get the same error ?

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Dec 11, 2012 11:47 am
by juan.cristobo
Hi all:

I have a similar problem using Servoy 6.1.3, but the db connection is right!
I've creted the i18n table in several db servers, but I always receive this error:

i18n_error.jpg
i18n_error.jpg (15.16 KiB) Viewed 6456 times


Regards,

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Dec 11, 2012 11:54 am
by rgansevles
Juan,

Is there more info in the logs?

Do you have the i18n messages table in the servoy_repository server?

Rob

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Dec 11, 2012 12:00 pm
by juan.cristobo
YEs, I first created the table in servoy_repository and then I tried to created in another server, without success.

Where are the log files in developer?

Regards,

Re: Cannot write project I18N files on Windows 7

PostPosted: Tue Dec 11, 2012 2:35 pm
by rgansevles
Juan,

Check /path/to/servoy/application_server/servoy_log.txt and /path/to/servoy_workspace/.metadata/.log

Rob

Re: Cannot write project I18N files on Windows 7

PostPosted: Fri Dec 14, 2012 2:34 pm
by juan.cristobo
problem found... I set "servoy.application_server.allowClientRepositoryAccess" to false (it's the default configuration), I've changed to true and Servoy works fine