Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69418 - /etc/init.d/zetagrid progress fails with java.lang.NoClassDefFoundError
Summary: /etc/init.d/zetagrid progress fails with java.lang.NoClassDefFoundError
Status: RESOLVED DUPLICATE of bug 69351
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 08:54 UTC by Yogesh
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yogesh 2004-10-29 08:54:49 UTC
# /etc/init.d/zetagrid progress
 * Showing zetagrid progress (Cancel with ^C) ...

Exception in thread "main" java.lang.NoClassDefFoundError: zeta/ShowProgress



Reproducible: Always
Steps to Reproduce:
1. start zetagrid as root /etc/init.d/zetagrid start
2. /etc/init.d/zetagrid progress


Actual Results:  
Exception in thread "main" java.lang.NoClassDefFoundError: zeta/ShowProgress


Expected Results:  
It should show progress

# which java
/opt/blackdown-jdk-1.4.1/bin/java

# java -version
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode)

# qpkg -I -v zetagrid
app-sci/zetagrid-1.9.1
Comment 1 Yogesh 2004-10-29 08:56:51 UTC

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