sharing canvas exception pb

javax.media.j3d.IllegalSharingException: Sharing canvas with multiple views

at javax.media.j3d.View.addCanvas3D(View.java:2188)

at com.sun.j3d.utils.universe.Viewer.<init>(Viewer.java:376)

at com.sun.j3d.utils.universe.Viewer.<init>(Viewer.java:298)

at com.sun.j3d.utils.universe.SimpleUniverse.<init>(SimpleUniverse.java:215)

at com.sun.j3d.utils.universe.SimpleUniverse.<init>(SimpleUniverse.java:177)

at com.sun.j3d.utils.universe.SimpleUniverse.<init>(SimpleUniverse.java:126)

at konno.Konno1.<init>(Konno1.java:106)

at konno.Konno1.main(Konno1.java:132)

Any idea of why getting this exception, and in which type of config ?

thanks

Because you are trying to share a canvas between multiple views.

Really beyond that you have given me no way to even guess as to what is going on because I see no source code.