On 3/26/07, Simon Laws <[EMAIL PROTECTED]> wrote:



On 3/26/07, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote:
>
> Simon,
>
> Did you start ActiveMQ before you started the master?
>
> Ta
> Meeraj
>
>
> >From: "Simon Laws" <[EMAIL PROTECTED]>
> >Reply-To: tuscany-dev@ws.apache.org
> >To: tuscany-dev@ws.apache.org
> >Subject: Re: Tag for TSSS demo code
> >Date: Mon, 26 Mar 2007 17:35:24 +0100
> >
> >On 3/22/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
> >>
> >>I've created a tag corresponding to the code used to build the demo
> >>(r520715) and added a trivial pom to build the lot. To build:
> >>    $ svn co https://svn.apache.org/repos/asf/incubator/tuscany/tags/
> >>java/tsss-demo
> >>    $ mvn install
> >>
> >>I did not change the versions in the poms so they are using the same
> >>ones as trunk. To avoid conflict in the snapshot repo we should not
> >>deploy jars built from this.
> >>
> >>--
> >>Jeremy
> >>
> >>On Mar 22, 2007, at 7:39 AM, Meeraj Kunnumpurath wrote:
> >>
> >> > Jeremy,
> >> >
> >> > This is the definitve list, thanks to Mario.
> >> >
> >> > java/spec/commonj/
> >> > java/spec/sca-api-r1.0/
> >> > java/sca/kernel/
> >> > java/sca/runtime/
> >> > java/sca/services/
> >> > java/sca/contrib/discovery/
> >> > java/sca/contrib/discovery/jms
> >> > java/sca/console/
> >> > java/sca/core-samples/
> >> > java/distribution/sca/demo.app
> >> > java/distribution/sca/demo/
> >> >
> >> > Ta
> >> > Meeraj
> >> >
> >> > -----Original Message-----
> >> > From: Jeremy Boynes [mailto:[EMAIL PROTECTED]
> >> > Sent: Thursday, March 22, 2007 1:52 PM
> >> > To: tuscany-dev@ws.apache.org
> >> > Subject: Re: Compilation status
> >> >
> >> > I think we should tag and deploy SNAPSHOTs of the revision used for
>
> >> > the
> >> > demo - that way people can build as much or as little as they wish.
> If
> >> > you can post the list, I get those modules tagged and deployed
> later
> >> > today.
> >> >
> >> > --
> >> > Jeremy
> >> >
> >> > On Mar 22, 2007, at 6:13 AM, Meeraj Kunnumpurath wrote:
> >> >
> >> >> Mario,
> >> >>
> >> >> AFAIK extensions in trunk is still in a bit of a flux. If you want
> to
> >> >> run the demo, you don't need to run the extensions (the demo uses
> >> >> Java
> >> >
> >> >> container with local bindings), I will try to post a dfeinitive
> list
> >> >> of tasks to build and run the demo later in the day, which will be
> >> >> useful to Simon as well.
> >> >>
> >> >> Ta
> >> >> Meeraj
> >> >>
> >> >> -----Original Message-----
> >> >> From: Antollini, Mario [mailto:[EMAIL PROTECTED]
> >> >> Sent: Thursday, March 22, 2007 12:29 PM
> >> >> To: tuscany-dev@ws.apache.org
> >> >> Subject: Compilation status
> >> >>
> >> >> Meeraj,
> >> >>
> >> >>
> >> >>
> >> >> I just wanted you to know that I am still not able to compile the
> >> >> code
> >> >
> >> >> I checked out from SVN. The main problem is located in the
> >> >> *extensions* project. I have been modifying the pom files within
> this
> >> >> project but I did not manage to get it compiled yet.
> >> >>
> >> >>
> >> >>
> >> >> Basically, the main problems are related to inconsistencies
> between
> >> >> parent references (e.g.; axis2's root project is using groupId
> >> >> *org.apache.tuscany.sca.axis2* while the plugin subproject states
> >> >> that
> >> >
> >> >> its parent is *org.apache.tuscany.sca.extensions.axis2*).
> >> >>
> >> >>
> >> >>
> >> >> Any tips about this?
> >> >>
> >> >>
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Mario
> >> >>
> >> >>
> >> >> This message has been checked for all email viruses by
> MessageLabs.
> >> >>
> >> >>
> >> >> *****************************************************
> >> >>
> >> >>     You can find us at www.voca.com
> >> >>
> >> >> *****************************************************
> >> >> This communication is confidential and intended for the exclusive
> use
> >> >> of the addressee only. You should not disclose its contents to any
> >> >> other person.
> >> >> If you are not the intended recipient please notify the sender
> named
> >> >> above immediately.
> >> >>
> >> >> Registered in England, No 1023742,
> >> >> Registered Office: Voca Limited
> >> >> Drake House, Three Rivers Court,
> >> >> Homestead Road, Rickmansworth,
> >> >> Hertfordshire, WD3 1FX. United Kingdom
> >> >>
> >> >> VAT No. 226 6112 87
> >> >>
> >> >>
> >> >> This message has been checked for all email viruses by
> MessageLabs.
> >> >>
> >> >>
> ---------------------------------------------------------------------
> >> >> 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]
> >> >
> >> >
> >> > This message has been checked for all email viruses by MessageLabs.
> >> >
> >> > This message has been checked for all email viruses by MessageLabs.
>
> >> >
> >> >
> ---------------------------------------------------------------------
> >> > 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]
> >>
> >>Hi Jeremy
> >
> >I'm giving the tss demo distribution module you created a spin...
> >
> >I checked it out and along came all of the svn external dependencies
> >I did a mvn install at the top level and got a clean build
> >I took the zip that was generated in the demo project and unzipped it
> (I
> >just guessed that this was what was required)
> >
> >It doesn't run stright off though as there are a number of dependencies
>
> >missing from the various directories. I'm working my way through them
> now,
> >e.g I'm adding the following to the boot directory of the master
> profile
> >  tuscany-jms-discovery-0.1-incubating-SNAPSHOT.jar
> >  the open MQ jar (some of the base jms classes are required and this
> was
> >the first place I found them)
> >  tuscany-http-jetty-0.1-incubating-SNAPSHOT.jar
> >  jetty and jetty util jars
> >  tuscany-sca-console-0.1-incubating-SNAPSHOT.jar
> >
> >This doesn't feel right! As there are more than one missing jar I
> assume
> >there is a step I've missed or there is some way of pointing the demo
> >runtime at the local maven repo to pick this stuff up (updates to the
> >assembly?).
> >
> >Anyhow with the dependencies it complained about apparently in place
> anyone
> >any idea what the following means...
> >
> >C:\simon\Projects\Tuscany\java\tss-demo>java -Dtuscany.adminPort=2000-jar
> >bin\s
> >erver.start.jar master
> >org.apache.tuscany.host.runtime.InitializationException:
> >org.apache.tuscany.spi.
> >component.GroupInitializationException: sca://root.system/main
> >        at org.apache.tuscany.core.runtime.AbstractRuntime.initialize
> >(AbstractRu
> >ntime.java:235)
> >        at
> org.apache.tuscany.standalone.server.TuscanyServer.startRuntime
> >(Tusca
> >nyServer.java:130)
> >        at org.apache.tuscany.standalone.server.TuscanyServer.main
> >(TuscanyServer
> >.java:99)
> >Caused by:
> org.apache.tuscany.spi.component.GroupInitializationException:
> >sca://
> >root.system /main
> >        at
> >org.apache.tuscany.core.component.scope.AbstractScopeContainer.initia
> >lizeComponents(AbstractScopeContainer.java:222)
> >        at
> >org.apache.tuscany.core.component.scope.AbstractScopeContainer.startC
> >ontext(AbstractScopeContainer.java:169)
> >        at org.apache.tuscany.core.runtime.AbstractRuntime.initialize
> >(AbstractRu
> >ntime.java:233)
> >        ... 2 more
> >Exception in thread "main"
> >org.apache.tuscany.standalone.server.TuscanyServerExc
> >eption: org.apache.tuscany.host.runtime.InitializationException:
> >org.apache.tusc
> >any.spi.component.GroupInitializationException: sca://root.system/main
> >        at
> org.apache.tuscany.standalone.server.TuscanyServer.startRuntime
> >(Tusca
> >nyServer.java:136)
> >        at org.apache.tuscany.standalone.server.TuscanyServer.main
> >(TuscanyServer
> >.java:99)
> >Caused by: org.apache.tuscany.host.runtime.InitializationException:
> >org.apache.t
> >uscany.spi.component.GroupInitializationException:
> sca://root.system/main
> >        at org.apache.tuscany.core.runtime.AbstractRuntime.initialize
> >(AbstractRu
> >ntime.java:235)
> >        at
> org.apache.tuscany.standalone.server.TuscanyServer.startRuntime
> >(Tusca
> >nyServer.java:130)
> >        ... 1 more
> >Caused by:
> org.apache.tuscany.spi.component.GroupInitializationException :
> >sca://
> >root.system/main
> >        at
> >org.apache.tuscany.core.component.scope.AbstractScopeContainer.initia
> >lizeComponents(AbstractScopeContainer.java:222)
> >        at
> >org.apache.tuscany.core.component.scope.AbstractScopeContainer.startC
> >ontext(AbstractScopeContainer.java:169)
> >        at org.apache.tuscany.core.runtime.AbstractRuntime.initialize
> >(AbstractRu
> >ntime.java:233)
> >        ... 2 more
> >
> >Seems fairly fundamental so I expect the dogy setup is to blame.
> >
> >Simon
>
> _________________________________________________________________
> Match.com - Click Here To Find Singles In Your Area Today!
> http://msnuk.match.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Yep - but just a completely vanilla install. I.e. unziped it and ran
activemq.bat . No further config.

Simon

A little more info Meeraj. I just fired up jconsole and it's showing that
the tuscany.federation topic has been created so it must get a little way
along the road of talking to the broker. Do you know what it's trying to
tell me with the line
Caused by:
org.apache.tuscany.spi.component.GroupInitializationException:sca://root.system/main?

Regards

Simon

Reply via email to