Re: [jira] Created: (TUSCANY-1957) Domain controller incorrectly loading contributions added to nodes.
On Jan 9, 2008 10:44 PM, Jean-Sebastien Delfino (JIRA) < tuscany-dev@ws.apache.org> wrote: > Domain controller incorrectly loading contributions added to nodes. > --- > > Key: TUSCANY-1957 > URL: https://issues.apache.org/jira/browse/TUSCANY-1957 > Project: Tuscany > Issue Type: Bug >Affects Versions: Java-SCA-1.1 >Reporter: Jean-Sebastien Delfino > Fix For: Java-SCA-Next > > > Very weird behavior of the domain controller, which seems to want to load > contributions in its memory as they are added to nodes running on different > JVMs. I must admit I'm puzzled... > > To reproduce the problem use SVN revision r610601 of the trunk, use the > tutorial modules: > - from the cloud module start LaunchCloud > - from the store-db module start LaunchStoreDB > > Here's the output from LaunchCloud showing that it's incorrectly trying to > load the store-db contribution (as it's added to the node in LaunchStoreDB) > and BTW failing to do load it properly (see all the composite builder > problems showing in the output). > > Starting ... > Jan 9, 2008 1:43:14 PM org.apache.tuscany.sca.domain.impl.SCADomainImplinit > INFO: Domain management configured from > file:/home/delfinoj/Tuscany/apache-repos/java/sca/modules/domain-impl/target/classes/ > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/domain/* > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainManagerService/* > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainManagerService > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/SCADomain/scaDomain.js > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainEventService > Domain controller ready for big business !!! > Jan 9, 2008 1:43:19 PM > org.apache.tuscany.sca.http.jetty.JettyServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainAPIService > Jan 9, 2008 1:43:20 PM > org.apache.tuscany.sca.domain.impl.SCADomainImplregisterNode > INFO: Registered node: http://localhost:8200/cloud at endpoint > http://localhost:8200/cloud > Jan 9, 2008 1:43:20 PM > org.apache.tuscany.sca.node.impl.SCADomainProxyImplcreateRuntime > INFO: Domain management configured from > file:/home/delfinoj/Tuscany/apache-repos/java/sca/modules/node-impl/target/classes/ > Jan 9, 2008 1:43:22 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.10 > Jan 9, 2008 1:43:22 PM > org.apache.catalina.startup.ContextConfigdefaultWebConfig > INFO: No default web.xml > Jan 9, 2008 1:43:22 PM org.apache.catalina.startup.DigesterFactoryregister > WARNING: Could not get url for /javax/servlet/jsp/resources/jsp_2_0.xsd > Jan 9, 2008 1:43:22 PM org.apache.catalina.startup.DigesterFactoryregister > WARNING: Could not get url for > /javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd > Jan 9, 2008 1:43:23 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8200 > Jan 9, 2008 1:43:23 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8200 > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.http.tomcat.TomcatServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:8200/cloud/SCADomainEventServiceProxyComponent > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.http.tomcat.TomcatServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:8200/cloud/SCADomainAPIServiceProxyComponent > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.http.tomcat.TomcatServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/SCANodeManagerService > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.http.tomcat.TomcatServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/ComponentManagerService/* > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.http.tomcat.TomcatServeraddServletMapping > INFO: Added Servlet mapping: > http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/ComponentManagerService > Jan 9, 2008 1:43:23 PM > org.apache.tuscany.sca.ht
[jira] Created: (TUSCANY-1957) Domain controller incorrectly loading contributions added to nodes.
Domain controller incorrectly loading contributions added to nodes. --- Key: TUSCANY-1957 URL: https://issues.apache.org/jira/browse/TUSCANY-1957 Project: Tuscany Issue Type: Bug Affects Versions: Java-SCA-1.1 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-Next Very weird behavior of the domain controller, which seems to want to load contributions in its memory as they are added to nodes running on different JVMs. I must admit I'm puzzled... To reproduce the problem use SVN revision r610601 of the trunk, use the tutorial modules: - from the cloud module start LaunchCloud - from the store-db module start LaunchStoreDB Here's the output from LaunchCloud showing that it's incorrectly trying to load the store-db contribution (as it's added to the node in LaunchStoreDB) and BTW failing to do load it properly (see all the composite builder problems showing in the output). Starting ... Jan 9, 2008 1:43:14 PM org.apache.tuscany.sca.domain.impl.SCADomainImpl init INFO: Domain management configured from file:/home/delfinoj/Tuscany/apache-repos/java/sca/modules/domain-impl/target/classes/ Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/domain/* Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainManagerService/* Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainManagerService Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/SCADomain/scaDomain.js Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainEventService Domain controller ready for big business !!! Jan 9, 2008 1:43:19 PM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:9998/SCADomainManagerComponent/SCADomainAPIService Jan 9, 2008 1:43:20 PM org.apache.tuscany.sca.domain.impl.SCADomainImpl registerNode INFO: Registered node: http://localhost:8200/cloud at endpoint http://localhost:8200/cloud Jan 9, 2008 1:43:20 PM org.apache.tuscany.sca.node.impl.SCADomainProxyImpl createRuntime INFO: Domain management configured from file:/home/delfinoj/Tuscany/apache-repos/java/sca/modules/node-impl/target/classes/ Jan 9, 2008 1:43:22 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.10 Jan 9, 2008 1:43:22 PM org.apache.catalina.startup.ContextConfig defaultWebConfig INFO: No default web.xml Jan 9, 2008 1:43:22 PM org.apache.catalina.startup.DigesterFactory register WARNING: Could not get url for /javax/servlet/jsp/resources/jsp_2_0.xsd Jan 9, 2008 1:43:22 PM org.apache.catalina.startup.DigesterFactory register WARNING: Could not get url for /javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd Jan 9, 2008 1:43:23 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8200 Jan 9, 2008 1:43:23 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8200 Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCADomainEventServiceProxyComponent Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCADomainAPIServiceProxyComponent Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/SCANodeManagerService Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/ComponentManagerService/* Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCANodeManagerComponent/ComponentManagerService Jan 9, 2008 1:43:23 PM org.apache.tuscany.sca.http.tomcat.TomcatServer addServletMapping INFO: Added Servlet mapping: http://delfinoj60.burlingame.ibm.com:8200/cloud/SCADomain/scaDomain.js Jan 9, 2008 1:43:24 PM org.apache.tuscany.sca.domain.impl.SCADomainImpl registerNode INFO: Regist