|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
JMS-BC class cast exceptionHi all,
We have tried to send a message to JMS using JMS-BC and got "ClassCastException": FINE 2008-08-07 11:55:02,765 [root0.Petals.Container.Components.petals-bc-jms] transform SEVERE 2008-08-07 11:55:02,765 [root0.Petals.Container.Components.petals-bc-jms] Can not create the JMS text message from JBI message. java.lang.ClassCastException: org.jdom.transform.JDOMSource at org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager.j ava:165) at org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana ger.java:98) at org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceManage r.java:46) at org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.java :37) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cessInOutAsProvider(MessageExchangeProcessor.java:489) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cessAsProvider(MessageExchangeProcessor.java:387) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cess(MessageExchangeProcessor.java:313) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run (MessageExchangeProcessor.java:154) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto r.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja va:675) at java.lang.Thread.run(Thread.java:595) FINEST 2008-08-07 11:55:02,781 [root0.Petals.Container.Components.petals-bc-jms] passivate connection SEVERE 2008-08-07 11:55:02,781 [root0.Petals.Container.Components.petals-bc-jms] Can not create the JMS text message from JBI message. org.ow2.petals.component.framework.exception.TechnicalException: Can not create the JMS text message from JBI message. at org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana ger.java:102) at org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceManage r.java:46) at org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.java :37) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cessInOutAsProvider(MessageExchangeProcessor.java:489) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cessAsProvider(MessageExchangeProcessor.java:387) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro cess(MessageExchangeProcessor.java:313) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run (MessageExchangeProcessor.java:154) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto r.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja va:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.ClassCastException: org.jdom.transform.JDOMSource at org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager.j ava:165) at org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana ger.java:98) ... 9 more FINE 2008-08-07 11:55:02,781 [root0.Petals.Container.Components.petals-bc-jms] Intercepting message processing on ACCEPT_RESPONSE Thanks, Darko -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
Re: JMS-BC class cast exceptionHi Darko,
Maybe you have attached your own Source implementation to the MessageExchange, like a 'JDOMSource' or something like that. The JMS component don't have this 'JDOMSource' kind class in its class-loader, and thus you get this error? It's just a guess... /Roland Le jeudi 07 août 2008 à 12:24 -0700, Darko Androsevic a écrit : > Hi all, > > We have tried to send a message to JMS using JMS-BC and got > "ClassCastException": > > > FINE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > transform > SEVERE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager.j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana > ger.java:98) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceManage > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.java > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:675) > at java.lang.Thread.run(Thread.java:595) > FINEST 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > passivate connection > SEVERE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > org.ow2.petals.component.framework.exception.TechnicalException: Can not > create the JMS text message from JBI message. > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana > ger.java:102) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceManage > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.java > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.pro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:675) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager.j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMana > ger.java:98) > ... 9 more > FINE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Intercepting message processing on ACCEPT_RESPONSE > > > > Thanks, > Darko > pièce jointe document plein texte (message-footer.txt) > -- > You receive this message as a subscriber of the petals-users@... mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@... > For general help: mailto:sympa@...?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws PEtALS team EBM Websourcing Try PEtALS at http://petals.ow2.org -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: PEtALS QuickStart 2.1.1 releaseHello,
I think I am facing the same problem with platform version from Trunk. My webconsole can't connect to nodes that are on linux. Do you have more information about that? Damien ---------------------------------------------------------------------------- Sounds like ! bug investigation is planned anyways, this should be fixed in the next distributed petals quickstart version Jérémie Doucy a écrit : 1 ubuntu and 1 xubuntu... Is it jmx bug? 2008/2/19, Maxime Carpentier - EBM WebSourcing <maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>: It might be a linux problem, i tried with 1 windows/1 unbuntu and it didn't work...then i tried with 2 windows and it worked fine. which system are you running on ? Jérémie Doucy a écrit : > with jconsole, i'm unable to connect too. It's very strange... > Jconsole works in a local way... > > May I have to use different port even if I use different machines ? > > 2008/2/19, Jérémie Doucy <jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>>: > > Just to know : > 10.134.150.13 <http://10.134.150.13> <http://10.134.150.13> is my first node which > contains tomcat too. > 10.134.150.33 <http://10.134.150.33> <http://10.134.150.33> is the second one. > > On the datacollector form, I typed : > 10.134.150.13 <http://10.134.150.13> <http://10.134.150.13> as host > > > > 15:49:23,033 ERROR Logon:92 - Error : login failure > org.ow2.petals.tools.webadmin.datacollector.server.exception.DataCollectorSe rverException: > org.ow2.petals.tools.webadmin.datacollector.client.exception.DataCollectorCl ientException: > Can't connect to PEtALS ser > ver (10.134.150.33:7700 <http://10.134.150.33:7700> <http://10.134.150.33:7700>) > at > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.setupServ er(CollectorServer.java:227) > at > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.<init>(Co llectorServer.java:113) > at > org.ow2.petals.tools.webadmin.cron.CollectorManager.getCollector(CollectorMa nager.java:63) > at > org.ow2.petals.tools.webadmin.ui.datacollector.StartStopDatacollector.execut e(StartStopDatacollector.java:85) > at > org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces sor.java:431) > at > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:290) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:206) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:230) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:175) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128 ) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104 ) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :109) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http 11Protocol.java:581) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > at java.lang.Thread.run(Thread.java:595) > Caused by: > org.ow2.petals.tools.webadmin.datacollector.client.exception.DataCollectorCl ientException: > Can't connect to PEtALS server (10.134.150.33:7700 <http://10.134.150.33:7700> > <http://10.134.150.33:7700>) > at > org.ow2.petals.tools.webadmin.datacollector.client.CollectorClient.<init>(Co llectorClient.java:124) > at > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.setupServ er(CollectorServer.java:167) > ... 21 more > Caused by: > org.ow2.petals.tools.jmx.api.exception.ConnectionErrorException: > Can not connect using URI : > service:jmx:rmi:///jndi/rmi://10.134.150.33:7700/management/rmi-jmx-connecto r > with petals/petals > at > org.ow2.petals.tools.jmx.api.PetalsJMXConnection.<init>(PetalsJMXConnection. java:92) > at > org.ow2.petals.tools.jmx.api.PetalsJMXClient.<init>(PetalsJMXClient.java:81) > at > org.ow2.petals.tools.webadmin.datacollector.client.CollectorClient.<init>(Co llectorClient.java:108) > ... 22 more > Caused by: java.rmi.NoSuchObjectException: no such object in table > at > sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC all.java:247) > at > sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223) > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) > at > javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown > Source) > at > javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:223 9) > at > javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271) > at > javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java :248) > at > org.ow2.petals.tools.jmx.api.PetalsJMXConnection.<init>(PetalsJMXConnection. java:88) > ... 24 more > > > 2008/2/19, Maxime Carpentier - EBM WebSourcing > <maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>>: > > Could you send me the stack trace ? the logs are in your > tomcat bin > directory, logs/[error]... > thxs > > Jérémie Doucy a écrit : > > So I build a snapshot version, and I start 2 petals nodes. > The 2 nodes > > start and they can see them self (with the sample client I > can see > > endpoint on the other node) > > But I can't connect the datacollector : > > Error : : Can't connect to PEtALS server (10.134.150.33:7700 <http://10.134.150.33:7700> > <http://10.134.150.33:7700> > > <http://10.134.150.33:7700>) > > > > I try with only one node and it's working. > > > > Regards Jérémie > > > > 2008/2/19, Jérémie Doucy <jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>>>: > > > > Thanks, I'm currently building a snapshot version and > going to > > test the new console. > > Regards, Jérémie. > > > > 2008/2/19, Maxime Carpentier - EBM WebSourcing > > <maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>> > > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>>>: > > > > Hi Jérémie, > > If you want to test the webconsole with the platform > > distribution, you' > > ll need the last webconsole (1.1.2) and the snapshot > version > > of the > > petals platform distrib. > > The embedded console is only available for the quickstart > > distribution, > > but got the same functionnalities as the non-embedded > console. > > You'll find the 1.1.2 webconsole and an updated doc > on how to > > install & > > use on the forge > > > <http://forge.objectweb.org/project/showfiles.php?group_id=213>. > > > > Maxime > > > > Jérémie Doucy a écrit : > > > Is the console embedded in the snapshot platform ? > > > > > > 2008/2/19, Christophe Hamerling - eBM WebSourcing > > > <christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>> > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>>>>: > > > > > > You can test the webconsole with multiple nodes > if you > > use the > > > SNAPSHOT of the petals platform distribution > (but it is a > > SNAPSHOT > > > version...). > > > > > > > > > On Feb 19, 2008 11:07 AM, Jérémie Doucy > <jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>> > > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>>>> wrote: > > > > > > Thanks, so I can't test the new embedded > console with > > > multiples nodes ? > > > > > > 2008/2/19, Roland Naudin - EBM WebSourcing > > > <roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>>> > > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>>>>>: > > > > > > Since the 2.1, the various pacakging > are proposed > > of PEtALS: > > > -Quick Start; the 'all-in-one' distro > to begin > > with PEtALS > > > -Standalone; the PEtALS light optimized > server > > for centralized > > > architecture > > > -Platform; the PEtALS aiming distributed > > environment with > > > related > > > features (routing, avaibility...) > > > > > > The other distributions would come soon. > > > > > > Le mardi 19 février 2008 à 10:49 +0100, > Jérémie > > Doucy a > > > écrit : > > > > Good work, > > > > > > > > Is this release works in a non > standalone way ? > > > > > > > > Thanks > > > > Regards > > > > Jérémie > > > > > > > > 2008/2/19, Christophe Hamerling - eBM > WebSourcing > > > > > <christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>> > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>>>>: > > > > The PEtALS Team is pleased to > announce the > > > release of PEtALS > > > > Quickstart 2.1.1. This > distribution > > comes with > > > the latest > > > > petals-kernel, and provide > the latest > > WebConsole > > > as embedded > > > > service. > > > > This distribution also comes > with the > > brand new > > > JBI Component > > > > Development Kit and updated > JBI Components. > > > > > > > > More details in the release notes > > > > > > http://petals.objectweb.org/releasenotes.html#v2.1.1 > > > > > > > > -- > > > > Christophe Hamerling > > > > PEtALS ESB Research Engineer > / Product > > Manager @ eBM > > > > WebSourcing > > > > Phone : +33534320314 > > > > > > > > -- > > > > You receive this message as a > > subscriber of the > > > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> > > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>>> mailing list. > > > > To unsubscribe: > > > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > For general help: > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > > OW2 mailing lists service > home page: > > > http://www.ow2.org/wws > > > > > > > > > > > > pièce jointe document plein texte > > (message-footer.txt) > > > > -- > > > > You receive this message as a > subscriber of the > > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>>> mailing > > > list. > > > > To unsubscribe: > > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > For general help: > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > > OW2 mailing lists service home page: > > http://www.ow2.org/wws > > > -- > > > Roland NAUDIN > > > EBM Websourcing > > > 05 34 32 03 13 > > > > > > > > > > > > > > > -- > > > You receive this message as a > subscriber of the > > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>>> mailing > > > list. > > > To unsubscribe: > > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > OW2 mailing lists service home page: > > http://www.ow2.org/wws > > > > > > > > > > > > > > > -- > > > You receive this message as a subscriber of the > > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>>> > > mailing list. > > > To unsubscribe: > > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > OW2 mailing lists service home page: > > http://www.ow2.org/wws > > > > > > > > > > > > > > > -- > > > > > > Christophe Hamerling > > > PEtALS ESB Research Engineer / Product Manager > @ eBM > > WebSourcing > > > Phone : +33534320314 > > > > > > > > > -- > > > You receive this message as a subscriber of the > > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> > > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>>> > > mailing list. > > > To unsubscribe: > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > OW2 mailing lists service home page: > http://www.ow2.org/wws > > > > > > > > > > > > > > > > -- > > You receive this message as a subscriber of the > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>>> > mailing list. > > To unsubscribe: > mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>>> > > For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>?subject=help > > OW2 mailing lists service home page: > http://www.ow2.org/wws > > > > > > > > > > > -- > You receive this message as a subscriber of the > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> > <mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx>> > For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > > -- You receive this message as a subscriber of the petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> mailing list. To unsubscribe: mailto:petals-users-unsubscribe@xxxxxxx <mailto:petals-users-unsubscribe@xxxxxxx> For general help: mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: PEtALS QuickStart 2.1.1 releaseIsn't it a problem with the /etc/hosts configuration of your linux OSs?
There was something about defining your IP against your logical name on the network or your localhost... Mine is like that: 127.0.0.1 localhost 192.168.1.199 localhost 192.168.1.199 ebm-toto /Roland Le vendredi 08 août 2008 à 11:32 +0200, Despres a écrit : > Hello, > > I think I am facing the same problem with platform version from Trunk. > My webconsole can't connect to nodes that are on linux. > > > Do you have more information about that? > > > Damien > > > ---------------------------------------------------------------------------- > Sounds like ! bug investigation is planned anyways, this should be fixed in > the next distributed petals quickstart version > > Jérémie Doucy a écrit : > > 1 ubuntu and 1 xubuntu... > Is it jmx bug? > > > 2008/2/19, Maxime Carpentier - EBM WebSourcing > <maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>: > > It might be a linux problem, i tried with 1 windows/1 unbuntu and it > didn't work...then i tried with 2 windows and it worked fine. > which system are you running on ? > > > Jérémie Doucy a écrit : > > with jconsole, i'm unable to connect too. It's very strange... > > Jconsole works in a local way... > > > > May I have to use different port even if I use different machines > ? > > > > 2008/2/19, Jérémie Doucy <jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx> <mailto:jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx>>>: > > > > Just to know : > > 10.134.150.13 <http://10.134.150.13> <http://10.134.150.13> > is my first node which > > contains tomcat too. > > 10.134.150.33 <http://10.134.150.33> <http://10.134.150.33> > is the second one. > > > > On the datacollector form, I typed : > > 10.134.150.13 <http://10.134.150.13> <http://10.134.150.13> > as host > > > > > > > > 15:49:23,033 ERROR Logon:92 - Error : login failure > > > > org.ow2.petals.tools.webadmin.datacollector.server.exception.DataCollectorSe > rverException: > > org.ow2.petals.tools.webadmin.datacollector.client.exception.DataCollectorCl > ientException: > > > Can't connect to PEtALS ser > > ver (10.134.150.33:7700 <http://10.134.150.33:7700> > <http://10.134.150.33:7700>) > > at > > > > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.setupServ > er(CollectorServer.java:227) > > > at > > > > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.<init>(Co > llectorServer.java:113) > > > at > > > > org.ow2.petals.tools.webadmin.cron.CollectorManager.getCollector(CollectorMa > nager.java:63) > > > at > > > > org.ow2.petals.tools.webadmin.ui.datacollector.StartStopDatacollector.execut > e(StartStopDatacollector.java:85) > > > at > > > > org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces > sor.java:431) > > > at > > > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) > > > at > > > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) > > > at > > > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) > > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > at > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:290) > > > at > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:206) > > > at > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > va:230) > > > at > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > va:175) > > > at > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128 > ) > > > at > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104 > ) > > > at > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > :109) > > > at > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) > > > at > > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) > > > at > > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http > 11Protocol.java:581) > > > at > > > > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > > > at java.lang.Thread.run(Thread.java:595) > > Caused by: > > > > org.ow2.petals.tools.webadmin.datacollector.client.exception.DataCollectorCl > ientException: > > > Can't connect to PEtALS server (10.134.150.33:7700 > <http://10.134.150.33:7700> > > <http://10.134.150.33:7700>) > > at > > > > org.ow2.petals.tools.webadmin.datacollector.client.CollectorClient.<init>(Co > llectorClient.java:124) > > > at > > > > org.ow2.petals.tools.webadmin.datacollector.server.CollectorServer.setupServ > er(CollectorServer.java:167) > > > ... 21 more > > Caused by: > > > org.ow2.petals.tools.jmx.api.exception.ConnectionErrorException: > > Can not connect using URI : > > > > service:jmx:rmi:///jndi/rmi://10.134.150.33:7700/management/rmi-jmx-connecto > r > > > with petals/petals > > at > > > > org.ow2.petals.tools.jmx.api.PetalsJMXConnection.<init>(PetalsJMXConnection. > java:92) > > > at > > > > org.ow2.petals.tools.jmx.api.PetalsJMXClient.<init>(PetalsJMXClient.java:81) > > > at > > > > org.ow2.petals.tools.webadmin.datacollector.client.CollectorClient.<init>(Co > llectorClient.java:108) > > > ... 22 more > > Caused by: java.rmi.NoSuchObjectException: no such object in > table > > at > > > > sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC > all.java:247) > > > at > > > > sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223) > > > at > sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) > > at > > > javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown > > Source) > > at > > > > javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:223 > 9) > > > at > > > > javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271) > > > at > > > > javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java > :248) > > > at > > > > org.ow2.petals.tools.jmx.api.PetalsJMXConnection.<init>(PetalsJMXConnection. > java:88) > > > ... 24 more > > > > > > 2008/2/19, Maxime Carpentier - EBM WebSourcing > > <maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>>: > > > > Could you send me the stack trace ? the logs are in your > > tomcat bin > > directory, logs/[error]... > > thxs > > > > Jérémie Doucy a écrit : > > > So I build a snapshot version, and I start 2 petals > nodes. > > The 2 nodes > > > start and they can see them self (with the sample client > I > > can see > > > endpoint on the other node) > > > But I can't connect the datacollector : > > > Error : : Can't connect to PEtALS server > (10.134.150.33:7700 <http://10.134.150.33:7700> > > <http://10.134.150.33:7700> > > > <http://10.134.150.33:7700>) > > > > > > I try with only one node and it's working. > > > > > > Regards Jérémie > > > > > > 2008/2/19, Jérémie Doucy <jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx> > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>>>: > > > > > > Thanks, I'm currently building a snapshot version > and > > going to > > > test the new console. > > > Regards, Jérémie. > > > > > > 2008/2/19, Maxime Carpentier - EBM WebSourcing > > > <maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>> > > > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx> > > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx > <mailto:maxime.carpentier@xxxxxxxxxxxxxxxxxx>>>>: > > > > > > Hi Jérémie, > > > If you want to test the webconsole with the > platform > > > distribution, you' > > > ll need the last webconsole (1.1.2) and the > snapshot > > version > > > of the > > > petals platform distrib. > > > The embedded console is only available for the > quickstart > > > distribution, > > > but got the same functionnalities as the > non-embedded > > console. > > > You'll find the 1.1.2 webconsole and an > updated doc > > on how to > > > install & > > > use on the forge > > > > > > <http://forge.objectweb.org/project/showfiles.php?group_id=213>. > > > > > > > Maxime > > > > > > Jérémie Doucy a écrit : > > > > Is the console embedded in the snapshot > platform ? > > > > > > > > 2008/2/19, Christophe Hamerling - eBM > WebSourcing > > > > <christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>> > > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>>>>: > > > > > > > > You can test the webconsole with > multiple nodes > > if you > > > use the > > > > SNAPSHOT of the petals platform > distribution > > (but it is a > > > SNAPSHOT > > > > version...). > > > > > > > > > > > > On Feb 19, 2008 11:07 AM, Jérémie Doucy > > <jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> > > > <mailto:jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx> <mailto:jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx>>> > > > > <mailto:jdoucy@xxxxxxxxx > <mailto:jdoucy@xxxxxxxxx> > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>> > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx> > > <mailto:jdoucy@xxxxxxxxx <mailto:jdoucy@xxxxxxxxx>>>>> > wrote: > > > > > > > > Thanks, so I can't test the new > embedded > > console with > > > > multiples nodes ? > > > > > > > > 2008/2/19, Roland Naudin - EBM > WebSourcing > > > > <roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>> > > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>>> > > > > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>> > > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx> > > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx > <mailto:roland.naudin@xxxxxxxxxxxxxxxxxx>>>>>: > > > > > > > > Since the 2.1, the various > pacakging > > are proposed > > > of PEtALS: > > > > -Quick Start; the 'all-in-one' > distro > > to begin > > > with PEtALS > > > > -Standalone; the PEtALS light > optimized > > server > > > for centralized > > > > architecture > > > > -Platform; the PEtALS aiming > distributed > > > environment with > > > > related > > > > features (routing, avaibility...) > > > > > > > > The other distributions would > come soon. > > > > > > > > Le mardi 19 février 2008 à 10:49 > +0100, > > Jérémie > > > Doucy a > > > > écrit : > > > > > Good work, > > > > > > > > > > Is this release works in a non > > standalone way ? > > > > > > > > > > Thanks > > > > > Regards > > > > > Jérémie > > > > > > > > > > 2008/2/19, Christophe > Hamerling - eBM > > WebSourcing > > > > > > > <christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>> > > > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>> > > > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx> > > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx > <mailto:christophe.hamerling@xxxxxxxxxxxxxxxxxx>>>>>: > > > > > The PEtALS Team is > pleased to > > announce the > > > > release of PEtALS > > > > > Quickstart 2.1.1. This > > distribution > > > comes with > > > > the latest > > > > > petals-kernel, and > provide > > the latest > > > WebConsole > > > > as embedded > > > > > service. > > > > > This distribution also > comes > > with the > > > brand new > > > > JBI Component > > > > > Development Kit and > updated > > JBI Components. > > > > > > > > > > More details in the > release notes > > > > > > > > > http://petals.objectweb.org/releasenotes.html#v2.1.1 > > > > > > > > > > > -- > > > > > Christophe Hamerling > > > > > PEtALS ESB Research > Engineer > > / Product > > > Manager @ eBM > > > > > WebSourcing > > > > > Phone : +33534320314 > > > > > > > > > > -- > > > > > You receive this > message as a > > > subscriber of the > > > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> > > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>>> mailing list. > > > > > To unsubscribe: > > > > > mailto:petals-users-unsubscribe@xxxxxxx > > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > > For general help: > > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>>>>?subject=help > > > > > OW2 mailing lists > service > > home page: > > > > http://www.ow2.org/wws > > > > > > > > > > > > > > > pièce jointe document plein > texte > > > (message-footer.txt) > > > > > -- > > > > > You receive this message as a > > subscriber of the > > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>>> mailing > > > > list. > > > > > To unsubscribe: > > > mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > > For general help: > > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>>>>?subject=help > > > > > OW2 mailing lists service home > page: > > > http://www.ow2.org/wws > > > > -- > > > > Roland NAUDIN > > > > EBM Websourcing > > > > 05 34 32 03 13 > > > > > > > > > > > > > > > > > > > > -- > > > > You receive this message as a > > subscriber of the > > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>>> mailing > > > > list. > > > > To unsubscribe: > > > mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > For general help: > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>>>>?subject=help > > > > OW2 mailing lists service home > page: > > > http://www.ow2.org/wws > > > > > > > > > > > > > > > > > > > > -- > > > > You receive this message as a > subscriber of the > > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>>> > > > mailing list. > > > > To unsubscribe: > > > mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > > <mailto:petals-users-unsubscribe@xxxxxxx > > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > For general help: > mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>>>>?subject=help > > > > OW2 mailing lists service home page: > > > http://www.ow2.org/wws > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > Christophe Hamerling > > > > PEtALS ESB Research Engineer / Product > Manager > > @ eBM > > > WebSourcing > > > > Phone : +33534320314 > > > > > > > > > > > > -- > > > > You receive this message as a subscriber > of the > > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> > > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>>> > > > mailing list. > > > > To unsubscribe: > > mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>>> > > > > For general help: mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>> > > > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>>>?subject=help > > > > OW2 mailing lists service home page: > > http://www.ow2.org/wws > > > > > > > > > > > > > > > > > > > > > > > -- > > > You receive this message as a subscriber of the > > > petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>> > > <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx> <mailto:petals-users@xxxxxxx > <mailto:petals-users@xxxxxxx>>> > > mailing list. > > > To unsubscribe: > > mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>>> > > > For general help: mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>> > > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>>>?subject=help > > > OW2 mailing lists service home page: > > http://www.ow2.org/wws > > > > > > > > > > > > > > > > > > > -- > > You receive this message as a subscriber of the > > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> > <mailto:petals-users@xxxxxxx <mailto:petals-users@xxxxxxx>> > mailing list. > > To unsubscribe: mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > > <mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx>> > > For general help: mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx> > > <mailto:sympa@xxxxxxx <mailto:sympa@xxxxxxx>>?subject=help > > OW2 mailing lists service home page: > http://www.ow2.org/wws > > > > > > > > > > > -- > You receive this message as a subscriber of the > petals-users@xxxxxxx <mailto:petals-users@xxxxxxx> mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@xxxxxxx > <mailto:petals-users-unsubscribe@xxxxxxx> > For general help: mailto:sympa@xxxxxxx > <mailto:sympa@xxxxxxx>?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > pièce jointe document plein texte (message-footer.txt) > -- > You receive this message as a subscriber of the petals-users@... mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@... > For general help: mailto:sympa@...?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws PEtALS team EBM Websourcing Try PEtALS at http://petals.ow2.org -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: PEtALS QuickStart 2.1.1 releaseYes I think that this is a linux configuration problem. If the /etc/hosts is not correctly set the JMX client can not connect to foreign host.
On Fri, Aug 8, 2008 at 11:37 AM, Roland Naudin - EBM WebSourcing <roland.naudin@...> wrote: Isn't it a problem with the /etc/hosts configuration of your linux OSs? -- Christophe Hamerling PEtALS ESB Research Engineer / Product Manager @ eBM WebSourcing http://petals.ow2.org http://petals.ebmwebsourcing.com Phone : +33534320314 Skype : christophe.hamerling -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
RE: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: PEtALS QuickStart 2.1.1 releaseProblem solved, Thanks !! You can use “hostname
–i“ to check the configuration. If 127.0.0.1 appear that’s
not good for JMX and you have to set up an /etc/hosts like Roland Damien
De :
chamerling.ebmws@... [mailto:chamerling.ebmws@...] De la part de Christophe Hamerling - eBM
WebSourcing Yes I think that this is
a linux configuration problem. If the /etc/hosts is not correctly set the JMX
client can not connect to foreign host. On Fri, Aug 8, 2008 at 11:37 AM, Roland Naudin - EBM WebSourcing <roland.naudin@...>
wrote: Isn't it a problem with
the /etc/hosts configuration of your linux OSs?
-- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
RE: Re: JMS-BC class cast exceptionHi,
Here is the snippet from JMS_BC class org.ow2.petals.bc.jms.listener.ServiceManager.java // set content StreamResult stream = new StreamResult(new ByteArrayOutputStream()); Transformer transformer = TransformerFactory.newInstance().newTransformer(); StreamSource source = (StreamSource) in.getContent(); transformer.transform(source, stream); source.getInputStream().reset(); stream.getOutputStream().close(); jms.setText(stream.getOutputStream().toString()); The JMS-BC component downcasts "javax.xml.transform.Source" from normalized message to "javax.xml.transform.StreamSource" which is really not OOD. This seems to be a bug in the JMS_BC. Even when I used "StreamSource" instead of "JDOMSource" I get another exception a few lines below... Can someone check the code? This should be quite "easy" fix as far as I can see. Thanks, Darko -----Original Message----- From: Roland Naudin - EBM WebSourcing [mailto:roland.naudin@...] Sent: Friday, August 08, 2008 12:57 AM To: petals-users@... Subject: [petals-users] Re: JMS-BC class cast exception Hi Darko, Maybe you have attached your own Source implementation to the MessageExchange, like a 'JDOMSource' or something like that. The JMS component don't have this 'JDOMSource' kind class in its class-loader, and thus you get this error? It's just a guess... /Roland Le jeudi 07 août 2008 à 12:24 -0700, Darko Androsevic a écrit : > Hi all, > > We have tried to send a message to JMS using JMS-BC and got > "ClassCastException": > > > FINE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > transform > SEVERE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > .j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:98) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > ge > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > va > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > un > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > to > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > ja > va:675) > at java.lang.Thread.run(Thread.java:595) > FINEST 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > passivate connection > SEVERE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > org.ow2.petals.component.framework.exception.TechnicalException: Can > not create the JMS text message from JBI message. > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:102) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > ge > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > va > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > un > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > to > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > ja > va:675) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > .j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:98) > ... 9 more > FINE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Intercepting message processing on ACCEPT_RESPONSE > > > > Thanks, > Darko > pièce jointe document plein texte (message-footer.txt) > -- > You receive this message as a subscriber of the petals-users@... mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@... > For general help: mailto:sympa@...?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws PEtALS team EBM Websourcing Try PEtALS at http://petals.ow2.org -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
RE: RE: Re: JMS-BC class cast exceptionHi,
Just to give you some additional hints. One cannot assume (as in the code snippet) that StreamSource always has InputStream. If a character encoding is already resolved (which is in most cases) one can use Reader in the StreamSource and in that case getInputStream().reset() will throw null pointer exception... So the code below is definitely not "safe" :) Thanks, Darko -----Original Message----- From: Darko Androsevic [mailto:dandrosevic@...] Sent: Friday, August 08, 2008 10:00 AM To: petals-users@... Subject: [petals-users] RE: Re: JMS-BC class cast exception Hi, Here is the snippet from JMS_BC class org.ow2.petals.bc.jms.listener.ServiceManager.java // set content StreamResult stream = new StreamResult(new ByteArrayOutputStream()); Transformer transformer = TransformerFactory.newInstance().newTransformer(); StreamSource source = (StreamSource) in.getContent(); transformer.transform(source, stream); source.getInputStream().reset(); stream.getOutputStream().close(); jms.setText(stream.getOutputStream().toString()); The JMS-BC component downcasts "javax.xml.transform.Source" from normalized message to "javax.xml.transform.StreamSource" which is really not OOD. This seems to be a bug in the JMS_BC. Even when I used "StreamSource" instead of "JDOMSource" I get another exception a few lines below... Can someone check the code? This should be quite "easy" fix as far as I can see. Thanks, Darko -----Original Message----- From: Roland Naudin - EBM WebSourcing [mailto:roland.naudin@...] Sent: Friday, August 08, 2008 12:57 AM To: petals-users@... Subject: [petals-users] Re: JMS-BC class cast exception Hi Darko, Maybe you have attached your own Source implementation to the MessageExchange, like a 'JDOMSource' or something like that. The JMS component don't have this 'JDOMSource' kind class in its class-loader, and thus you get this error? It's just a guess... /Roland Le jeudi 07 août 2008 à 12:24 -0700, Darko Androsevic a écrit : > Hi all, > > We have tried to send a message to JMS using JMS-BC and got > "ClassCastException": > > > FINE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > transform > SEVERE 2008-08-07 11:55:02,765 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > .j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:98) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > ge > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > va > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > un > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > to > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > ja > va:675) > at java.lang.Thread.run(Thread.java:595) > FINEST 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > passivate connection > SEVERE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Can not create the JMS text message from JBI message. > org.ow2.petals.component.framework.exception.TechnicalException: Can > not create the JMS text message from JBI message. > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:102) > at > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > ge > r.java:46) > at > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > va > :37) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessInOutAsProvider(MessageExchangeProcessor.java:489) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cessAsProvider(MessageExchangeProcessor.java:387) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > ro > cess(MessageExchangeProcessor.java:313) > at > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > un > (MessageExchangeProcessor.java:154) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > to > r.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > ja > va:675) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.ClassCastException: org.jdom.transform.JDOMSource > at > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > .j > ava:165) > at > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > na > ger.java:98) > ... 9 more > FINE 2008-08-07 11:55:02,781 > [root0.Petals.Container.Components.petals-bc-jms] > Intercepting message processing on ACCEPT_RESPONSE > > > > Thanks, > Darko > pièce jointe document plein texte (message-footer.txt) > -- > You receive this message as a subscriber of the petals-users@... mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@... > For general help: mailto:sympa@...?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws PEtALS team EBM Websourcing Try PEtALS at http://petals.ow2.org -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
||
|
|
Re: RE: RE: Re: JMS-BC class cast exceptionCan you create a bug on the forge?
i have fix this code part, but i'll wait your bug to commit it. regards, /Roland Le vendredi 08 août 2008 à 15:01 -0700, Darko Androsevic a écrit : > Hi, > > Just to give you some additional hints. One cannot assume (as in the code snippet) that StreamSource always has InputStream. > If a character encoding is already resolved (which is in most cases) one can use Reader in the StreamSource and in that case getInputStream().reset() will throw null pointer exception... So the code below is definitely not "safe" :) > > Thanks, > Darko > > -----Original Message----- > From: Darko Androsevic [mailto:dandrosevic@...] > Sent: Friday, August 08, 2008 10:00 AM > To: petals-users@... > Subject: [petals-users] RE: Re: JMS-BC class cast exception > > Hi, > > Here is the snippet from JMS_BC class org.ow2.petals.bc.jms.listener.ServiceManager.java > > // set content > StreamResult stream = new StreamResult(new ByteArrayOutputStream()); > Transformer transformer = TransformerFactory.newInstance().newTransformer(); > StreamSource source = (StreamSource) in.getContent(); > transformer.transform(source, stream); > source.getInputStream().reset(); > stream.getOutputStream().close(); > jms.setText(stream.getOutputStream().toString()); > > > The JMS-BC component downcasts "javax.xml.transform.Source" from normalized message to "javax.xml.transform.StreamSource" which is really not OOD. > This seems to be a bug in the JMS_BC. Even when I used "StreamSource" instead of "JDOMSource" I get another exception a few lines below... > > Can someone check the code? This should be quite "easy" fix as far as I can see. > > Thanks, > Darko > > -----Original Message----- > From: Roland Naudin - EBM WebSourcing [mailto:roland.naudin@...] > Sent: Friday, August 08, 2008 12:57 AM > To: petals-users@... > Subject: [petals-users] Re: JMS-BC class cast exception > > Hi Darko, > > Maybe you have attached your own Source implementation to the MessageExchange, like a 'JDOMSource' or something like that. > > The JMS component don't have this 'JDOMSource' kind class in its class-loader, and thus you get this error? > > It's just a guess... > > /Roland > > > Le jeudi 07 août 2008 à 12:24 -0700, Darko Androsevic a écrit : > > Hi all, > > > > We have tried to send a message to JMS using JMS-BC and got > > "ClassCastException": > > > > > > FINE 2008-08-07 11:55:02,765 > > [root0.Petals.Container.Components.petals-bc-jms] > > transform > > SEVERE 2008-08-07 11:55:02,765 > > [root0.Petals.Container.Components.petals-bc-jms] > > Can not create the JMS text message from JBI message. > > java.lang.ClassCastException: org.jdom.transform.JDOMSource > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > > .j > > ava:165) > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > > na > > ger.java:98) > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > > ge > > r.java:46) > > at > > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > > va > > :37) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cessInOutAsProvider(MessageExchangeProcessor.java:489) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cessAsProvider(MessageExchangeProcessor.java:387) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cess(MessageExchangeProcessor.java:313) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > > un > > (MessageExchangeProcessor.java:154) > > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > > to > > r.java:650) > > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > > ja > > va:675) > > at java.lang.Thread.run(Thread.java:595) > > FINEST 2008-08-07 11:55:02,781 > > [root0.Petals.Container.Components.petals-bc-jms] > > passivate connection > > SEVERE 2008-08-07 11:55:02,781 > > [root0.Petals.Container.Components.petals-bc-jms] > > Can not create the JMS text message from JBI message. > > org.ow2.petals.component.framework.exception.TechnicalException: Can > > not create the JMS text message from JBI message. > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > > na > > ger.java:102) > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.onJBIMessage(ServiceMana > > ge > > r.java:46) > > at > > org.ow2.petals.bc.jms.listener.JBIListener.onJBIMessage(JBIListener.ja > > va > > :37) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cessInOutAsProvider(MessageExchangeProcessor.java:489) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cessAsProvider(MessageExchangeProcessor.java:387) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.p > > ro > > cess(MessageExchangeProcessor.java:313) > > at > > org.ow2.petals.component.framework.listener.MessageExchangeProcessor.r > > un > > (MessageExchangeProcessor.java:154) > > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu > > to > > r.java:650) > > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. > > ja > > va:675) > > at java.lang.Thread.run(Thread.java:595) > > Caused by: java.lang.ClassCastException: org.jdom.transform.JDOMSource > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.transform(ServiceManager > > .j > > ava:165) > > at > > org.ow2.petals.bc.jms.listener.ServiceManager.sendJMSMessage(ServiceMa > > na > > ger.java:98) > > ... 9 more > > FINE 2008-08-07 11:55:02,781 > > [root0.Petals.Container.Components.petals-bc-jms] > > Intercepting message processing on ACCEPT_RESPONSE > > > > > > > > Thanks, > > Darko > > pièce jointe document plein texte (message-footer.txt) > > -- > > You receive this message as a subscriber of the petals-users@... mailing list. > > To unsubscribe: mailto:petals-users-unsubscribe@... > > For general help: mailto:sympa@...?subject=help > > OW2 mailing lists service home page: http://www.ow2.org/wws > -- > Roland NAUDIN > PEtALS team > EBM Websourcing > > Try PEtALS at http://petals.ow2.org > > > pièce jointe document plein texte (message-footer.txt) > -- > You receive this message as a subscriber of the petals-users@... mailing list. > To unsubscribe: mailto:petals-users-unsubscribe@... > For general help: mailto:sympa@...?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws PEtALS team EBM Websourcing Try PEtALS at http://petals.ow2.org -- You receive this message as a subscriber of the petals-users@... mailing list. To unsubscribe: mailto:petals-users-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
| Free embeddable forum powered by Nabble | Forum Help |