Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266736

Summary: www-servers/resin-3.2.1 fails to launch with main" java.lang.NoClassDefFoundError: javax/el/ELContext
Product: Gentoo Linux Reporter: Maurice Volaski <mvolaski>
Component: [OLD] JavaAssignee: Krzysztof Pawlik (RETIRED) <nelchael>
Status: RESOLVED FIXED    
Severity: normal CC: java
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurice Volaski 2009-04-19 09:00:41 UTC
www-servers/resin-3.2.1 fails at init with

Exception in thread "main" java.lang.NoClassDefFoundError: javax/el/ELContext
	at com.caucho.boot.ResinBoot.<init>(Unknown Source)
	at com.caucho.boot.ResinBoot.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.el.ELContext
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
	... 2 more

This is using /opt/sun-jdk-1.6.0.13 and javatoolkit-0.3.0-r3
Comment 1 Maurice Volaski 2009-04-20 23:14:23 UTC
This bug may simply be due to the 3.2 version of the default resin.conf's not being installed by the ebuild, http://bugs.gentoo.org/show_bug.cgi?id=266919, or it may be upstream.
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-05-01 22:39:48 UTC
Could you try with resin-3.2.1-r1 ?
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-05-03 15:12:21 UTC
Fixed in resin-3.2.1-r2.