Running VolanoMark on the solaris-native thread vm for the JDK1.2Beta4-D build gives "java.lang.NoClassDefFoundError" error message.
(This is a regression from the JDKBeta3-N build; Roger wanted me to submit a new bug instead of reopening a duplicated one).
Steps:
-----
1. Logon to a Solaris machine that can run native threads (My machine "akshara" gives the following error)
1. cd to /home/vanitha/volano/vmark10
2. Open one terminal window and enter "java -native COM.volano.Main"
3. Open another terminal window and enter "java -native COM.volano.Mark"
The following error message can be seen on the client window
Creating room number 10 ...
200 connections so far.
Running the test ...
java.lang.NoClassDefFoundError: COM/volano/n
> at
> at java.util.Observable.notifyObservers(Observable.java:146)
> at COM.volano.x.run(Unknown Source)
> at java.lang.Thread.run(Thread.java:475)
(This is a regression from the JDKBeta3-N build; Roger wanted me to submit a new bug instead of reopening a duplicated one).
Steps:
-----
1. Logon to a Solaris machine that can run native threads (My machine "akshara" gives the following error)
1. cd to /home/vanitha/volano/vmark10
2. Open one terminal window and enter "java -native COM.volano.Main"
3. Open another terminal window and enter "java -native COM.volano.Mark"
The following error message can be seen on the client window
Creating room number 10 ...
200 connections so far.
Running the test ...
java.lang.NoClassDefFoundError: COM/volano/n
> at
> at java.util.Observable.notifyObservers(Observable.java:146)
> at COM.volano.x.run(Unknown Source)
> at java.lang.Thread.run(Thread.java:475)
- relates to
-
JDK-4099032 Cannot run the VolanoMark on the native threads VM
-
- Closed
-
-
JDK-4096926 VolanoMark fails to run in 1.2 beta2 w/ solaris native threads
-
- Closed
-