Error creating installer (Linux-64)

Jonathan Ortiz6 years ago

I know it may be something simple, but taken a couple of days in the same I will appreciate help.

How can I proceed or solve the problem of: [WARN] Missing Linux 64 Java (https://github.com/ojdkbuild/contrib_jdk10u-ci/releases)

xxxxxxxx@ubuntu:/opt/traccar/setup$ sudo ./package.sh VERSION linux-64
[INFO] Checking build requirements for platform: linux-64
[ OK ] Traccar server archive
[ OK ] Traccar web interface
[ OK ] Zip
[ OK ] Unzip
[ OK ] Ext JS
[ OK ] Sencha Cmd
[ OK ] Jlink
[ OK ] Makeself
[WARN] Missing Linux 64 Java (https://github.com/ojdkbuild/contrib_jdk10u-ci/releases)
[INFO] Missing build requirements, aborting...

I have enhanced the installation of JDK, JAVA but I have not solved it yet:

xxxxxxxxxx@ubuntu:/opt/traccar/setup$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Thank you.
Jonathan

Anton Tananaev6 years ago

I would recommend you to check packaging script code to see what it expects.

Anton Tananaev6 years ago

Also, why do you want to build your own installer?

Jonathan Ortiz6 years ago

Okay. I will review the configuration again, but I'm sure it's because I have not correctly installed something from JAVA. Thank you

Jonathan Ortiz6 years ago

What happens is that I have modified the web interface, but I have not been able to update the changes to the production environment and that is why I am trying to generate my own executable. Thank you.

Anton Tananaev6 years ago

You don't need to build an installer if you just want to update the web app.

Jonathan Ortiz6 years ago

I'm going to work well on it. Thank you.

L.Cezar6 years ago

@Jonathan Ortiz, I have the same problem, you were able to solve ?

Mohcine Madkour5 years ago

Anton, then where can you find the installer with the new tweaks on the web app?