Running VolanoMark on the solaris-native thread vm gives "java.lang.NoClassDefFoundError" error message.
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:145)
at COM.volano.x.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
java.lang.NoClassDefFoundError: COM/volano/n
at
at java.util.Observable.notifyObservers(Observable.java:145)
at COM.volano.x.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
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:145)
at COM.volano.x.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
java.lang.NoClassDefFoundError: COM/volano/n
at
at java.util.Observable.notifyObservers(Observable.java:145)
at COM.volano.x.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
- duplicates
-
JDK-4096926 VolanoMark fails to run in 1.2 beta2 w/ solaris native threads
-
- Closed
-
- relates to
-
JDK-4138923 Cannot run the VolanoMark on the native threads VM for JDK1.2Beta4-D build
-
- Closed
-