I recompiled the cornerstone.jar and that solved the problem, however now I get a different exception, which I've pasted below. I'm sure this has to do with me config.xml, but what exactly is wrong I'm not sure. I'm taking a look at the some of the source code to see if I can learn more about why this exception was thrown. A sample of my config.xml file was in my earlier email. Thanks for the help.
There was an uncaught exception:
---------------------------------------------------------
--- Message ---
There is no coresponding Block or Listener for configuration data in element "data-source".
--- Stack Trace ---
org.apache.avalon.phoenix.interfaces.DeploymentException: There is no coresponding Block or Listener for configuration data in element "data-source".
at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.setupConfi guration(DefaultDeployer.java:527)
at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(Def aultDeployer.java:346)
at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile (DefaultEmbeddor.java:498)
at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile (DefaultEmbeddor.java:491)
at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile s(DefaultEmbeddor.java:476)
at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefa ultApplications(DefaultEmbeddor.java:466)
at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(De faultEmbeddor.java:224)
at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
at org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:144)
at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:94)
at org.apache.avalon.phoenix.launcher.Main.main(Main.java:46)
On Saturday, April 5, 2003, at 09:28 PM, Peter Donald wrote:
On Sun, 6 Apr 2003 07:08, [EMAIL PROTECTED] wrote:Hi all, I'm trying to create a datasource componet using cornerstone, but I keep getting the following exception whenever I start phoneix.
That looks like you have a bad cornerstone.jar. The .xinfo file should have
been created during the build process and stored in the jar. Can you check if
it is in the jar?
Could you tell us where you got this jar or how you built it.
-- Cheers,
Peter Donald "The ability to quote is a serviceable substitute for wit." -- Maugham
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
