Bug 232312

Summary: rhino fails to run
Product: [Fedora] Fedora Reporter: Anthony Green <green>
Component: rhinoAssignee: Matt Wringe <mwringe>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-15 17:55:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anthony Green 2007-03-14 19:46:44 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Anthony Green 2007-03-14 19:47:49 UTC
(In reply to comment #0)
> Description of problem:

Oops.  I hit "submit" a little too early!

Here's what I'm seeing in rawhide today:
$ rhino
/usr/bin/build-classpath: error: Could not find xmlbeans/xbean Java extension
for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found
Exception in thread "main" java.lang.NoClassDefFoundError:
org.mozilla.javascript.tools.shell.Main
   at gnu.java.lang.MainThread.run(libgcj.so.8rh)
Caused by: java.lang.ClassNotFoundException:
org.mozilla.javascript.tools.shell.Main not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/java/rhino.jar,file:./],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.8rh)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.8rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
   at gnu.java.lang.MainThread.run(libgcj.so.8rh)


Comment 2 Matt Wringe 2007-03-15 17:55:20 UTC
That script should not have been included, it has now been removed in rawhide.
The script was meant to run a debugging tool which we cannot include due to
licensing issues.