[x3d-public] Unknown issue in X3DLoaderDOM.java (X3DJSAIL). Will investigate further

John Carlson yottzumm at gmail.com
Thu Jun 10 15:44:02 PDT 2021


/c/x3d-code/www.web3d.org/x3d/stylesheets/java/src$ cat converstion.sh
javac -cp ../jars/X3DJSAIL.4.0.full.jar:. 
net/coderextreme/JsonConversion.java
java -cp ../jars/X3DJSAIL.4.0.full.jar:. net.coderextreme.JsonConversion

# reads in ../examples/HelloWorldProgramOutput.json and converts to xml 
and json via X3DLoaderDOM.java.  It looks like certain logic in 
X3DLoaderDOM may not be working around line 1017 and 1045.   I will look 
into setting breakpoints in netbeans (first time I bring up X3DJSAIL in 
a debugger--should be exciting!).


/c/x3d-code/www_web3d_org/x3d/stylesheets/java/src$ sh converstion.sh 
2>&1 |grep "\*\*\*"|grep relationship
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent DISEntityManager, child DISEntityTypeMapping, containerField='') 
Please report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent DISEntityManager, child DISEntityTypeMapping, containerField='') 
Please report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child Anchor, containerField='') Please report this 
problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child Inline, containerField='') Please report this 
problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child DISEntityTypeMapping, containerField='') 
Please report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child GeoMetadata, containerField='') Please report 
this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child AudioClip, containerField='') Please report 
this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child ImageCubeMapTexture, containerField='') Please 
report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child ImageTexture3D, containerField='') Please 
report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child ImageTexture, containerField='') Please report 
this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child MovieTexture, containerField='') Please report 
this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child Script, containerField='') Please report this 
problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child PackagedShader, containerField='') Please 
report this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child ShaderPart, containerField='') Please report 
this problem to brutzman at nps.edu
*** [X3DLoaderDOM error] Parent-child node relationship not found! 
(parent LoadSensor, child ShaderProgram, containerField='') Please 
report this problem to brutzman at nps.edu




More information about the x3d-public mailing list