Re: Need Help !

2014-07-25 Thread d...@hp.com
Hi I think that was my problem... you nailed it... started working, Thanks - Danny -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Need-Help-tp3988136p3988138.html Sent from the Users mailing list archive at Nabble.com.

Re: Need Help !

2014-07-25 Thread Kevin Huntly
nBridge.java:64) > at org.apache.geronimo.main.Bootstrapper.start(Bootstrapper.java:88) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:61) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at > org.apache.geronimo.cli.de

Need Help !

2014-07-25 Thread d...@hp.com
    at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32)  The plan file is attached with this mail. any help would be greatly appreciated. Please do let me know if you need m

Re: Needed help regarding the maven repositories in Geronimo

2011-06-17 Thread David Jencks
Please build trunk, the M2 branch won't compile. We haven't been updating it to follow the dependencies such as openwebbeans and openejb. thanks david jencks On Jun 17, 2011, at 4:07 PM, Giri Sree wrote: > Hi, > I am trying to figure out all the sources which maven uses while building > G

Re: Needed help regarding the maven repositories in Geronimo

2011-06-17 Thread Russell E Glaue
On 06/17/2011 06:07 PM, Giri Sree wrote: > Hi, > I am trying to figure out all the sources which maven uses while > building Geronimo (Geronimo v3-M2). Especially the repository links for > various plugins and libraries > > Thanks, > SG G3 is a Maven project, so you can use its tools to find

Needed help regarding the maven repositories in Geronimo

2011-06-17 Thread Giri Sree
Hi, I am trying to figure out all the sources which maven uses while building Geronimo (Geronimo v3-M2). Especially the repository links for various plugins and libraries Thanks, SG

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
; >>>>>>> >>>>>>> log4j >>>>>>> log4j >>>>>>> >>>>>>> * >>

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
>>>>>> On Fri, Jun 10, 2011 at 10:24 PM, Russell E Glaue >>>>> <mailto:rgl...@cait.org>> wrote: >>>>>> >>>>>> G3.0 compiled! >>>>>> >>>>>> That means, the issue I reported is the only pro

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
Geronimo that depends on the 1.0 bundle. I remember having problems >>>>> around this >>>>> plugin during the build. >>>>> - plugins/uddi/uddi-war-repackage >>>>> >>>>> >>>>> The result

Re: Help with G3.0 building

2011-06-10 Thread Jarek Gawor
>>>>     [INFO] BUILD SUCCESS >>>>     [INFO] >>>>     >>>> >>>>     [INFO] Total time: 13:50:50.812s >>>>     [INFO] Finished at: Fri Jun 10 06:58:46 EDT 201

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
CodeCacheSize=64m >>> >>> Looking at the results, maybe that can be set to >>> -Xmx968m -XX:MaxPermSize=500m -XX:ReservedCodeCacheSize=64m >>> >>> >>> -RG >>> >>> >>> >>> On 06/08/201

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
>> > mvn install:install-file -DgroupId=org.apache.geronimo.specs >> > -DartifactId=geronimo-jaxws_2.2_spec -Dversion=1.0 -Dpackaging=jar >> > -Dfile=geronimo-jaxws_2.2_spec-1.0.jar >> > - >> > And I got past that problem spot. >>

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
ot. > > So that does seem to be what the problem was. > > And that will need to be fixed, right? > > > > > > The next error I get looks like a Permenant Generation memory/heap > error. > > - > > [ERROR] Failed to execute goal

Re: Help with G3.0 building

2011-06-10 Thread Shawn Jiang
right? > > > > > > The next error I get looks like a Permenant Generation memory/heap error. > > - > > [ERROR] Failed to execute goal > > org.apache.geronimo.buildsupport:car-maven-plugin:3.0-SNAPSHOT:package > > (default-package) on project uddi-tomcat: cou

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
rror. > - > [ERROR] Failed to execute goal > org.apache.geronimo.buildsupport:car-maven-plugin:3.0-SNAPSHOT:package > (default-package) on project uddi-tomcat: could not package plugin: Unable to > generate the wsdl file using wsgen. InvocationTargetException: PermGen space > -> > [Help 1] > [ERROR] &

Re: Help with G3.0 building

2011-06-08 Thread Russell E Glaue
not package plugin: Unable to generate the wsdl file using wsgen. InvocationTargetException: PermGen space -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR]

