I've figured it out. It seems there was a missconfiguration on my VPS and the swap memmory was very low (128MB). After having it increased to 1GB it works fine. The VPS size was most likely the casue for the SQL error, so all good. Thanks for your support.
Hi Andreas, Thanks for your response. I run the scheduler_install_tables.sh and it completed successfully. Now i ran into a different issue: 1. jobscheduler starts successfully [sjob@vps2 bin]$ ./jobscheduler.sh start Starting JobScheduler... [sjob@vps2 bin]$ psu UID PID PPID C STIME TTY TIME CMD sjob 18682 18680 0 15:10 ? 00:00:03 sshd: sjob@pts/2 sjob 18683 18682 0 15:10 pts/2 00:00:00 -bash sjob 20509 1 84 15:37 ? 00:00:04 /home/sjob/vps2_44441/bin/scheduler -service -id=vps2_44441 -sos.ini=/home/sjob/sos-berlin.com/jobscheduler/vps2_44441/config/sos.ini...
Hi Andreas, Thanks for your response. I run the scheduler_install_tables.sh and it completed successfully. Now i ran into a different issue: 1. jobscheduler starts successfully [sjob@vps2 bin]$ ./jobscheduler.sh start Starting JobScheduler... [sjob@vps2 bin]$ psu UID PID PPID C STIME TTY TIME CMD sjob 18682 18680 0 15:10 ? 00:00:03 sshd: sjob@pts/2 sjob 18683 18682 0 15:10 pts/2 00:00:00 -bash sjob 20509 1 84 15:37 ? 00:00:04 /home/sjob/vps2_44441/bin/scheduler -service -id=vps2_44441 -sos.ini=/home/sjob/sos-berlin.com/jobscheduler/vps2_44441/config/sos.ini...
Hi Andreas, Please see below: [sdint@localhost lib]$ strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_FORCE_NEW GLIBCXX_DEBUG_MESSAGE_LENGTH [sdint@localhost lib]$ strings libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6...
Hi Andreas, Please see below: [sdint@localhost lib]$ strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_FORCE_NEW GLIBCXX_DEBUG_MESSAGE_LENGTH [sdint@localhost lib]$ strings libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6...
Hello, I am trying to install job scheduler (this time) on CentOS7, using MariaDB. During instalation. at the initial database part, the process fails with the exception below. Some of the tables are created in the table. I have tried several times, sometimes it stops at reporting_trigger_history_id_alter.sql +------------------------------------------------------------------------------------------------------------------------ | Initial database +------------------------------------------------------------------------------------------------------------------------...
Hello, I am trying to install job scheduler version 1.12.8 on a CentOS 6.7 server and I get the exception about GLIBC_2.14. Exception in thread "C3P0PooledConnectionPoolManager[identityToken->z8kflta13qpqzm1k3rmpi|dffa30b]-HelperThread-#2" java.lang.UnsatisfiedLinkError: /tmp/jna-109288446/jna9093260608596884601.tmp: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/jna-109288446/jna9093260608596884601.tmp) I have also tried to install a this version of GLIBC following the steps...