[x3d-public] HAnim examples data errors..DiamondManLOA[012].x3d (java)

John Carlson yottzumm at gmail.com
Wed Jun 30 19:55:10 PDT 2021


Running Java code generated from example X3D XML files found in 
x3d/content/examples/HumanoidAnimation/Templates source code

DiamondManLOA0.x3d  DiamondManLOA1.x3d  DiamondManLOA2.x3d

Don's X3dToJava.xslt code is lower down.  See warnings and error illegal 
values.

======John's Java Serializer ==========================================

===================Compilation================================

~/X3DJSONLD/src/main/java/net/coderextreme/data ~/X3DJSONLD/src/main/shell
../java/net/coderextreme/data/DiamondManLOA0.java
~/X3DJSONLD/src/main/shell
~/X3DJSONLD/src/main/java/net/coderextreme/data ~/X3DJSONLD/src/main/shell
../java/net/coderextreme/data/DiamondManLOA1.java
~/X3DJSONLD/src/main/shell
~/X3DJSONLD/src/main/java/net/coderextreme/data ~/X3DJSONLD/src/main/shell
../java/net/coderextreme/data/DiamondManLOA2.java
~/X3DJSONLD/src/main/shell


===================Running====================================

===================LOA0===========================

~/X3DJSONLD/src/main/java ~/X3DJSONLD/src/main/shell
net/coderextreme/data/DiamondManLOA0
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="site_view" has an unrecognized value 
not matching any of the optional string tokens.
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_pelvis' name='pelvis' illegal parent found: 
HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_pelvis' name='pelvis' illegal parent found: 
HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA0.main(DiamondManLOA0.java:43)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: 
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_pelvis' name='pelvis' 
illegal parent found: HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA0.main(DiamondManLOA0.java:43)
~/X3DJSONLD/src/main/shell

====================LOA1====================================

~/X3DJSONLD/src/main/java ~/X3DJSONLD/src/main/shell
net/coderextreme/data/DiamondManLOA1
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="DiamondManLOA1_view" has an 
unrecognized value not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling 
of HAnimSite name='DiamondManLOA1_view'
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_pelvis' name='pelvis' illegal parent found: 
HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_pelvis' name='pelvis' illegal parent found: 
HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA1.main(DiamondManLOA1.java:43)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: 
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_pelvis' name='pelvis' 
illegal parent found: HAnimJoint name='hanim_sacroiliac' name='sacroiliac'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA1.main(DiamondManLOA1.java:43)
~/X3DJSONLD/src/main/shell

====================LOA2===================================

~/X3DJSONLD/src/main/java ~/X3DJSONLD/src/main/shell
net/coderextreme/data/DiamondManLOA2
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_forefoot_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="DiamondManLOA2_view" has an 
unrecognized value not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling 
of HAnimSite name='DiamondManLOA2_view'
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_sacrum' name='sacrum' illegal parent found: 
HAnimJoint name='hanim_humanoid_root' name='humanoid_root'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: 
HAnimSegment DEF='hanim_sacrum' name='sacrum' illegal parent found: 
HAnimJoint name='hanim_humanoid_root' name='humanoid_root'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA2.main(DiamondManLOA2.java:43)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: 
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_sacrum' name='sacrum' 
illegal parent found: HAnimJoint name='hanim_humanoid_root' 
name='humanoid_root'
         at 
org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:6169)
         at 
org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:7084)
         at 
org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:6017)
         at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:700)
         at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3808)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1100)
         at 
org.web3d.x3d.jsail.Core.X3D.toFileStylesheetConversion(X3D.java:1024)
         at org.web3d.x3d.jsail.Core.X3D.toFileJSON(X3D.java:1835)
         at 
net.coderextreme.data.DiamondManLOA2.main(DiamondManLOA2.java:43)
~/X3DJSONLD/src/main/shell


======Don's stylesheet==============================

======Compilation=============================

coderextreme at coderextreme-Kubuntu20:~/X3DJSONLD/src/main/java$ javac -cp 
~/pythonSAI/X3DJSAIL.4.0.full.jar net/x3djsonld/data/DiamondManLOA*java


=======Running===========================

=======LOA0======================================

coderextreme at coderextreme-Kubuntu20:~/X3DJSONLD/src/main/java$ java -cp 
~/pythonSAI/X3DJSAIL.4.0.full.jar:. net/x3djsonld/data/DiamondManLOA0
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="site_view" has an unrecognized value 
not matching any of the optional string tokens.
Java program "net.x3djsonld.data.DiamondManLOA0" self-validation test 
results: Warning: meta name newValue="motto" has an unrecognized value 
not matching any of the optional string tokens.
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_pelvis' name='pelvis' 
illegal parent found: HAnimJoint name='hanim_sacroiliac' name='sacroiliac'


=============LOA1============================

coderextreme at coderextreme-Kubuntu20:~/X3DJSONLD/src/main/java$ java -cp 
~/pythonSAI/X3DJSAIL.4.0.full.jar:. net/x3djsonld/data/DiamondManLOA1
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="DiamondManLOA1_view" has an 
unrecognized value not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling 
of HAnimSite name='DiamondManLOA1_view'
Java program "net.x3djsonld.data.DiamondManLOA1" self-validation test 
results: Warning: meta name newValue="motto" has an unrecognized value 
not matching any of the optional string tokens.

<meta content='Still needs comments on CAESAR feature points inserted' 
name='warning'/>
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_pelvis' name='pelvis' 
illegal parent found: HAnimJoint name='hanim_sacroiliac' name='sacroiliac'


=============LOA2===========================

coderextreme at coderextreme-Kubuntu20:~/X3DJSONLD/src/main/java$ java -cp 
~/pythonSAI/X3DJSAIL.4.0.full.jar:. net/x3djsonld/data/DiamondManLOA2
Warning: meta name newValue="motto" has an unrecognized value not 
matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_forefoot_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_middistal_tip" has an unrecognized 
value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="l_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="r_hand_tip" has an unrecognized value 
not matching any of the optional string tokens.
Warning: HAnimSite name newValue="DiamondManLOA2_view" has an 
unrecognized value not matching any of the optional string tokens.
Warning: HAnim name values are lower case, check capitalization/spelling 
of HAnimSite name='DiamondManLOA2_view'
Java program "net.x3djsonld.data.DiamondManLOA2" self-validation test 
results: Warning: meta name newValue="motto" has an unrecognized value 
not matching any of the optional string tokens.
ERROR_ILLEGAL_VALUE: HAnimSegment DEF='hanim_sacrum' name='sacrum' 
illegal parent found: HAnimJoint name='hanim_humanoid_root' 
name='humanoid_root'




More information about the x3d-public mailing list