Servoy 6.1.2

swingman:
Hi, I have just imported a project in to 6.1.2 on Mac OS X 10.8.2 with Java 1.6.0_35.
I start a client from Developer and try to log in, it fails because I have no users.
I try to add a user to the admin group from developer, but I’m unable to change the password or the uuid.
The fields are not editable. If I try to log in using password as password it fails.

How do I get around this?

C

Are you talking about a Servoy solution? Correct?
It seems that the solution (.servoy file) was first created/exported with the option ‘Protect solution with password.’ The solution is password protected. You need the credentials to be able to run the debugger. I don’t think there is a way around it. You should contact the person that created the .servoy file and ask him/her for the user name and password.

Best, Carlos

swingman:
Hi, I have just imported a project in to 6.1.2 on Mac OS X 10.8.2 with Java 1.6.0_35.
I start a client from Developer and try to log in, it fails because I have no users.
I try to add a user to the admin group from developer, but I’m unable to change the password or the uuid.
The fields are not editable. If I try to log in using password as password it fails.

How do I get around this?

C

Quick and easy: uncheck “mustAuthenticate”.

But no issues here with creating users and adding passwords in developer.

david:
Quick and easy: uncheck “mustAuthenticate”.

But no issues here with creating users and adding passwords in developer.

Quick question: then what is the option ‘Protect solution with password’ all about?

jcarlos:

david:
Quick and easy: uncheck “mustAuthenticate”.

But no issues here with creating users and adding passwords in developer.

Quick question: then what is the option ‘Protect solution with password’ all about?

You can’t import .servoy files that have been protected this way unless you know the password set when exporting.

swingman wrote:
Hi, I have just imported a project in to 6.1.2 on Mac OS X 10.8.2 with Java 1.6.0_35.
I start a client from Developer and try to log in, it fails because I have no users.
I try to add a user to the admin group from developer, but I’m unable to change the password or the uuid.
The fields are not editable. If I try to log in using password as password it fails.

How do I get around this?

C

Quick and easy: uncheck “mustAuthenticate”.

But no issues here with creating users and adding passwords in developer.

I imported a solution from 6.0.7 to 6.1.2 and have the same issue. I and uncheck the mustAuthenticate but can’t add passwords to any user I create nor edit a password to an existing user. I’ve tried removing all users and then entering a password for a new user but all to no avail. Frustrating because the main thing I have to do for this upgrade is muck around with the security as I’m moving it to a different server and take advantage of the .war file export. Anyone else have this issue of not being able to edit/create passwords/UUIDs for users in Developer? Same thing happens with a brand new install of 6.1.2 and creating a new solution: can’t create or edit user passwords/UUIDs in Developer. Servoy 6.1.2/OSX 10.8.2

This is a pretty big issue. Not sure how to work around it if I can’t add users with passwords in developer…

User/Password/UUID in developer update…

I went back to my 6.0 solution, exported it with the users and reimported it into 6.1.2. I still couldn’t edit the passwords but at least the previous ones worked. Anyway I then went back to the 6.0 solution and tried to change the passwords in that solution. Didn’t work there either… I can’t even quite remember how one does edit the password! But double-clicking it sends my Mac into the rainbow death circle and I have to force quit. So…

Basically I’m wondering if the password issue is instead somehow related to my upgrade to OS X 10.8.2 (Mountain Lion). David and Christian what OS release are you guys using?

Double clicking is what you just do
you double click on the table password cell, then it will be a textfield, so i guess this is again a mac problem, if you click on it and you get that death circle
then don’t force quite right away
Always if that happens go to the admin page through the browser and dump the stack so that we can see where it is stuck

OK. I’ve created an issue (https://support.servoy.com/browse/SVY-3272) and dumped the stack trace there.

Thanks

I have just upgraded from Servoy 6.0.7 to 6.1.2 and am getting warnings in the Servoy log when re-using an inmemory datasource. The first time the datasource is created (by sql query) there is no warning but when creating a datasource again with the same name (same query but different argument values) we get the following warning:

Distributing data, BufferedDataSet row_1null , from query:SQLSTATEMENT[server:_sv_inmem, table:temp_9_e9996d9e_3dd0_4d91_a821_342ca87d7e11, sql:INSERT INTO TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11mem:matrix_occupany#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522(TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11mem:matrix_occupany#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Room_number<5,0,0>|TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11mem:matrix_occupany#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Occupation_date<93,0,0>|TEMP_9_E9996D9E-3DD0-4D91-A821-342CA87D7E11mem:matrix_occupany#TEMP9E9996D9E3DD04D91A821342CA87D7E1113522.-1=Occupation_type<1,1,0>) VALUES ([1,1,1,2,2,3,3,4,5,6]|[2012-10-24 02:00:00.0,2012-10-26 02:00:00.0,2012-10-27 02:00:00.0,2012-10-24 02:00:00.0,2012-10-27 02:00:00.0,2012-10-24 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0,2012-10-27 02:00:00.0]|[R,R,R,R,R,R,R,R,R,R]), filters:null]

This happens in developer and in the application server. Everything works fine but these errors are filling up our servoy log so we would like to solve the issue. Any ideas what might be causing this?

o.rutten,

This is a harmless log statement (apart from filling up your logs).
We have already fixed this for next release.

Rob