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

Bug 178839

Summary: www-servers/resin-3.1.1 init script for does not work
Product: Gentoo Linux Reporter: Dmitry Bashlov <info>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dmitry Bashlov 2007-05-17 07:50:02 UTC
The init script for resin-3.1.1 does not work.
Exception in thread "main" java.lang.NoClassDefFoundError: javax/el/ELContext 

---------
cat /etc/conf.d/resin

# The CLASSPATH for Resin to use, plus any others you need.
CLASSPATH="$(java-config -p resin)"
---------
java-config -p resin
/usr/share/resin/lib/saaj.jar:/usr/share/resin/lib/ejb-15.jar:/usr/share/resin/lib/jca-15.jar:/usr/share/resin/lib/jta-101.jar:/usr/share/resin/lib/webutil.jar:/usr/share/resin/lib/jstl-11.jar:/usr/share/resin/lib/resin.jar:/usr/share/resin/lib/j2ee-management-10.jar:/usr/share/resin/lib/jsf-12.jar:/usr/share/resin/lib/jpa-15.jar:/usr/share/resin/lib/resin-util.jar:/usr/share/resin/lib/jaxrpc-15.jar:/usr/share/resin/lib/jcr-101.jar:/usr/share/resin/lib/script-10.jar:/usr/share/resin/lib/j2ee-deploy-10.jar:/usr/share/resin/lib/jms-11.jar:/usr/share/resin/lib/portlet-10.jar:/usr/share/resin/lib/ecmascript.jar:/usr/share/resin/lib/quercus.jar
---------
ls -l /usr/share/resin/lib/resin-servlet-api.jar
lrwxrwxrwx 1 root root 58 May 17 10:07 /usr/share/resin/lib/resin-servlet-api.jar -> /usr/share/resin-servlet-api-2.5/lib/resin-servlet-api.jar
---------

if i add to CLASSPASS manually
CLASSPATH="$(java-config -p resin):/usr/share/resin/lib/resin-servlet-api.jar"

Error still repeats
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-17 08:07:45 UTC

*** This bug has been marked as a duplicate of bug 178149 ***