Author Topic: Running 1.0 Issues  (Read 323 times)

Aquantis

  • Newbie
  • *
  • Posts: 28
    • View Profile
Running 1.0 Issues
« on: November 23, 2019, 06:01:06 am »
Hi there,
I'm attempting to run version 1.0 on my Ubuntu 18.04 server, but upon running Main Init I get an error, and if I control+c out and try to force the Main Simulation to run it gives me another error. Running the recommended Java and MySQL versions from the readme.md. Any idea what I'm doing wrong?
imgur link: https://imgur.com/a/ARAeDwm
aka Caerion Airlines

Share on Facebook Share on Twitter


patson

  • Administrator
  • Hero Member
  • *****
  • Posts: 915
    • View Profile
Re: Running 1.0 Issues
« Reply #1 on: November 23, 2019, 01:57:24 pm »
O thanks for reporting the bugs. I will take a look today!  :D

patson

  • Administrator
  • Hero Member
  • *****
  • Posts: 915
    • View Profile
Re: Running 1.0 Issues
« Reply #2 on: November 23, 2019, 02:22:38 pm »
Both are fixed. please pull from github and try again!


Aquantis

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Running 1.0 Issues
« Reply #3 on: November 23, 2019, 08:22:04 pm »
Hey thanks for the quick response! Unfortunately getting this error on running Main Init now:
aka Caerion Airlines

patson

  • Administrator
  • Hero Member
  • *****
  • Posts: 915
    • View Profile
Re: Running 1.0 Issues
« Reply #4 on: November 23, 2019, 09:37:35 pm »
what's the collation of your table `airline`?

It should be latin1 i think

Aquantis

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Running 1.0 Issues
« Reply #5 on: November 23, 2019, 11:31:46 pm »
It was set to the default latin1, however changing it to utf8-bin actually solved the issue, however the Santa event is now giving me errors when I try to access the site it's running on (whale.ga:9000)
and
(the forum doesn't let me upload images btw so that's why I'm using imgur links)
aka Caerion Airlines

patson

  • Administrator
  • Hero Member
  • *****
  • Posts: 915
    • View Profile
Re: Running 1.0 Issues
« Reply #6 on: November 24, 2019, 11:25:16 am »
Have u tried to run `publishLocal` again after u `git pull` ? :)

Aquantis

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Running 1.0 Issues
« Reply #7 on: November 25, 2019, 03:37:35 am »
Yep that was the issue, it's up and running now, thanks so much for the help! And final question, is there a single line or section of code I can edit to change the cycle speed?
aka Caerion Airlines

patson

  • Administrator
  • Hero Member
  • *****
  • Posts: 915
    • View Profile
Re: Running 1.0 Issues
« Reply #8 on: November 25, 2019, 01:45:30 pm »