Unknown column IS_INVERSE

26 views
Skip to first unread message

Jacek Nowak

unread,
Oct 20, 2015, 7:07:05 AM10/20/15
to schedulix
I'm not sure if this is a bug or configuration issue:

I managed to compile and install Schedulix server (using Ubuntu 12.04 and mysql). However when I try to run the server-start script, I get errors:

ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT SQL Error : Unknown column 'IS_INVERSE' in 'field list'
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT ****************** Start Stacktrace *********************
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.util.SDMSThread.doTrace(SDMSThread.java:147)
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.exception.FatalException.<init>(FatalException.java:52)
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.repository.TableLoader.SDMSrun(SDMSRepository.java:386)
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.util.SDMSThread.run(SDMSThread.java:205)
ERROR   [Thread-0]    20 Oct 2015 10:13:37 GMT ****************** End Stacktrace   *********************

And later in the same log:

FATAL   [main]        20 Oct 2015 10:13:37 GMT Fatal exception while loading Repository:
SQL Error : Unknown column 'IS_INVERSE' in 'field list'
FATAL   [main]        20 Oct 2015 10:13:37 GMT ****************** Start Stacktrace *********************
FATAL   [main]        20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.util.SDMSThread.doTrace(SDMSThread.java:147)
FATAL   [main]        20 Oct 2015 10:13:37 GMT de.independit.scheduler.server.Server.serverMain(Server.java:409)
FATAL   [main]        20 Oct 2015 10:13:37 GMT de.independit.scheduler.BICServer.main(BICServer.java:144)
FATAL   [main]        20 Oct 2015 10:13:37 GMT ****************** End Stacktrace   *********************
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT ***********************************************
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT **                                           **
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT ** U N G R A C E F U L   S H U T D O W N ! ! **
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT **                                           **
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT ***********************************************
INFO    [Shutdown]    20 Oct 2015 10:13:37 GMT Release repository lock from 1445336016413
INFO    [Shutdown]    20 Oct 2015 10:13:38 GMT Shutdown completed

Any suggestions?


Dieter Stubler

unread,
Oct 20, 2015, 7:34:45 AM10/20/15
to schedulix
Hallo,

Version 2.7 is still work in progress and there still might be some flaws with it.
Apparently the sql scripts to create the 2.7 repository seem to be not all up to date.
We will fix that as fast as possible (till end of this week).

We strongly recommend to always use a stable release (currently 2.6.1) for evaluation purposes.
Use git clone https://github.com/schedulix/schedulix.git -b v2.6.1 to checkout the stable 2.6.1 release.

Regards
Dieter

Jacek Nowak

unread,
Oct 20, 2015, 7:46:55 AM10/20/15
to schedulix
I'm sorry, I forgot to mention the version. I use 2.6.1.

Dieter Stubler

unread,
Oct 20, 2015, 8:23:22 AM10/20/15
to schedulix
Hallo,

Just a short check:

Check the file:  server/repository/SDMSTriggerTableGeneric.java in your sandbox

If you find a IS_INVERSE in it, you cloned the master branch which is unstable 2.7.
Use git clone https://github.com/schedulix/schedulix.git -b v2.6.1 instead.

Regards
Dieter

Jacek Nowak

unread,
Oct 20, 2015, 8:37:14 AM10/20/15
to schedulix
Correct, I followed this topic and accidentally cloned the dev branch. Thanks for the hint.
Reply all
Reply to author
Forward
0 new messages