hello
i have this problem with debian5 lenny installation , i can't create defaut context
#/opt/open-xchange/sbin/createcontext -A oxadminmaster -P 1234 -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p 1234 -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
com.mysql.jdbc.exceptions.MySQLNonTransientConnect ionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
connection to the database is ok:
messagerie:/usr/local/share# mysql -h localhost -u openexchange -p configdb
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 57
Server version: 5.0.51a-24+lenny1 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
mysql> show tables
-> ;
+------------------------+
| Tables_in_configdb |
+------------------------+
| configdb_sequence |
| context |
| context_server2db_pool |
| db_cluster |
| db_pool |
| filestore |
| login2context |
| reason_text |
| server |
+------------------------+
9 rows in set (0.00 sec)
mysql> select * from context;
Empty set (0.00 sec)
--------------------------
thanks for your help
i have this problem with debian5 lenny installation , i can't create defaut context
#/opt/open-xchange/sbin/createcontext -A oxadminmaster -P 1234 -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p 1234 -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
com.mysql.jdbc.exceptions.MySQLNonTransientConnect ionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
connection to the database is ok:
messagerie:/usr/local/share# mysql -h localhost -u openexchange -p configdb
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 57
Server version: 5.0.51a-24+lenny1 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
mysql> show tables
-> ;
+------------------------+
| Tables_in_configdb |
+------------------------+
| configdb_sequence |
| context |
| context_server2db_pool |
| db_cluster |
| db_pool |
| filestore |
| login2context |
| reason_text |
| server |
+------------------------+
9 rows in set (0.00 sec)
mysql> select * from context;
Empty set (0.00 sec)
--------------------------
thanks for your help
Comment