Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors when running dev-stock instructions #234

Closed
michielbdejong opened this issue Aug 23, 2023 · 1 comment
Closed

errors when running dev-stock instructions #234

michielbdejong opened this issue Aug 23, 2023 · 1 comment

Comments

@michielbdejong
Copy link
Contributor

Just tried https://github.com/SURFnet/rd-sram-integration#instruction and ran into several error messages:

gitpod /workspace/dev-stock (main) $ ./scripts/testing-rd-sram.sh 
[...]
executing init.sh on oc1.docker
[...]
Installing Federated Groups
sh: 1: oc_uc_fg_group_user: not found
[...]
executing init.sh on oc2.docker
[...]
Installing Federated Groups
sh: 1: oc_uc_fg_group_user: not found
[...]
Creating federated group 'TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)' on oc1
{"status":"error","message":"An exception occurred while executing 'INSERT INTO `oc_fg_group_user` (`uid`, `gid`) VALUES(?, ?)' with params [\"some-super-long-email-user-name@some-super-long-email-domain-where-this-user-has-their-email-hosting.nl\", \"TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)\"]:\n\nSQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'uid' at row 1","data":null}Creating federated group 'TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)' on oc2
{"status":"error","message":"An exception occurred while executing 'INSERT INTO `oc_fg_group_user` (`uid`, `gid`) VALUES(?, ?)' with params [\"some-super-long-email-user-name@some-super-long-email-domain-where-this-user-has-their-email-hosting.nl#oc1.docker\", \"TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)\"]:\n\nSQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'uid' at row 1","data":null}{"status":"error","message":"An exception occurred while executing 'INSERT INTO `oc_fg_group_user` (`uid`, `gid`) VALUES(?, ?)' with params [\"some-super-long-email-user-name@some-super-long-email-domain-where-this-user-has-their-email-hosting.nl\", \"TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)\"]:\n\nSQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'uid' at row 1","data":null}{"status":"error","message":"An exception occurred while executing 'INSERT INTO `oc_fg_group_user` (`uid`, `gid`) VALUES(?, ?)' with params [\"some-super-long-email-user-name@some-super-long-email-domain-where-this-user-has-their-email-hosting.nl#oc1.docker\", \"TestGroup (uniharderwijk_surfdrive_test) (SRAM CO)\"]:\n\nSQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'uid' at row 1","data":null}
[...]
@michielbdejong
Copy link
Contributor Author

Split into #235 and #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant