Paul, When I remove the DTD line from the xinfo file for 'RepositoyManager.xinfo' there are no problems reported with the block. It appears that http://jakarta.apache.org/phoenix/blockinfo_1_0.dtd is missing. Is there not a DOCTYPE notation that species two locations for the DTD. One local, possibly jar-bound, the other web-hosted?
Of course I might be on the wrong track, - Paul > Folks, > > I'm going nuts. I am getting SAX parsing errors when trying to launch > any of the apps in Cornerstone. Even the simplest on its own > 'avalon-demo.sar' is causing the following :- > > Failed to create BlockInfo for Block named "objectstorage" from > resource "org/apache/avalon/cornerstone/blocks/masterstore/Repositor > yManager.xinfo" (Reason: The value of attribute "version" must begin > with either a single or double quote character.). > --- Stack Trace --- > org.apache.avalon.phoenix.interfaces.DeploymentException: Failed to > create BlockInfo for Block named "objectstorage" from resource " > org/apache/avalon/cornerstone/blocks/masterstore/RepositoryManager.xinfo" > (Reason: The value of attribute "version" must begin with > either a single or double quote character.). > at > >org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:178) > > > at > >org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:467) > > > at > >org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:461) > > > at > >org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:449) > > > at > >org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:439) > > > at > >org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:182) > > > at > org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:115) > at > org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:101) > at > org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:67) > at java.lang.reflect.Method.invoke(Native Method) > at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:88) > at org.apache.avalon.phoenix.launcher.Main.main(Main.java:51) > > Nothing has changed as far as I can see and all this was working > yesterday! > > Is it happening for anyone else? > > - Paul > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
