|
|
Subject: Re: Registry of SARs - msg#00177
List: jakarta.avalon.phoenix.devel
There is some information at jakarta.apache.org/avalon/apps.
Robert McIntosh is I think looking at refactoring and extending that
information.
cheers,
- Leo
On Wed, 2002-05-29 at 09:27, Steve Osselton wrote:
> Sorry if this is a FAQ, but is there a list or registry of all
> the SARs that are available for Phoenix anywhere?
>
> Cheers Steve.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: JMS SAR (early release)
Looks kool .. off to download OpenJMS now ;)
On Wed, 29 May 2002 08:35, Alexis Agahi wrote:
> I've implemented an early 'JMS Server' SAR for Phoenix. It only
> provides basic stuffs (no services currently).
> Tested with the current (5 days ago) phoenix cvs code.
>
> OpenJMS 0.7.2 lib are required and not included in the tarball.
>
> You can get the stuff here: http://javajabber.net/jms.tgz
>
> And soon on sourceforge:
> http://sourceforge.net/projects/phoenixjms
>
> Regards,
--
Cheers,
Peter Donald
Next Message by Date:
click to view message preview
Need an example - Please Help
Hi,
I am just trying to run a simple Hello World example in phoenix. It has
been taking me a while. I really need some urgent help.
If somebody could maybe send me a working .sar file or tell me where I
could get it, maybe I can figure my problem out myself.
On the site the Getting Started section said to grab an example sar from
TODO or build it from CVS.
Therefore my only option was to build it myself.
I'm sorry for my lack of knowledge. But so far, I've downloaded all the
files that have to do with the hello world application. I built the
Hello World block by jarring up the class files and the xinfo file given
in the classes directory and the manifest which I got from the cvs
repository of Avalon. Then I made the sar file by jarring the
assembly.xml, config.xml, and environment.xml in the SAR-INF directory
and the helloworld.jar (block file) in the SAR-INF/lib directory. After
putting helloworld.sar in my phoenix/apps directory when I ran phoenix
it gave me the following error:
Phoenix 4.0a3
There was an uncaught exception:
---------------------------------------------------------
--- Message ---
Error building configuration from
jar:file:/C:/Avalon/phoenix-4.0a3/apps/hellowo
rld.sar!/SAR-INF/assembly.xml.
--- Stack Trace ---
org.apache.avalon.phoenix.interfaces.DeploymentException: Error building
configu
ration from
jar:file:/C:/Avalon/phoenix-4.0a3/apps/helloworld.sar!/SAR-INF/assem
bly.xml.
at
org.apache.avalon.phoenix.components.deployer.DefaultDeployer.getConf
igurationFor(DefaultDeployer.java:206)
at
org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(
DefaultDeployer.java:146)
at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployF
ile(DefaultEmbeddor.java:351)
at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployF
ile(DefaultEmbeddor.java:345)
at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployF
iles(DefaultEmbeddor.java:330)
at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployD
efaultApplications(DefaultEmbeddor.java:320)
at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute
(DefaultEmbeddor.java:162)
at
org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:96)
at
org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.avalon.phoenix.launcher.Main.main(Main.java:54)
Caused by: org.xml.sax.SAXParseException: File
"http://jakarta.apache.org/phoeni
x/assembly_1_0.dtd" not found.
at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1156
)
at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExtern
alEntity(DefaultEntityHandler.java:788)
at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExtern
alSubset(DefaultEntityHandler.java:566)
at
org.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScann
er.java:1139)
at
org.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDoc
umentScanner.java:2201)
at
org.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentSc
anner.java:2156)
at
org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispa
tch(XMLDocumentScanner.java:887)
at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:381)
at
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1035)
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
.build(DefaultConfigurationBuilder.java:128)
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
.build(DefaultConfigurationBuilder.java:116)
at
org.apache.avalon.phoenix.components.deployer.DefaultDeployer.getConf
igurationFor(DefaultDeployer.java:201)
... 13 more
---------------------------------------------------------
The log file may contain further details of error.
Please check the configuration files and restart Phoenix.
If the problem persists, contact the Avalon project. See
http://jakarta.apache.org/avalon for more information.
Thanks,
Radha
Previous Message by Thread:
click to view message preview
Re: Registry of SARs
On Wed, 29 May 2002 17:27, Steve Osselton wrote:
> Sorry if this is a FAQ, but is there a list or registry of all
> the SARs that are available for Phoenix anywhere?
Unfortunately not - though it would make a great addition.
--
Cheers,
Peter Donald
Next Message by Thread:
click to view message preview
Re: Registry of SARs
Hi Leo,
Following this link it looked like there was a good set of application wrappers
to have a look at. Unfortunately a lot of the links were duff, particularly the
downloads, so I wasn't able to get much code to look at :-(
Cheers Steve.
Leo Simons wrote:
There is some information at jakarta.apache.org/avalon/apps.
Robert McIntosh is I think looking at refactoring and extending that
information.
cheers,
- Leo
On Wed, 2002-05-29 at 09:27, Steve Osselton wrote:
Sorry if this is a FAQ, but is there a list or registry of all
the SARs that are available for Phoenix anywhere?
Cheers Steve.
--
To unsubscribe, e-mail:
<mailto:avalon-phoenix-dev-unsubscribe@xxxxxxxxxxxxxxxxxx>
For additional commands, e-mail:
<mailto:avalon-phoenix-dev-help@xxxxxxxxxxxxxxxxxx>
|
|