Open knorr3 opened 1 year ago
@knorr3, I tested this with guacamole 1.4
with 50 users and it worked every time. I then tested this with 1.5
and ran into issues. My suggestion would be to test on 1.4
while i try to figure out what breaking change happened with 1.5
. Thanks
Hi,
I just got the same error with 1.4.0
(client and server).
It just seems to occur much less frequently then with 1.5.0
.
Hi, I get the following errors when trying to create multiple users.
Terraform Version
Terraform v1.3.9 on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
I want to create three different users. All of them are configured like this:
Debug Output
Terraform Log:
Tomcat/Guacamole-Client Log:
And the problematic SQL query from above in a nicer format:
Expected Behavior
All three users are created successfully.
Actual Behavior
Only one user gets created while for the other two users, I get the error messages from above.
Important Factoids
Guacamole and MySQL DB are running in an AWS EC2 instance. I connect to Guacamole with the AWS session manager "AWS-StartPortForwardingSession" document.
I don't know where to go from here. This probably is a problem with the guacamole client, right? My first idea for a workaround would be to put a sleep instruction before
client.CreateUser(&user)
in resource_user.go with a random amount of milliseconds.Thank you very much in advance! :-)