Re: Help with G3.0 building

2011-06-08 Thread Russell E Glaue
bol : method responses() > [ERROR] location: @interface javax.xml.ws.soap.Addressing > [ERROR] > [ERROR] > /data/geronimo/asf-geronimo-server-trunk/plugins/j2ee/geronimo-j2ee-builder/src/main/java/org/apache/geronimo/j2ee/deployment/annotation/WebServiceRefAnnotationHelper.java:[413,

Re: Help with G3.0 building

2011-06-07 Thread Kevan Miller
On Jun 7, 2011, at 6:51 PM, Russell E Glaue wrote: > > > On 06/07/2011 05:08 PM, Kevan Miller wrote: >> >> On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: >> >>> I had originally done the install 'mvn clean install' yesterday, and >>> received a >>> build error. I then did it in the two s

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
On 06/07/2011 05:08 PM, Kevan Miller wrote: > > On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: > >> I had originally done the install 'mvn clean install' yesterday, and >> received a >> build error. I then did it in the two stages and got the same results. >> That is why I ended up executi

Re: Help with G3.0 building

2011-06-07 Thread Kevan Miller
On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: > I had originally done the install 'mvn clean install' yesterday, and received > a > build error. I then did it in the two stages and got the same results. > That is why I ended up executing mvn compile and package separately so I could > see i

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
I had originally done the install 'mvn clean install' yesterday, and received a build error. I then did it in the two stages and got the same results. That is why I ended up executing mvn compile and package separately so I could see if the error was in the compiling stage or the packaging stage.

Re: Help with G3.0 building

2011-06-06 Thread David Jencks
On Jun 6, 2011, at 2:15 PM, Russell E Glaue wrote: > I am not sure what I need to do to get a successful maven packaging of G3.0. > > I am successfully compiling G3.0-SNAPSHOT with Maven without errors. > However, during the packaging stage, I get this error: > > - > ... > [org.apache.geronimo.

Help with G3.0 building

2011-06-06 Thread Russell E Glaue
I am not sure what I need to do to get a successful maven packaging of G3.0. I am successfully compiling G3.0-SNAPSHOT with Maven without errors. However, during the packaging stage, I get this error: - ... [org.apache.geronimo.gbean.runtime.GBeanInstanceState] : GBeanInstanceState for: org.apach

Re: help on deployment with the Geronimo-framework.....

2011-02-23 Thread Ivan
ed to > eith > er re-install Geronimo or get a deployment plan for the runtime deployer > and dis > tribute it while the server is not running and then start the server with a > comm > and like the above. For help on this, write to and inc > lude the contents of your var/confi

help on deployment with the Geronimo-framework.....

2011-02-23 Thread Amir Mousavizadegan
as undeployed) then you need to eith er re-install Geronimo or get a deployment plan for the runtime deployer and dis tribute it while the server is not running and then start the server with a comm and like the above. For help on this, write to and inc lude the contents of your var/config/co

Re: Any help for a total newbie with installation?

2010-05-18 Thread Kevan Miller
On May 18, 2010, at 3:19 PM, steve2727 wrote: > > Try as I might I cannot get the 'Using JRE_HOME :' line on startup to report > anything other than a blank, regardless if it is unset or explicitly set. > Following the above instructions reports both versions correctly (although > mine are '1.6.

Re: Any help for a total newbie with installation?

2010-05-18 Thread steve2727
328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p827249.html Sent from the Users mailing list archive at Nabble.com.

Re: Any help for a total newbie with installation?

2010-05-16 Thread Kevan Miller
On May 17, 2010, at 2:04 AM, steve2727 wrote: > > echo $JRE_HOME returns the following: > > /usr/lib/jvm/java-6-sun/jre/ > > Is this not what geronimo is trying to use? Based on your previous email: On May 16, 2010, at 4:56 PM, steve2727 wrote: > Using GERONIMO_HOME: /usr/geronimo-jetty7-

Re: Any help for a total newbie with installation?

2010-05-16 Thread steve2727
echo $JRE_HOME returns the following: /usr/lib/jvm/java-6-sun/jre/ Is this not what geronimo is trying to use? Thx -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p822853.html Sent from the Users mailing list

Re: Any help for a total newbie with installation?

2010-05-16 Thread Kevan Miller
On May 16, 2010, at 4:56 PM, steve2727 wrote: > > Thanks Kevan > > still have the same results when attempting to run geronimo though > > btw my geronimo gives the following info as I run it (sudo under my account) > > Using GERONIMO_HOME: /usr/geronimo-jetty7-javaee5-2.2 > Using GERONIMO_T

Re: Any help for a total newbie with installation?

2010-05-16 Thread steve2727
JRE_HOME: even when JRE_HOME is set -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p822248.html Sent from the Users mailing list archive at Nabble.com.

Re: Any help for a total newbie with installation?

2010-05-16 Thread Kevan Miller
On May 16, 2010, at 3:50 PM, steve2727 wrote: > > Hi David > > I am using Geronimo 2.2 > java -version: > java version "1.6.0_15" > Java (TM) SE Runtime Environment > Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing) > > $JAVA_HOME: > > /usr/lib/jvm/java-6-sun > > (JRE_HOME is

Re: Any help for a total newbie with installation?

2010-05-16 Thread steve2727
geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30) So it looks like you were right about the crypto being a problem -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p822154.html Sent from the Users mailing list archive at Nabble.com.

Re: Any help for a total newbie with installation?

2010-05-16 Thread steve2727
in context: http://apache-geronimo.328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p822134.html Sent from the Users mailing list archive at Nabble.com.

Re: Any help for a total newbie with installation?

2010-05-16 Thread Kevan Miller
Using GERONIMO_TMPDIR: var/temp Using JRE_HOME:/usr/lib/jvm/java-6-sun/jre Booting Geronimo Kernel (in Java 1.6.0_16)... Starting Geronimo Application Server v2.2 ... --kevan On May 16, 2010, at 1:05 PM, steve2727 wrote: > > Hi, hope somebody can help me > > I've been trying to i

Re: Any help for a total newbie with installation?

2010-05-16 Thread David Jencks
dy can help me > > I've been trying to install Apache Geronimo but have been hitting an issue I > can't resolve when I attempt to run the server. > > I am hitting the same problem on the jetty7 version on Ubuntu 9 and both the > Windows Vista Jetty7 and Tomcat6 version

Any help for a total newbie with installation?

2010-05-16 Thread steve2727
Hi, hope somebody can help me I've been trying to install Apache Geronimo but have been hitting an issue I can't resolve when I attempt to run the server. I am hitting the same problem on the jetty7 version on Ubuntu 9 and both the Windows Vista Jetty7 and Tomcat6 versions so I

Re: Help needed in Geronimo 2.1.5-Snapshot

2010-02-25 Thread Rex Wang
n 6.0.18 > while Geronimo 2.1.5 uses tomcat version 6.0.20 and i also see that there is > difference in the packaging of tomcat too. Any suggestions, pointers on this > will be very helpful. Please help. > > Thanks > Padmashree > -- Lei Wang (Rex) rwonly AT apache.org

Help needed in Geronimo 2.1.5-Snapshot

2010-02-12 Thread Padma shree
ion 6.0.18 while Geronimo 2.1.5 uses tomcat version 6.0.20 and i also see that there is difference in the packaging of tomcat too. Any suggestions, pointers on this will be very helpful. Please help. Thanks Padmashree

Re: Geronimo won't start, exceptions on startup... help!!

2009-12-17 Thread ericp56
For others who encounter this, simply delete your derby DBs and geronimo will start again. -- View this message in context: http://old.nabble.com/Geronimo-won%27t-start%2C-exceptions-on-startup...-help%21%21-tp19071607s134p26830442.html Sent from the Apache Geronimo - Users mailing list

Re: FW: help

2009-11-09 Thread Donald Woods
Subject: RE: help Hi Donald, Thanks for your help first. There was an error: " [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to delete directo

Help me to build a geronimo server form the source

2009-11-09 Thread Fei LI
Hi, I am creaming here for your help. I have been trying to build a Geronimo server from the SVN source for 1.5 weeks and no success. Donald Woods and Forrest Xia helped me to try many ways and all are failed. I tried many combination of the build environment: SVN Tags/2.1.4 SVN Trunk Maven

Re: Help me

2009-11-06 Thread chi runhua
I just update the page[1] in G2.2 doc to make it more clear for users when they're trying to build a 2.2 server. [1] http://cwiki.apache.org/GMOxDOC22/building-geronimo-with-maven.html Thanks Xasima for spotting this out. Jeff C On Fri, Nov 6, 2009 at 5:48 PM, Forrest Xia wrote: > Hi Xasima

Re: Help me

2009-11-06 Thread Forrest Xia
Hi Xasima, Seems to me you are building geronimo 3.0 from the trunk. If you tend to build G 2.2, you are supposed to check out from http://svn.apache.org/repos/asf/geronimo/server/branches/2.2/. Forrest

Re: Help me

2009-11-06 Thread Xasima
0 AM, Forrest Xia wrote: > > > On Fri, Nov 6, 2009 at 11:40 AM, Fei LI wrote: > >> Hi Forrest, >> >> Thanks for your help first. Let me build server first the build eclipse >> plugin second. Because I tried many SVN and no one working. So let me put my >&g

Re: Help me

2009-11-05 Thread Forrest Xia
On Fri, Nov 6, 2009 at 11:40 AM, Fei LI wrote: > Hi Forrest, > > Thanks for your help first. Let me build server first the build eclipse > plugin second. Because I tried many SVN and no one working. So let me put my > question in such way. Tell me if you know, the newest vers

RE: Help me

2009-11-05 Thread Fei LI
Hi Forrest, Thanks for your help first. Let me build server first the build eclipse plugin second. Because I tried many SVN and no one working. So let me put my question in such way. Tell me if you know, the newest version you know it will be built without error, I have Windows XP and Vista

Re: Help me

2009-11-05 Thread Forrest Xia
Before building geronimo eclipse plugin(gep), you need to build geronimo server first. Suggest you start with a released code tree to build gep, not the trunk code. Generally, trunk code is changing and unstable. For a better understanding what you are doing, pls tell: 1. which version of geronim

help

2009-11-04 Thread Fei LI
Hi, I am 100% new. I could not find help anywhere. Anybody can tell me where is my help? Thanks first. I want to learn geronimo and do some develop for it if possible. I followed the instruction from apache-geronimo page "How to Build Geronimo Eclipse Plugin from Source" 1. instal

Help me

2009-11-04 Thread Fei LI
Hi, I am 100% new. I could not find help anywhere. Anybody can tell me where is my help? Thanks first. I want to learn geronimo and do some develop for it if possible. I followed the instruction from apache-geronimo page "How to Build Geronimo Eclipse Plugin from Source" 1. instal

Re: Help

2009-10-30 Thread frapien
ms-in-web-applications.html > -- View this message in context: http://old.nabble.com/Help-tp26080180s134p26137956.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Help

2009-10-30 Thread still_apprentice
p WARs", i'll get a "HTTP 404 Error". The same happens >> with >> the other links. I don't what to do anymore and the documentation from >> your >> site isn't enough to make me understand. Can you help me with this >> problem >> by

Re: Help

2009-10-28 Thread chi runhua
d time in configuring Geronimo with ActiveMQ. If a press > the > > link from "Web App WARs", i'll get a "HTTP 404 Error". The same happens > with > > the other links. I don't what to do anymore and the documentation from > your > > site is

Re: Help

2009-10-27 Thread Quintin Beukes
to do anymore and the documentation from your > site isn't enough to make me understand. Can you help me with this problem > by putting an example on your site or by sending me an example? > > Best Regards, >     Petroianu Marian Florin > > >

Help

2009-10-27 Thread Petroianu Marian
Hello, I have a hard time in configuring Geronimo with ActiveMQ. If a press the link from "Web App WARs", i'll get a "HTTP 404 Error". The same happens with the other links. I don't what to do anymore and the documentation from your site isn't enough to

Re: Error in starting Server! Please Help

2009-02-23 Thread Forrest_Xia
180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:563) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.

