Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 1679 invoked from network); 17 Aug 2007 00:04:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 00:04:51 -0000 Received: (qmail 47297 invoked by uid 500); 17 Aug 2007 00:04:42 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 47274 invoked by uid 500); 17 Aug 2007 00:04:42 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 47263 invoked by uid 99); 17 Aug 2007 00:04:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 17:04:42 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.95.78] (HELO smtp115.plus.mail.sp1.yahoo.com) (69.147.95.78) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Aug 2007 00:04:36 +0000 Received: (qmail 80399 invoked from network); 17 Aug 2007 00:04:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=EDMzK97FL2PM096yuUVaeEGKLvN6xdTEZzzxWHNtYsbAsjZw9LxeDJjvXJY6XkXef3rpnNF4Fk0FuP5k5rnQM6ZpMCxQIrr1nysAZGUb3H3RWKdtWJyN5oVJOOJxuA4w97doE9PTqywd0vwurBD5XwI36COjRBI/mFZWzRmPetM= ; Received: from unknown (HELO ?192.168.1.106?) (david_jencks@67.102.173.8 with plain) by smtp115.plus.mail.sp1.yahoo.com with SMTP; 17 Aug 2007 00:04:14 -0000 X-YMail-OSG: phw9KfUVM1lRHg2YuPedUFTL.vnjOVhEKtDSjI.E044GX0SqrXz2o7S1nbn3XtuQTo3zxpvjYZkgSTCYahiM9ooDYmECjLB.gH2QFiC0YVrz60olt5XdvFeY.2yZ Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <12191411.post@talk.nabble.com> References: <12191411.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <42D7D696-914D-44AE-81DC-C3EFFB82C780@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Deploy with datasource Error Date: Thu, 16 Aug 2007 17:04:25 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org I'm not sure what you are trying to do. the plans you show below indicate that you intend to construct an ear that contains only one module, tranql-connector-1.3.rar. However I doubt this is what you want to do. Another possibility is that you have a web app that uses a datasource. In that case the simplest solution is to deploy the datasource using the admin console, and add the datasource config as a dependency in the geronimo-web.xml for the web app. It's also possible to construct a "sythentic ear" plan so you end up with only one configuration, but that's a bit more complicated. If you really want to do that consult the udd server plans under configs in the geronimo source. thanks david jencks On Aug 16, 2007, at 4:35 PM, bgbraga wrote: > > I'm not having success when making deploy in the Geronimo 2.0 M6 > > I'm user of Tomcat and Websphere Application Server. I never had > used the > Geronimo. > > I read that I would need a Deployment plans, and made these archives: > - /META-INF/application.xml > - /META-INF/geronimo-application.xml > - /WEB-INF/geronimo-web.xml > - /geronimo-database.xml (datasource config) > > DEPLOY ERROR: > 20:29:32,341 ERROR [Deployer] Deployment failed due to > org.apache.geronimo.common.DeploymentException: Invalid moduleFile: > tranql-connector-ra-1.3.rar > .... > Caused by: java.io.IOException: Jar entry does not exist: > jarFile=C:\Users\BRUNO~1.BRA\AppData\Local\Temp\geronimo- > deployer52299.tmpdir\globalsafe.zip, > path=tranql-connector-ra-1.3.rar > > > > application.xml: > > > xmlns="http://java.sun.com/xml/ns/j2ee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" > version="1.4"> > > > tranql-connector-ra-1.3.rar > > > > > geronimo-application.xml: > > > > > > default > GlobalSafe > 1.0 > car > > > > > > > tranql-connector-ra-1.3.rar > geronimo-database.xml > > > > How to resolve the problem? > tranql-connector-ra-1.3.rar and > tranql-connector-1.2.rar don't work. > > Thanks! > > -- > View this message in context: http://www.nabble.com/Deploy-with- > datasource-Error-tf4282757s134.html#a12191411 > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >