[x3d-public] possible issue with X3DJSAIL, HAnimSegment *is* a parent of HAnimSite

John Carlson yottzumm at gmail.com
Thu Nov 19 23:30:09 PST 2020


See JoeKick.x3d, attached.   Also error and output logs from build.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20201120/c25dafc6/attachment-0001.html>
-------------- next part --------------
BEGIN ../data/JoeKick.x3d > json, END ../data/JoeKick.x3d
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'
	at org.web3d.x3d.jsail.HAnim.HAnimSite.validate(HAnimSite.java:5352)
	at org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:5911)
	at org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:6826)
	at org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:5818)
	at org.web3d.x3d.jsail.Grouping.Group.validate(Group.java:1726)
	at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:682)
	at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3776)
	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:1820)
	at net.coderextreme.data.JoeKick.main(JoeKick.java:43)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'
	at org.web3d.x3d.jsail.HAnim.HAnimSite.validate(HAnimSite.java:5352)
	at org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:5911)
	at org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:6826)
	at org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:5818)
	at org.web3d.x3d.jsail.Grouping.Group.validate(Group.java:1726)
	at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:682)
	at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3776)
	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:1820)
	at net.coderextreme.data.JoeKick.main(JoeKick.java:43)
Error: ENOENT: no such file or directory, open '../data/JoeKick.new.json'
    at Object.openSync (fs.js:465:3)
    at Object.readFileSync (fs.js:368:35)
    at Object.<anonymous> (C:\Users\coderextreme\X3DJSONLD\src\main\node\jsondiff.js:148:17)
    at Module._compile (internal/modules/cjs/loader.js:1075:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
    at Module.load (internal/modules/cjs/loader.js:940:32)
    at Function.Module._load (internal/modules/cjs/loader.js:781:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT',
  path: '../data/JoeKick.new.json'
} ../data/JoeKick.json ../data/JoeKick.new.json
Error: ENOENT: no such file or directory, open '../data/JoeKick.newPrettyPrint.intermediate.x3d'
    at Object.openSync (fs.js:465:3)
    at Object.readFileSync (fs.js:368:35)
    at Object.<anonymous> (C:\Users\coderextreme\X3DJSONLD\src\main\node\xmldiff.js:139:17)
    at Module._compile (internal/modules/cjs/loader.js:1075:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
    at Module.load (internal/modules/cjs/loader.js:940:32)
    at Function.Module._load (internal/modules/cjs/loader.js:781:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT',
  path: '../data/JoeKick.newPrettyPrint.intermediate.x3d'
} ../data/JoeKick.x3d ../data/JoeKick.newPrettyPrint.intermediate.x3d
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'
	at org.web3d.x3d.jsail.HAnim.HAnimSite.validate(HAnimSite.java:5352)
	at org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:5911)
	at org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:6826)
	at org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:5818)
	at org.web3d.x3d.jsail.Grouping.Group.validate(Group.java:1726)
	at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:682)
	at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3776)
	at org.web3d.x3d.jsail.Core.X3D.toFileX3D(X3D.java:809)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
C:\Users\coderextreme\X3DJSONLD\src\main\node\net\coderextreme\data\JoeKick.js:590
    X3D0.toFileX3D("../data/JoeKick.new.x3d");
         ^