Re: Help with Geronimo EJB Clustering

2009-02-05 Thread Gianny Damour
EJB invocation to identify the root cause of the problem. If you want to debug this problem, then please feel free to let us know your progress and ask for help if you are stuck. If you are not able to fix the problem, then I will have a look in a couple of weeks after having completed

Re: Help with Geronimo EJB Clustering

2009-02-04 Thread Hai-Dang Pham
te of WADI for openEJB, is this still actively supported? Is OpenJPA going be the recommended persistence scheme for EJB? You mentioned that WADI and openEJB integration is broken, can you give me a hint where it is broken, I can maybe help out to fix it... Is it the Geronimo's EJB deployer that

Re: Help with Geronimo EJB Clustering

2009-02-04 Thread Gianny Damour
enejb-clustering-wadi module. I have added a geronimo-opejnejb.xml as described in the link. Do I have to add an ejb-jar.xml? an openejb-jar.xml? an application.xml? If so what should those files look like? Can somebody help me out? Tx, Hai-Dang -- View this message in context:

Help with Geronimo EJB Clustering

2009-02-03 Thread Hai-Dang Pham
If so what should those files look like? Can somebody help me out? Tx, Hai-Dang -- View this message in context: http://www.nabble.com/Help-with-Geronimo-EJB-Clustering-tp21818256s134p21818256.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

