bootjar succeeds with bad module xml
------------------------------------

                 Key: CDV-553
                 URL: https://jira.terracotta.org/jira//browse/CDV-553
             Project: Community Development
          Issue Type: Bug
            Reporter: Taylor Gautier
            Assignee: Issue Review Board


I had a terracotta.xml in a module that was missing the the correct xml line, 
the first line was instead:

?xml version="1.0" encoding="UTF-8" ?>

Which should have been:
<?xml version="1.0" encoding="UTF-8" ?>

When I tried to use this module, I got this:

[INFO] Starting bootjar tool
[INFO] [bootjar] 2007-12-15 16:46:16,029 INFO - Terracotta 2.5-rev6472, as of 
20071211-121221 (Revision 6472 by [EMAIL PROTECTED] from 2.5)
[INFO] [bootjar] 2007-12-15 16:46:16,481 INFO - Configuration loaded from the 
file at 
'/Users/tgautier/src/forge/projects/labs/pattern-resourcepool/sample/target/classes/tc-config.xml'.
[INFO] [bootjar] 2007-12-15 16:46:17,497 WARN - Unable to parse configuration 
from bundle: org.terracotta.pattern.resourcepool
[INFO] [bootjar] org.apache.xmlbeans.XmlException: error: Unexpected element: 
CDATA
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3467)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
[INFO] [bootjar]        at 
com.terracottatech.config.DsoApplication$Factory.parse(DsoApplication.java:260)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.loadConfiguration(ModulesLoader.java:288)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.access$100(ModulesLoader.java:53)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader$2.callback(ModulesLoader.java:137)
[INFO] [bootjar]        at 
com.tc.bundles.KnopflerfishOSGi.startBundle(KnopflerfishOSGi.java:84)
[INFO] [bootjar]        at 
com.tc.bundles.KnopflerfishOSGi.startBundles(KnopflerfishOSGi.java:64)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:151)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:95)
[INFO] [bootjar]        at 
com.tc.object.tools.BootJarTool.<init>(BootJarTool.java:219)
[INFO] [bootjar]        at 
com.tc.object.tools.BootJarTool.main(BootJarTool.java:2557)
[INFO] [bootjar] Caused by: org.xml.sax.SAXParseException: Unexpected element: 
CDATA
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3435)
[INFO] [bootjar]        ... 13 more
[INFO] [bootjar] 2007-12-15 16:46:17,659 WARN - Unable to parse configuration 
from bundle: org.terracotta.pattern.resourcepool
[INFO] [bootjar] org.apache.xmlbeans.XmlException: error: Unexpected element: 
CDATA
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3467)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
[INFO] [bootjar]        at 
com.terracottatech.config.DsoApplication$Factory.parse(DsoApplication.java:260)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.loadConfiguration(ModulesLoader.java:288)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.access$100(ModulesLoader.java:53)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader$2.callback(ModulesLoader.java:137)
[INFO] [bootjar]        at 
com.tc.bundles.KnopflerfishOSGi.startBundle(KnopflerfishOSGi.java:84)
[INFO] [bootjar]        at 
com.tc.bundles.KnopflerfishOSGi.startBundles(KnopflerfishOSGi.java:64)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:151)
[INFO] [bootjar]        at 
com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:95)
[INFO] [bootjar]        at 
com.tc.object.tools.BootJarTool.<init>(BootJarTool.java:219)
[INFO] [bootjar]        at 
com.tc.object.tools.BootJarTool.main(BootJarTool.java:2564)
[INFO] [bootjar] Caused by: org.xml.sax.SAXParseException: Unexpected element: 
CDATA
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportFatalError(Piccolo.java:1038)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:723)
[INFO] [bootjar]        at 
org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3435)
[INFO] [bootjar]        ... 13 more
[INFO] [bootjar] Creating boot JAR at 
'/Users/tgautier/src/forge/projects/labs/pattern-resourcepool/sample/target/dso-boot.jar...
[INFO] [bootjar] Successfully created boot JAR file at 
'/Users/tgautier/src/forge/projects/labs/pattern-resourcepool/sample/target/dso-boot.jar'.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to