Thanks Vamsi, I was able to Install the plugin in Geronimo and start the server successfully.
As a next step, I also able to install the sample sca contribution (helloworld-service) that has three Helloworld service components. However, while installing the helloworld-jsp.war, I see a NPE as shown below.... Unable to initialize GBean for web app test/helloworld-servlet/2.0/car org.apache.geronimo.common.DeploymentException: Unable to initialize GBean for web app test/helloworld-servlet/2.0/car at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:574) at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:165) at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:647) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867) at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116) at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61) at java.lang.Thread.run(Thread.java:735) Caused by: java.lang.NullPointerException at org.apache.geronimo.tuscany.TuscanyModuleBuilderExtension.handleWebModule(TuscanyModuleBuilderExtension.java:316) at org.apache.geronimo.tuscany.TuscanyModuleBuilderExtension.addGBeans(TuscanyModuleBuilderExtension.java:138) at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:497) ... 15 more Not sure, If I have missed something here.... On Tue, Jan 5, 2010 at 2:47 PM, Vamsavardhana Reddy <[email protected]>wrote: > Hi Ram, > > Thanks for your input. I have updated the page to reflect the username and > password to be used for deployment. > > > On Mon, Jan 4, 2010 at 5:31 PM, Ramkumar R <[email protected]> wrote: > >> Hi Vamsi, >> >> I tried with the following instructions available in the wiki [1], to >> install the plugin on Geronimo v2.1.4 with Tomcat as the web container. >> >> 1. Edit the config .... >> 2. Download tuscany-tomcat-1.0-SNAPSHOT.car from >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/plugins/tuscany-tomcat/1.0-SNAPSHOT/ >> 3. Deploy the plugin using "<GERONIMO_HOME>\bin\deploy install-plugin >> tuscany-tomcat-1.0-SNAPSHOT.car" >> >> Looks like the deployment of plugin requires an username and password, can >> you please update the wiki with the username and password. >> >> >> >> [1] >> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Installing+Tuscany+Plugin+for+Geronimo >> >> On Wed, Dec 2, 2009 at 12:33 AM, Vamsavardhana Reddy <[email protected] >> > wrote: >> >>> The instructions to install the Tuscany plugin for Geronimo are given at >>> [1]. Geronimo 2.1.4 distribution can be downloaded from [2]. Page at [1] >>> also has instructions to run some of the sample applications. It will be of >>> great help if you could give the plugin a spin and give your feedback. I >>> will update the instructions page to add details of more samples. >>> >>> [1] >>> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Installing+Tuscany+Plugin+for+Geronimo >>> [2] http://geronimo.apache.org/downloads.html >>> >>> Thanks, >>> Vamsi >>> >> >> >> >> -- >> Thanks & Regards, >> Ramkumar Ramalingam >> > > > > -- > Vamsi > -- Thanks & Regards, Ramkumar Ramalingam