RE: JNDI Context Lookup Help

2008-11-18 Thread Mark Aufdencamp
B 3.0 moving forward without migrating my existing session and entity beans from 2.1 any time soon. Hope this helps others in the future Mark > Original Message > Subject: Re: JNDI Context Lookup Help > From: "Łukasz_Budnik" <[EMAIL PROTECTED]> > Dat

Re: JNDI Context Lookup Help

2008-11-18 Thread Łukasz Budnik
sz 2008/11/17 Mark Aufdencamp <[EMAIL PROTECTED]>: > Hi All, > > It's been a while since I had to ask for help from the list, but I hit a > snag migrating an application from G-1.1.1 to G-2.1.3. Specifically, > I'm having a problem with a JNDI context lookup inside a >

RE: JNDI Context Lookup Help

2008-11-17 Thread Mark Aufdencamp
Thanks David, Worked like a charm! Guess G got a little more precise after 1.1.1:) It's been wrong for the last year, G-1.1.1 must have been more forgiving. I bet my definition in geronimo-web.xml was wrong. > Original Message > Subject: Re: JNDI Context Lookup

Re: JNDI Context Lookup Help

2008-11-17 Thread David Jencks
Shouldn't your name be java:comp/env/web/ContentLocation (no slash before the comp)? thanks david jencks On Nov 17, 2008, at 11:57 AM, Mark Aufdencamp wrote: Hi All, It's been a while since I had to ask for help from the list, but I hit a snag migrating an application from G-

