Looks like you have built cornerstone using the beta 9 binary download version. You need to patch your jar plugin because its generating a comma delimited extensions list in the manifest insteead of a sspace seperated list. See following link for additional details.


http://avalon.apache.org/sandbox/merlin/resources/notebook.html

Cheers, Steve.


Janne Kario wrote:


Timothy Bennett wrote:

I've gotten past this error and have HSQL up and running in my Phoenix
instance.


Could you describe how you managed to get HSQL working and more importantly which version of cornerstone are you using. I'm using cornerstone-1.0 and all the necessary jars are packaged inside my SAR. When I start my vanilla Phoenix 4.0.4 I get the following stack trace.


Can someone confirm if cornerstone-1.0 is supposed to work with Phoenix 4.0.4? Should I place the cornerstone jars somewhere else than inside the SAR archive (phoenix/lib or phoenix/ext perhaps?).

- Janne

java.lang.IllegalArgumentException: cornerstone-sockets-api,cornerstone-threads-api,excalibur-thread,avalon-framework,xml-apis,xerces-Extension-Name

at java.util.jar.Attributes$Name.<init>(Attributes.java:399)
at java.util.jar.Attributes.getValue(Attributes.java:96)
at org.apache.avalon.excalibur.extension.Extension.getExtension(Extension.java:723)


at org.apache.avalon.excalibur.extension.Extension.getExtension(Extension.java:677)

at org.apache.avalon.excalibur.extension.Extension.getListed(Extension.java:640)

at org.apache.avalon.excalibur.extension.Extension.getRequired(Extension.java:257)

at org.apache.avalon.excalibur.extension.Extension.getRequired(Extension.java:274)

at org.apache.avalon.phoenix.components.classloader.DefaultClassLoaderManager.getOptionalPackagesFor(DefaultClassLoaderManager.java:162)

at org.apache.avalon.phoenix.components.classloader.DefaultClassLoaderManager.createClassLoader(DefaultClassLoaderManager.java:129)

at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:331)

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.deployFiles(DefaultEmbeddor.java:476)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.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.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to