Error: Error running instance method
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'

	at org.web3d.x3d.jsail.HAnim.HAnimSite.validate(HAnimSite.java:5352)

	at org.web3d.x3d.jsail.HAnim.HAnimSegment.validate(HAnimSegment.java:5911)

	at org.web3d.x3d.jsail.HAnim.HAnimJoint.validate(HAnimJoint.java:6826)

	at org.web3d.x3d.jsail.HAnim.HAnimHumanoid.validate(HAnimHumanoid.java:5818)

	at org.web3d.x3d.jsail.Grouping.Group.validate(Group.java:1726)

	at org.web3d.x3d.jsail.Core.Scene.validate(Scene.java:682)

	at org.web3d.x3d.jsail.Core.X3D.validate(X3D.java:3776)

	at org.web3d.x3d.jsail.Core.X3D.toFileX3D(X3D.java:809)

	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

	at java.base/java.lang.reflect.Method.invoke(Method.java:564)


    at Object.<anonymous> (C:\Users\coderextreme\X3DJSONLD\src\main\node\net\coderextreme\data\JoeKick.js:590:10)
    at Module._compile (internal/modules/cjs/loader.js:1075:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
    at Module.load (internal/modules/cjs/loader.js:940:32)
    at Function.Module._load (internal/modules/cjs/loader.js:781:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  cause: nodeJava_org_web3d_x3d_sai_InvalidFieldException {}
}
Error: ENOENT: no such file or directory, open '../data/JoeKick.new.x3d'
    at Object.openSync (fs.js:465:3)
    at Object.readFileSync (fs.js:368:35)
    at Object.<anonymous> (C:\Users\coderextreme\X3DJSONLD\src\main\node\xmldiff.js:139:17)
    at Module._compile (internal/modules/cjs/loader.js:1075:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
    at Module.load (internal/modules/cjs/loader.js:940:32)
    at Function.Module._load (internal/modules/cjs/loader.js:781:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT',
  path: '../data/JoeKick.new.x3d'
} ../data/JoeKick.x3d ../data/JoeKick.new.x3d
-------------- next part --------------
A non-text attachment was scrubbed...
Name: JoeKick.x3d
Type: application/octet-stream
Size: 91645 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20201120/c25dafc6/attachment-0001.obj>
-------------- next part --------------
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addJoints
addSegments
addSegments
addViewpoints
addViewpoints
================================================================================
C:\Users\coderextreme\X3DJSONLD\src\main\node\xmldiff.js ../data/JoeKick.x3d ../data/JoeKick.x3d.new
@2 /X3D/$/xmlns:xsd /X3D/$/xmlns:xsd
< "http://www.w3.org/2001/XMLSchema-instance"
> "https://www.w3.org/2001/XMLSchema-instance"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/MetadataSet/0/$/containerField
>"metadata"
@4 /X3D/Scene/0/Group/0/HAnimHumanoid/0/MetadataSet/0/MetadataString/0/$/containerField
< "value"
@4 /X3D/Scene/0/Group/0/HAnimHumanoid/0/HAnimJoint/0/$/containerField
< "skeleton"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/HAnimJoint/0/HAnimSegment/0/HAnimSite/0/Transform/0/Shape/0/IndexedLineSet/0/$/containerField
>"geometry"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/HAnimJoint/0/HAnimSegment/0/HAnimSite/0/Transform/0/Shape/0/IndexedLineSet/0/Coordinate/0/$/containerField
>"coord"
@4 /X3D/Scene/0/Group/0/HAnimHumanoid/0/Shape/0/$/containerField
< "skin"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/Shape/0/Appearance/0/ImageTexture/0/$/containerField
>"texture"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/Shape/0/IndexedFaceSet/0/$/containerField
>"geometry"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/Shape/0/IndexedFaceSet/0/Coordinate/0/$/containerField
>"coord"
@6/X3D/Scene/0/Group/0/HAnimHumanoid/0/Shape/0/IndexedFaceSet/0/TextureCoordinate/0/$/containerField
>"texCoord"
@6/X3D/Scene/0/Group/4/Transform/0/Shape/0/Appearance/0/ImageTexture/0/$/containerField
>"texture"
@6/X3D/Scene/0/Group/4/Transform/0/Shape/0/IndexedFaceSet/0/$/containerField
>"geometry"
@6/X3D/Scene/0/Group/4/Transform/0/Shape/0/IndexedFaceSet/0/Coordinate/0/$/containerField
>"coord"
@6/X3D/Scene/0/Group/5/Transform/1/Shape/0/IndexedLineSet/0/$/containerField
>"geometry"
@6/X3D/Scene/0/Group/5/Transform/1/Shape/0/IndexedLineSet/0/Coordinate/0/$/containerField
>"coord"
@6/X3D/Scene/0/Group/5/Transform/2/Shape/0/IndexedLineSet/0/$/containerField
>"geometry"
@6/X3D/Scene/0/Group/5/Transform/3/Shape/0/IndexedLineSet/0/$/containerField
>"geometry"

Different
~/X3DJSONLD/src/main/java/net/coderextreme/data ~/X3DJSONLD/src/main/shell
../java/net/coderextreme/data/JoeKick.java
~/X3DJSONLD/src/main/shell
~/X3DJSONLD/src/main/java ~/X3DJSONLD/src/main/shell
net/coderextreme/data/JoeKick
Warning: meta name newValue="translators" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="RootFront_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='RootFront_view'
Warning: HAnimDisplacer name newValue="skull_tip_raiser_action" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky3" has an unrecognized value not matching any of the optional string tokens.
Warning: meta name newValue="translators" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="RootFront_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='RootFront_view'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'
~/X3DJSONLD/src/main/shell
~/X3DJSONLD/src/main/nashorn ~/X3DJSONLD/src/main/shell
jjs -J-Xss1g -J-Xmx4g -J-Djava.class.path=.;/Users/coderextreme/X3DJSONLD/../pythonSAI/X3DJSAIL.4.0.full.jar;/Users/coderextreme/X3DJSONLD/saxon9he.jar;/Users/coderextreme/X3DJSONLD/target/X3DJSONLD-1.0-SNAPSHOT.jar;/Users/coderextreme/X3DJSONLD/src/main/nashorn ../nashorn/net/coderextreme/data/JoeKick.js
~/X3DJSONLD/src/main/shell
~/X3DJSONLD/src/main/node ~/X3DJSONLD/src/main/shell
../node/net/coderextreme/data/JoeKick.js
Warning: meta name newValue="translators" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="RootFront_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='RootFront_view'
Warning: HAnimDisplacer name newValue="skull_tip_raiser_action" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_thumb3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_index3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_middle3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_ring3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="l_pinky3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_thumb3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_index3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_middle3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_ring3" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky0" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky1" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky2" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimJoint name newValue="r_pinky3" has an unrecognized value not matching any of the optional string tokens.
Warning: ../data/JoeKick.new.x3d does not meet suggested X3D naming conventions, continuing...
Warning: meta name newValue="translators" has an unrecognized value not matching any of the optional string tokens.
Warning: HAnimSite name newValue="RootFront_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='RootFront_view'
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: HAnimSite DEF='Joe_RootFront_view' name='RootFront_view' illegal parent found: 'HAnimSegment'
~/X3DJSONLD/src/main/shell
node.exe C:/Users/coderextreme/X3DJSONLD/src/main/node/xmldiff.js ../data/JoeKick.x3d ../data/JoeKick.new.x3d


More information about the x3d-public mailing list