JNDI Context Lookup Help

2008-11-17 Thread Mark Aufdencamp
Hi All, It's been a while since I had to ask for help from the list, but I hit a snag migrating an application from G-1.1.1 to G-2.1.3. Specifically, I'm having a problem with a JNDI context lookup inside a ServletContextListener. I presume this is a problem with the move to a g

AW: Need help with jndi configuration of a datasource

2008-11-13 Thread Klopp, Alexander
Thanks a lot for this advice, I added this annotation and it works fine now! Alex -Ursprüngliche Nachricht- Von: David Jencks [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. November 2008 17:56 An: user@geronimo.apache.org Betreff: Re: Need help with jndi configuration of a

Re: Need help with jndi configuration of a datasource

2008-11-12 Thread David Jencks
You need either an @Resource(name="docbase_tgmt") annotation in your ejb (in which case the datasource will be injected, you don't need to do the lookup) or a resource-ref for it in a (new) ejb-jar.xml. In either case you don't need the resource-ref element in your geronimo plan as the nam

Need help with jndi configuration of a datasource

2008-11-12 Thread Klopp, Alexander
Hi all, I'm working with geronimo 2.1. I've created some stateless session beans using the annotation principle (without having an ejb-jar.xml) The beans access to a datasource defined in the dbpool section of the console. My openejb-jar.xml looks like http://www.openejb.org/xml/ns/openejb

Re: Gshell Help Messages

2008-11-07 Thread Jason Dillon
sed to generate what users see when they use --help on the given command based on their locale. I saw them in a couple of the properties files, but couldn't figure out what they do. I tried adding them to one of the SMX4 commands, but they did not seem to do anything. Well you need

Re: Gshell Help Messages

2008-11-07 Thread Eric Johnson
iki-ish for > the help pages. That is still an option, just needs to be > implemented :-) > > --jason > > > On Nov 5, 2008, at 5:58 AM, Eric Johnson wrote: > > > I'm looking to add help messages to the ServiceMix 4 shells. I've > > got a > >

Re: Gshell Help Messages

2008-11-07 Thread Jason Dillon
BTW, on this topic, I had considered using something like APT (the maven almost plain text language) or even something more wiki-ish for the help pages. That is still an option, just needs to be implemented :-) --jason On Nov 5, 2008, at 5:58 AM, Eric Johnson wrote: I'm looking t

Re: Gshell Help Messages

2008-11-06 Thread Jason Dillon
Um... honestly I'm not sure, as I've not really tried to write up full help pages yet. Chances are that some features are still needed there. I only exposed them as resource bundle messages, but I do believe there could be some formatting problems. --jason On Nov 5, 2008,

Gshell Help Messages

2008-11-04 Thread Eric Johnson
I'm looking to add help messages to the ServiceMix 4 shells. I've got a few questions: * Is there any special formatting that can be used in the command.manual property? For example, how does one add line breaks? * Is there a property for adding arguments to the printed help message? Th

Re: help upgrading Geronimo v1.1 to 2.1?

2008-10-15 Thread David Jencks
anks david jencks Thanks for the help. -- View this message in context: http://www.nabble.com/help-upgrading-Geronimo-v1.1-to-2.1--tp20002664s134p20002664.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

help upgrading Geronimo v1.1 to 2.1?

2008-10-15 Thread FrankBrown
We would like to upgrade our windows(2003) server from Geronimo v1.1 to 2.1. Are there instructions for this someplace that I have not found yet?Our apps use myfaces / tomahawk and postgres. What issues will we need to watch out for? Thanks for the help. -- View this message

Re: A little help with openejb-jar.xml

2008-09-05 Thread ericp56
Argh! I should have caught that. Thanks! -- View this message in context: http://www.nabble.com/A-little-help-with-openejb-jar.xml-tp19332950s134p19342504.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: A little help with openejb-jar.xml

2008-09-05 Thread David Blevins
On Sep 5, 2008, at 7:50 AM, ericp56 wrote: I have an EJB that is successfully injected into my web service application: package com.abc.ivr.scheduler; @Stateless public class CallScheduler implements ICallScheduler it contains an EJB annotation for another EJB: @EJB private SysErrorEmai

A little help with openejb-jar.xml

2008-09-05 Thread ericp56
rget=class com.abc.ivr.scheduler.CallScheduler/sysErrorEmail What's wrong with my openejb-jar.xml? Thanks, Eric -- View this message in context: http://www.nabble.com/A-little-help-with-openejb-jar.xml-tp19332950s134p19332950.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Kevan Miller
On Aug 20, 2008, at 1:31 PM, Peter L. Berghold wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevan Miller wrote: Should have asked this before -- anything noteworthy in your derby.log? here is that: - 2008-08-20 15

Re: Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevan Miller wrote: > Should have asked this before -- anything noteworthy in your derby.log? > > here is that: - 2008-08-20 15:14:54.871 GMT: Booting Derby version The Apache Softwar

Re: Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Kevan Miller
On Aug 20, 2008, at 12:06 PM, Peter L. Berghold wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevan Miller wrote: I assume you are using the embedded DB? Looks to be a Derby error... Any additional information in the log? Stacktrace, etc.? I may have made matters worse. I found

Re: Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevan Miller wrote: > I assume you are using the embedded DB? Looks to be a Derby error... Any > additional information in the log? Stacktrace, etc.? > I may have made matters worse. I found a couple of files ending in *.lck in the ${GERONIMO_HOME}

Re: Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Kevan Miller
On Aug 20, 2008, at 11:10 AM, Peter L. Berghold wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, Just ran into an issue with a normally working fine instance of Geronimo It seems I'm getting the message: Failed to acquire lock: java.sql.SQLTransactionRollbackException: Conta

Geronimo won't start, exceptions on startup... help!!

2008-08-20 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, Just ran into an issue with a normally working fine instance of Geronimo It seems I'm getting the message: Failed to acquire lock: java.sql.SQLTransactionRollbackException: Container was opened in read-only mode. in the logs and Geronimo w

Re: Help! Could not publish to server error

2008-08-15 Thread Tim McConnell
ework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Glenn... gsilverman wrote: Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. I followed the tutorial, *Web Applica

Re: Help! Could not publish to server error

