Bug#923330: jajuk: Fails to start with Java Runtime Environment 1.7 minimum required. You use a JVM ext.JVM@23fc625e

2019-03-24 Thread Bertrand Florat

Hi,

FYI, the develop branch of jajuk works with the revival of substance 
(radiance), it works for instance with radiance-substance 2.0.1.

See https://github.com/kirill-grouchnikov/radiance

Regards,

Bertrand

On 24/03/2019 18:14, Markus Koschany wrote:

Hi Andreas,

Am 24.03.19 um 18:09 schrieb Andreas Tille:

Hi Markus,

you have set this bug pending but the fix seems not to be uploaded until
now.  The package would have been removed from testing without my ping
of the bug (which is the only thing I intend to do here.

Kind regards

   Andreas.

I removed the pending tag shortly after I discovered another problem
with jajuk. The reported error can be easily fixed but the underlying
issue is related to the substance library. If nobody can fix the null
pointer exception, then the removal from testing is correct.

Regards,

Markus



--
_
Bertrand FLORAT
Ingénieur IT indépendant
06 52 19 16 11
http://www.florat.net
__



Bug#923330: jajuk: Fails to start with Java Runtime Environment 1.7 minimum required. You use a JVM ext.JVM@23fc625e

2019-02-26 Thread Bertrand Florat

  
  
Hi,


Current develop branch fixes that :
https://github.com/jajuk-team/jajuk/blob/develop/src/main/java/org/jajuk/Main.java


We now just throw an error if JVM is
  < 1.8.


  public static void main(final String[] args) {
          // non ui init
          try {
              // check JVM version
              if (isJavaVersionNotSupported()) {
                  System.out.println(
                          "[BOOT] Java Runtime Environment 1.8 minimum required." + " You use a JVM " + System.getProperty("java.version"));
                  System.exit(2); // error code 2 : wrong JVM
              }
              ...
  

  private static boolean isJavaVersionNotSupported() {
          String javaVersion = System.getProperty("java.version");
          return javaVersion.matches("1.[0-7]");
      }



Bertrand



Le 26/02/2019 à 16:35, Werner Mahr a
  écrit :


  Package: jajuk
Version: 1:1.10.9+dfsg2-4
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Just trying to start jajuk. From the menu just nothing happens, from 
commandline I get the error from the subject.
The installed jre came as a dep of libreoffice.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages jajuk depends on:
ii  default-jre [java8-runtime] 2:1.11-71
ii  entagged0.35-6
ii  java-wrappers   0.3
ii  libbasicplayer-java 3.0-6
ii  libcobra-java   0.98.4-5
ii  libcommons-codec-java   1.11-1
ii  libcommons-collections3-java3.2.2-2
ii  libcommons-io-java  2.6-2
ii  libcommons-lang-java2.6-8
ii  libcommons-logging-java 1.2-2
ii  libdbus-java2.8-9
ii  libguava-java   19.0-1
ii  libjaudiotagger-java2.0.3-3
ii  libjcommon-java 1.0.23-1
ii  libjfreechart-java  1.0.19-2
ii  libjgoodies-animation-java  1.4.3-2
ii  libjhlabs-filters-java  2.0.235-3
ii  libjlayer-java  1.0.1-2
ii  libjmac-java1.74-6
ii  libjna-java 4.5.2-1
ii  libjorbis-java  0.0.17-2
ii  libjspeex-java  0.9.7-4
ii  liblaf-plugin-java  7.3+dfsg3-4
ii  liblaf-widget-java  7.3+dfsg3-4
ii  liblastfm-java  1:0.1.0-2
ii  liblog4j1.2-java1.2.17-8
ii  libmiglayout-java   5.1-2
ii  libmp3spi-java  1.9.5-1
ii  libqdwizard-java5.0.1-1
ii  librhino-java   1.7.7.1-1
ii  libsimple-validation-java   0.9-2
ii  libswingx-java  1:1.6.2-4
ii  libtrident-java 7.3+dfsg3-4
ii  libtritonus-java20070428-14
ii  libvldocking-java   3.0.5-2
ii  libvorbisspi-java   1.0.3-3
ii  libxstream-java 1.4.11.1-1
ii  mplayer 4:1.3.0~20181120.svn38117-dmo3
ii  openjdk-11-jre [java8-runtime]  11.0.2+9-3
ii  substance   7.3+dfsg3-4

jajuk recommends no packages.

jajuk suggests no packages.

-- no debconf information




    
-- 
_
Bertrand FLORAT
Ingénieur IT indépendant
06 52 19 16 11
http://www.florat.net
__
  




Bug#781119: jajuk: java.lang.NullPointerException later button quick start menu

2015-03-26 Thread Bertrand Florat

Hi,

This release is now very (very) old and no more supported (by the jajuk team). Current  version is 1.10.7 and this bug is probably already fixed 
within (and ok, I still have to find the time to upgrade the Debian package...)


Cheers,

- Bertrand

On 24/03/2015 20:55, Markus Koschany wrote:

Package: jajuk
Version: 1:1.9.6-8
Severity: normal


After the installation of jajuk and launching the application
for the first time, the user can choose between selecting a
music directory or postponing this step until later. When I click on
the Later button, jajuk crashes with a null pointer exception.

java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:514)
at 
org.jajuk.services.core.SessionService.setWorkspace(SessionService.java:214)
at 
org.jajuk.services.core.SessionService.humanWorkspaceSelection(SessionService.java:453)
at 
org.jajuk.services.core.SessionService.discoverWorkspace(SessionService.java:408)
at 
org.jajuk.services.startup.StartupControlsService.initialCheckups(StartupControlsService.java:71)
at org.jajuk.Main.main(Main.java:106)
[ERROR] 106 / null
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:514)
at 
org.jajuk.services.core.SessionService.setWorkspace(SessionService.java:214)
at 
org.jajuk.services.core.SessionService.humanWorkspaceSelection(SessionService.java:453)
at 
org.jajuk.services.core.SessionService.discoverWorkspace(SessionService.java:408)
at 
org.jajuk.services.startup.StartupControlsService.initialCheckups(StartupControlsService.java:71)
at org.jajuk.Main.main(Main.java:106)
[DEBUG] Exit with code: 1



-- System Information:
Debian Release: 8.0
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages jajuk depends on:
ii  default-jre [java7-runtime]2:1.7-52
ii  entagged   0.35-4
ii  java-wrappers  0.1.28
ii  libbasicplayer-java3.0-6
ii  libcobra-java  0.98.4-5
ii  libcommons-codec-java  1.9-1
ii  libcommons-collections3-java   3.2.1-7
ii  libcommons-httpclient-java 3.1-10.2
ii  libcommons-io-java 2.4-2
ii  libcommons-lang-java   2.6-4
ii  libcommons-logging-java1.2-1
ii  libdbus-java   2.8-5
ii  libguava-java  17.0-1
ii  libjaudiotagger-java   2.0.3-2
ii  libjcommon-java1.0.16-4
ii  libjfreechart-java 1.0.13-7
ii  libjgoodies-animation-java 1.2.0-5
ii  libjhlabs-filters-java 2.0.235-3
ii  libjlayer-java 1.0.1-2
ii  libjmac-java   1.74-6
ii  libjna-java4.1.0-1
ii  libjorbis-java 0.0.17-2
ii  libjspeex-java 0.9.7-3
ii  liblaf-plugin-java 1.0-2
ii  liblaf-widget-java 4.3-2
ii  liblastfm-java 1:0.1.0-2
ii  liblog4j1.2-java   1.2.17-5
ii  libmiglayout-java  4.2-1
ii  libmp3spi-java 1.9.5-1
ii  librhino-java  1.7R4-3
ii  libsimple-validation-java  0.9-1
ii  libswingx-java 1:1.6.2-2
ii  libtritonus-java   20070428-10
ii  libvldocking-java  2.1.4-4
ii  libvorbisspi-java  1.0.3-3
ii  libxstream-java1.4.7-2
ii  mplayer2   2.0-728-g2c378c7-4+b1
ii  openjdk-7-jre [java7-runtime]  7u75-2.5.4-2
ii  substance  5.3-3

jajuk recommends no packages.

jajuk suggests no packages.

-- no debconf information





--
_
Bertrand FLORAT
http://www.florat.net
PGP :  http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xFF60EFCB18BFF8B7
Try Jajuk Advanced jukebox (http://jajuk.info)
__


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org