-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
comp-jans-linux-setupComponent affected by issue or PRComponent affected by issue or PRkind-bugIssue or PR is a bug in existing functionalityIssue or PR is a bug in existing functionality
Description
The following error is raised:
Proceed with these values [Y|n] y
The following packages are required for Janssen Server
mysql-server
Do you want to install these now? [Y/n] y
Installing packages mysql-server
FATAL: True
Traceback (most recent call last):
File "/opt/jans/jans-setup/setup.py", line 386, in do_installation
rdbmInstaller.start_installation()
File "/opt/jans/jans-setup/setup_app/installers/base.py", line 38, in start_installation
self.install()
File "/opt/jans/jans-setup/setup_app/installers/rdbm.py", line 43, in install
self.local_install()
File "/opt/jans/jans-setup/setup_app/installers/rdbm.py", line 127, in local_install
result, conn = self.dbUtils.mysqlconnection(log=False)
AttributeError: 'DBUtils' object has no attribute 'mysqlconnection'
Metadata
Metadata
Assignees
Labels
comp-jans-linux-setupComponent affected by issue or PRComponent affected by issue or PRkind-bugIssue or PR is a bug in existing functionalityIssue or PR is a bug in existing functionality