2008-08-15 Thread gsilverman
e) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Glenn... gsilverman wrote: > > Help! I cannot publish a dynamic web application to Geronimo v2.1.2

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
#x27;t add a servlet to a Dynamic Web Application > project. The wizard adds the servlet mapping elements to web.xml, but does > not create the java file. Therefore, I can't test to see if it fixed > publishing issue. > > gsilverman wrote: > Help! I cannot publish a dynam

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Problem with new GEP!!! You can't add a servlet to a Dynamic Web Application project. The wizard adds the servlet mapping elements to web.xml, but does not create the java file. Therefore, I can't test to see if it fixed publishing issue. gsilverman wrote: > > Help! I cannot p

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
l need to use 1.5? > > gsilverman wrote: > Seems there are others on this forum with the same problem, and it appears > to be a Java version issue. I'm using 1.6 but will have to try it with 1.5. > > gsilverman wrote: > Help! I cannot publish a dynamic web applica

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
.6 but will have to try it with > 1.5. > > > gsilverman wrote: >> >> Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using >> Eclipse 3.4. >> > > -- View this message in context: http://www.nabble.com/Help%21-Could-not-publish-to-s

Re: Help! Could not publish to server error

2008-08-14 Thread Ted Kirby
fixes the problem for you. Thanks, Ted Kirby On Thu, Aug 14, 2008 at 12:31 PM, gsilverman <[EMAIL PROTECTED]> wrote: > Seems there are others on this forum with the same problem, and it appears > to be a Java version issue. I'm using 1.6 but will have to try it with 1.5. > > g

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Seems there are others on this forum with the same problem, and it appears to be a Java version issue. I'm using 1.6 but will have to try it with 1.5. gsilverman wrote: > > Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using > Eclipse 3.4. > -- Vie

Help! Could not publish to server error

2008-08-14 Thread gsilverman
Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. I followed the tutorial, Web Application for EJB access, to the letter and I get the following error when I add the ejb and web projects to the running Geronimo server in Eclipse: Publishing to Apache

Re: Help! deploy j2ee connector plan.xml error

2008-07-26 Thread tommy
; HI: > >I use geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT , when I > deploy a j2ee connector, get some error like this: > > In admin console , connect my database is successful, but I > can not deloy

Re: [Help!] java.lang.UnsupportedOperationException when building daytrader sample on trunk

2008-07-23 Thread Lin Sun
]> wrote: > Yes, I ever compliled the server trunk, and I checked my local repo and > found there is a system database car there. thanks! > > Forrest > - Original Message - From: "Lin Sun" <[EMAIL PROTECTED]> > To: > Sent: Wedne

Re: Help! deploy j2ee connector plan.xml error

2008-07-23 Thread David Jencks
I can not deloy it ! Please help me Username: system Password: *** Error: Unable to distribute tranql-connector-postgresql- xa-1.1.rar: The plan is trying to set attributes: [Driver, ConnectionURL] Known attributes: [GAttributeInfo: name=implementedInterfaces ty

Re: [Help!] java.lang.UnsupportedOperationException when building daytrader sample on trunk

2008-07-23 Thread Forrest
Yes, I ever compliled the server trunk, and I checked my local repo and found there is a system database car there. thanks! Forrest - Original Message - From: "Lin Sun" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 23, 2008 9:20 PM Su

Re: [Help!] java.lang.UnsupportedOperationException when building daytrader sample on trunk

2008-07-23 Thread Lin Sun
Hi, did you attempt to build server trunk first? I think it is needed to build the server trunk first so that you can have a system-database car in your local m2 repo. Lin 2008/7/23 Ming Xia <[EMAIL PROTECTED]>: > > Hi everyone, > > Encountered a problem when building daytrader sample on trunk,

[Help!] java.lang.UnsupportedOperationException when building daytrader sample on trunk

2008-07-23 Thread Ming Xia
Hi everyone, Encountered a problem when building daytrader sample on trunk, here is the error msg. Anyone know how to fix it? thanks! [ERROR] The protocol for the JAR file's URL is not supported java.lang.UnsupportedOperationException: Only local file jars are supported jar: file:/D:/Job/WASCE/

Re: Help! deploy j2ee connector plan.xml error

2008-07-23 Thread Luciano Salotto
Tommy <[EMAIL PROTECTED]> wrote: > HI: > >I use geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT , when I deploy a j2ee > connector, get some error like this: > >In admin console , connect my database is successful, but I can not > deloy it ! Please help me >

  1   2   3   4   >