Menu

#63 JS won't start in Ubuntu 10.10 & 11.04

open
JSymphonic (59)
5
2014-08-14
2011-05-06
Anonymous
No

Another time, another bug.. ahem ... it's the same bug!!!
JS won't start even on Natty!!! See what appears in terminal:

giuseppe@giuseppe-System:~$ jsymphonic
4-mag-2011 14.49.55 org.danizmax.jsymphonic.gui.JSymphonic <init>
GRAVE: Preparing to run..
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
at java.util.Vector.get(Vector.java:721)
at org.danizmax.jsymphonic.gui.JSymphonicFrame.loadNewConfig(Unknown Source)
at org.danizmax.jsymphonic.gui.JSymphonicFrame.<init>(Unknown Source)
at org.danizmax.jsymphonic.gui.JSymphonic.<init>(Unknown Source)
at org.danizmax.jsymphonic.gui.JSymphonic$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

... and locks up. Can you help me, please?

hardware infos
motherboard:
M4A785TD-V EVO
vendor:
ASUSTeK Computer INC.
BIOS vendor:
American Megatrends Inc.
BIOS version:
2105
BIOS release date:
07/23/2010
CPU 1:
AMD Phenom(tm) II X3 720 Processor
CPU 1 Mips:
5625.62
CPU 2:
AMD Phenom(tm) II X3 720 Processor
CPU 2 Mips:
5625.11
CPU 3:
AMD Phenom(tm) II X3 720 Processor
CPU 3 Mips:
5625.10
CPU 64 bit?
yes
total memory
3.9 GB
total swap space:
4191 MB
Ethernet:
Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
Info Linux
host:
giuseppe-System
current user:
giuseppe (UID: 1000, GID: 1000)
V kernel:
2.6.38-9-generic
Kernel arch:
x86_64
Default shell:
/bin/bash
Ver X server:
X.Org X Server 1.10.1
Ver GCC
4.5.2
Ver java:
1.6.0_24
Ver Python
2.7.1+
Ver GTK:
2.24.4
Ver PyGTK:
2.22.0
Ver Firefox:
Mozilla Firefox 4.0.1
Ubuntu ver 11.04
Ver GNOME:
2.32.1
GNOME locale:
it_IT.UTF-8

Discussion

  • Daniel Žalar

    Daniel Žalar - 2011-05-22
    • assigned_to: nobody --> danizmax
     
  • Daniel Žalar

    Daniel Žalar - 2011-05-22

    what is the default java on your system? Use following line to figure it out:
    update-alternatives --display java | grep link

     
  • Nobody/Anonymous

    giuseppe@giuseppe-System:~$ update-alternatives --display java
    java - modalità automatica
    il collegamento attualmente punta a /usr/lib/jvm/java-6-openjdk/jre/bin/java
    /usr/bin/gij-4.5 - priorità 1045
    slave java.1.gz: /usr/share/man/man1/gij-4.5.1.gz
    /usr/lib/jvm/java-6-openjdk/jre/bin/java - priorità 1061
    slave java.1.gz: /usr/lib/jvm/java-6-openjdk/jre/man/man1/java.1.gz
    /usr/lib/jvm/java-6-sun/jre/bin/java - priorità 63
    slave java.1.gz: /usr/lib/jvm/java-6-sun/jre/man/man1/java.1.gz
    La versione "best" attuale è "/usr/lib/jvm/java-6-openjdk/jre/bin/java".

     
  • Daniel Žalar

    Daniel Žalar - 2011-06-05

    Looks like there seems to be something wrong with your config file. Can you please send me it to danizmax@gmail.com, then try switching java version to java-6-sun with (most applications should work better anyways):

    sudo update-alternatives --config java

    and if that doesn't work, delete current conf file and re-run jsymphonic.

    let me know how it truns out.

    good luck!

     

Log in to post a comment.