Name: krC82822 Date: 06/04/2001
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Exception occurs when running the Raytrace Example from Jini Starter kit 1.1
for certain block sizes. In particular a block size of 20 x 20.
1. start httpd in a dos window
2. start rmid in a dos window
3. start reggie from a dos window
4. start mahalo from a dos window
5. start a transient space from a dos window
6. start raytrace server applet
7. enter a block size of 20 x 20 and hit start.
8. start a worker from dos window
9. the server is writing tasks and the worker is processing them until the
following exception occurs from the server dos window:
C:\java\jini1_1\example\raytrace>java -Djava.security.policy=c:\java\jini1_1\pol
icy\policy.all -Doutrigger.spacename=JavaSpaces -Dcom.sun.jini.lookup.groups=pub
lic -cp c:\java\jini1_1\lib\space-examples.jar -Djava.rmi.server.codebase=http:/
/localhost:8889/space-examples-dl.jar sun.applet.Main file:///c:/java/jini1_1/ex
ample/raytrace/trace.html
found JavaSpaces = com.sun.jini.outrigger.SpaceProxy@0
found TransactionManager = com.sun.jini.mahalo.TxnManagerImpl_Stub[RemoteStub [r
ef: sun.rmi.server.UnicastRef2@d9850]]
writing 768 tasks
Chunk is (20x20)
random
wrote 768 tasks
#
# HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F57494E13120E43505002D4
#
abnormal program termination
The output from the worker dos window is:
C:\java\jini1_1\example\raytrace>java -Djava.security.policy=c:\java\jini1_1\pol
icy\policy.all -Doutrigger.spacename=JavaSpaces -Dcom.sun.jini.lookup.groups=pub
lic -cp c:\java\jini1_1\lib\space-examples.jar -Djava.rmi.server.codebase=http:/
/localhost:8889/space-examples-dl.jar sun.applet.Main file:///c:/java/jini1_1/ex
ample/genericWorker/worker.html
found JavaSpaces = com.sun.jini.outrigger.SpaceProxy@0
found TransactionManager = com.sun.jini.mahalo.TxnManagerImpl_Stub[RemoteStub [r
ef: sun.rmi.server.UnicastRef2@549f94]]
I am running on M56697 and talking to the space named JavaSpaces
Thanks
(Review ID: 125701)
======================================================================