Discussion:
[jitsi-users] Jitsi version jitsi-2.5-5259 or greater does not start with Class Not Found error
Adelino Rocha
2014-07-29 11:17:28 UTC
Permalink
Hi,

Jitsi version jitsi-2.5-5259 or greater does not start and following
reason appears when trying from command line:

[user@/home/svn]# jitsi
Exception in thread "main" java.lang.NoClassDefFoundError:
net/java/sip/communicator/util/ScStdOut
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2570)
at java.lang.Class.getMethod0(Class.java:2813)
at java.lang.Class.getMethod(Class.java:1663)
at
sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at
sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException:
net.java.sip.communicator.util.ScStdOut
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 6 more

Problem does not ocurr in version jitsi-2.5-5258

Could you please check if there is a problem ?

Should I raise a bug report ?

By the way: my OS is Fedora Core 20. Don't know if it occurs in other
distros

Regards,

Adelino.
poma
2014-07-30 01:17:26 UTC
Permalink
Post by Adelino Rocha
Hi,
Jitsi version jitsi-2.5-5259 or greater does not start and following
net/java/sip/communicator/util/ScStdOut
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2570)
at java.lang.Class.getMethod0(Class.java:2813)
at java.lang.Class.getMethod(Class.java:1663)
at
sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at
sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
net.java.sip.communicator.util.ScStdOut
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 6 more
Problem does not ocurr in version jitsi-2.5-5258
Could you please check if there is a problem ?
Should I raise a bug report ?
By the way: my OS is Fedora Core 20. Don't know if it occurs in other
distros
Regards,
Adelino.
[jitsi-dev] JITSI_COMMON_DIR - rpm
http://lists.jitsi.org/pipermail/dev/2014-July/021457.html

Meanwhile you can replace line 31 in /usr/bin/jitsi
JITSI_COMMON_DIR=/usr/share/jitsi-common
with
JITSI_COMMON_DIR=/usr/share/jitsi/sc-bundles


poma
Adelino Rocha
2014-07-30 09:29:28 UTC
Permalink
Hi,

Jitsi version jitsi-2.5-5259 or greater does not start and following
exception appears when trying from command line:

[user@/home/svn]# jitsi
Exception in thread "main" java.lang.NoClassDefFoundError:
net/java/sip/communicator/util/ScStdOut
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2570)
at java.lang.Class.getMethod0(Class.java:2813)
at java.lang.Class.getMethod(Class.java:1663)
at
sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at
sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException:
net.java.sip.communicator.util.ScStdOut
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 6 more
Problem does not ocurr in version jitsi-2.5-5258

Could you please check if there is a problem ?

Should I raise a bug report ?

By the way: my OS is Fedora Core 20. Don't know if it occurs in other
distros
Regards,

Adelino.
pierigno
2014-07-30 16:06:48 UTC
Permalink
It happens here to, on gentoo using as package the fedora rpm. 5259 is
the last one working.
Post by Adelino Rocha
Hi,
Jitsi version jitsi-2.5-5259 or greater does not start and following
net/java/sip/communicator/util/ScStdOut
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2570)
at java.lang.Class.getMethod0(Class.java:2813)
at java.lang.Class.getMethod(Class.java:1663)
at
sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at
sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
net.java.sip.communicator.util.ScStdOut
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 6 more
Problem does not ocurr in version jitsi-2.5-5258
Could you please check if there is a problem ?
Should I raise a bug report ?
By the way: my OS is Fedora Core 20. Don't know if it occurs in other
distros
Regards,
Adelino.
_______________________________________________
users mailing list
http://lists.jitsi.org/mailman/listinfo/users
Loading...