Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 78107 invoked from network); 6 Jul 2005 10:38:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 10:38:19 -0000 Received: (qmail 14148 invoked by uid 500); 6 Jul 2005 10:38:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14098 invoked by uid 500); 6 Jul 2005 10:38:12 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 14080 invoked by uid 99); 6 Jul 2005 10:38:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 03:38:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sundaranathan@gmail.com designates 64.233.184.198 as permitted sender) Received: from [64.233.184.198] (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 03:38:12 -0700 Received: by wproxy.gmail.com with SMTP id 58so1098646wri for ; Wed, 06 Jul 2005 03:38:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fntkPQYSo7cVsB/6LVOoDacQxxL155XyolWFiFnPL/Q2ll22+fqlki2oKrN2s1MQcXYqtXHs8pdJVCigKaWvT5xbWeIQIKHpQPT3ep4fNq3lLkrgqoWbqhPaljb5CE//tt7wjd9VNh26Yc6UX7Q+vqJ8rgsygZri8ZxbL0XgNag= Received: by 10.54.47.41 with SMTP id u41mr302617wru; Wed, 06 Jul 2005 03:38:08 -0700 (PDT) Received: by 10.54.133.10 with HTTP; Wed, 6 Jul 2005 03:38:08 -0700 (PDT) Message-ID: <8f8ff67d050706033817aad1d7@mail.gmail.com> Date: Wed, 6 Jul 2005 16:08:08 +0530 From: Sundaranathan S Reply-To: Sundaranathan S To: dev@geronimo.apache.org, satya ranjan Subject: Re: Can anyone help me out for deploying a sample war file. In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, If you are going to use the command "java -jar bin/deployer.jar deploy sample.war" then make sure that server is running. Otherwise you can use "java -jar bin/deployer.jar distribute sample.war" which deploys when there is no server instance running. thanks, -Sundar. On 7/6/05, satya ranjan wrote: > Hi, >=20 > I am trying to deploy a sample war file. > The command mentioned in README file to deploy war application is >=20 > java -jar bin\deployer.jar --install --module myWebapp.war >=20 > But while I am using the above command nothing happens and it shows me > the usages. >=20 > I tried to use below command >=20 > java -jar bin/deploy.jar sample.war >=20 > and got some exception. >=20 > Here's the exception stack trace >=20 > bash-2.05# java -jar bin/deployer.jar deploy testApp/example.war > Username: system > Password: manager > Deployment failed > Server reports: No deployer found:, moduleFile/space/software/Apache > Geronimo/testApp/example.war > org.apache.geronimo.deployment.DeploymentException: No deployer > found:, moduleFile/space/software/Apache Geronimo/testApp/example.war > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:1= 40) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:6= 0) > at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734= a235d.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) > at org.apache.geronimo.gbean.jmx.FastMethodInvoker.invoke(FastMet= hodInvoker.java:38) > at org.apache.geronimo.gbean.jmx.GBeanMBeanOperation.invoke(GBean= MBeanOperation.java:142) > at org.apache.geronimo.gbean.jmx.GBeanMBean.invoke(GBeanMBean.jav= a:844) > at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(I= nvokerMBeanServerInterceptor.java:218) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(= SecurityMBeanServerInterceptor.java:86) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.ContextClassLoaderMBeanServerIntercept= or.invoke(ContextClassLoaderMBeanServerInterceptor.java:205) > at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1079) > at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at mx4j.server.ReflectionMBeanInvoker.invokeImpl(ReflectionMBeanI= nvoker.java:152) > at mx4j.server.ReflectionMBeanInvoker.doInvoke(ReflectionMBeanInv= oker.java:119) > at mx4j.server.ReflectionMBeanInvoker.invoke(ReflectionMBeanInvok= er.java:54) > at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(I= nvokerMBeanServerInterceptor.java:235) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(= SecurityMBeanServerInterceptor.java:86) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(D= efaultMBeanServerInterceptor.java:121) > at mx4j.server.interceptor.ContextClassLoaderMBeanServerIntercept= or.invoke(ContextClassLoaderMBeanServerInterceptor.java:205) > at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1079) > at mx4j.remote.rmi.RMIConnectionInvoker.invoke(RMIConnectionInvok= er.java:222) > at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at mx4j.remote.rmi.RMIConnectionProxy.invoke(RMIConnectionProxy.j= ava:36) > at mx4j.remote.rmi.RMIConnectionSubjectInvoker.chain(RMIConnectio= nSubjectInvoker.java:98) > at mx4j.remote.rmi.RMIConnectionSubjectInvoker.access$000(RMIConn= ectionSubjectInvoker.java:32) > at mx4j.remote.rmi.RMIConnectionSubjectInvoker$1.run(RMIConnectio= nSubjectInvoker.java:89) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAsPrivileged(Subject.java:500) > at mx4j.remote.MX4JRemoteUtils.subjectInvoke(MX4JRemoteUtils.java= :151) > at mx4j.remote.rmi.RMIConnectionSubjectInvoker.subjectInvoke(RMIC= onnectionSubjectInvoker.java:85) > at mx4j.remote.rmi.RMIConnectionSubjectInvoker.invoke(RMIConnecti= onSubjectInvoker.java:79) > at $Proxy0.invoke(Unknown Source) > at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnec= tionImpl.java:224) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java= :261) > at sun.rmi.transport.Transport$1.run(Transport.java:148) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:144) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport= .java:460) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTr= ansport.java:701) >=20 >=20 > Plz suggest me what to do? >=20 > Thanks in Advance, > Satya >