I dont know if there is anybody still working on ECPerf. But Sun's webpage points me to this mailing list.
am doing experiment on ecperf. when I launched driver, I got the following
errors. I am quite sure that I have included all jars in CLASSPATH. I even
created a jar file which contains com/sun/ecperf/common/ECperfException and
export it to CLASSPATH, but it still doesnt do anything good. It would be appreciated if anyone could help
me out.
Feng
==========================================
/home/fxian/bench/ecperf
Apps server is
jboss
Driver Host: terryxian2.unl.edu
Binding controller to
//terryxian2.unl.edu/Controller
Controller: Registering O1 on machine
129.93.164.83
O1 started ...
Controller: Registering L1 on machine
129.93.164.83
L1 started ...
Controller: Registering M1 on machine
129.93.164.83
M1 started ...
RunID for this run is : 6
Output directory
for this run is : /home/fxian/bench/ecperf/output/6
triggerTime = 30
seconds
benchStartTime = 30300
Configuring 1 OrdersAgents...
Exception
in thread "main" java.rmi.ServerError: Error occurred in server thread; nested
exception is:
java.lang.NoClassDefFoundError:
com/sun/ecperf/common/ECperfException
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:289)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at
java.security.AccessController.doPrivileged(Native Method)
at
sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at
com.sun.ecperf.driver.OrdersAgent_Stub.configure(Unknown Source)
at
com.sun.ecperf.driver.Driver.configureAgents(Driver.java:371)
at
com.sun.ecperf.driver.Driver.<init>(Driver.java:102)
at
com.sun.ecperf.driver.Driver.main(Driver.java:685)
Caused by:
java.lang.NoClassDefFoundError: com/sun/ecperf/common/ECperfException
at java.lang.ClassLoader.defineClass0(Native Method)
at
java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
at
java.net.URLClassLoader.access$100(URLClassLoader.java:54)
at
java.net.URLClassLoader$1.run(URLClassLoader.java:193)
at
java.security.AccessController.doPrivileged(Native Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at
com.sun.ecperf.driver.OrdersAgent.configure(OrdersAgent.java:76)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at
java.security.AccessController.doPrivileged(Native Method)
at
sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)
--
Addr: 1025N, 23rd str, APT 33,
Lincoln, NE, 68503
Phone: (402)310-2914
WWW:
cse.unl.edu/~fxian
===========================================================================
To unsubscribe, send email to listserv@java.sun.com and include in the body
of the message "signoff J2EE-INTEREST". For general help, send email to
listserv@java.sun.com and include in the body of the message "help".