Re: Geronimo server stop when undeploy or redeploy.

2011-07-19 Thread ranbaab
Thanks, Ranjan -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-server-stop-when-undeploy-or-redeploy-tp3143947p3182281.html Sent from the Users mailing list archive at Nabble.com.

Re: Geronimo server stop when undeploy or redeploy.

2011-07-19 Thread Kevan Miller
On Jul 19, 2011, at 8:04 AM, ranbaab wrote: Hi Kevan, First I would like to thank you for your valuable advice and support. Below are the steps followed to get the dump, please let me know if I miss any steps 1. Command for undeploy [root@fc70 bin]# ./deploy.sh --user system

Re: Geronimo server stop when undeploy or redeploy.

2011-07-19 Thread Luciano Salotto
To review what was running on the JVM when you perform the kill -3 you can use IBM's Thread and Monitor Dump Analyzer ( http://www.alphaworks.ibm.com/tech/jca). HTH Luciano On Tue, Jul 19, 2011 at 11:09 AM, Kevan Miller kevan.mil...@gmail.comwrote: On Jul 19, 2011, at 8:04 AM, ranbaab wrote:

Re: Geronimo server stop when undeploy or redeploy.

2011-07-12 Thread ranbaab
-- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-server-stop-when-undeploy-or-redeploy-tp3143947p3161771.html Sent from the Users mailing list archive at Nabble.com.

Re: Geronimo server stop when undeploy or redeploy.

2011-07-12 Thread Kevan Miller
On Jul 12, 2011, at 4:12 AM, ranbaab wrote: Hi Kevan, There is no error message display, below is the command line for undeploy. D:\geronimo-tomcat6-minimal-2.2.1\bindeploy --user system --password manager undeploy xxx/bhm/application/war Using GERONIMO_HOME:

Re: Geronimo server stop when undeploy or redeploy.

2011-07-10 Thread Kevan Miller
On Jul 7, 2011, at 1:27 AM, ranbaab wrote: Hi Kevan, One more observation, there is no issue if the DB service is not started and only Geronimo service started, undeploy works fine. Can you run the Geronimo server in the foreground? I.e. Use 'geronimo.bat run' and don't run as a windows

Re: Geronimo server stop when undeploy or redeploy.

2011-07-06 Thread Kevan Miller
and the application works fine. When I try to redeploy or undeploy through command line, the geronimo server stop automatically by displaying the error message in the deploy.log as Strange. The deploy exception would seem to be caused by the server having stopped. Just to confirm -- after undeploy/redeploy

Re: Geronimo server stop when undeploy or redeploy.

2011-07-06 Thread ranbaab
Hi Kevan, Thanks for your reply. Yes you are right after undeploy/redeploy operation stop the server process. No message at the geronimo.log I believed, during the undeploy operation, geronimo cannot remove the application. Database is running as service and the web application connect

Re: After redeploy Application: MDB dont receive Messages

2010-03-31 Thread Kevan Miller
On Mar 30, 2010, at 1:51 AM, crashman wrote: We are using Geronimo 2.1.2. But I tested Version 2.2. It's possible to get same problem under 2.2. That's why I thinking, that I make a mistake... In geronimo.log I can not find any errors. Is there another place, where I should search for

After redeploy Application: MDB dont receive Messages

2010-03-29 Thread crashman
have a lot of apps like this... Do you see a failure in our doing while we update the appliaction? Is it possible to avoid this troubles ? thanks for help. -- View this message in context: http://n3.nabble.com/After-redeploy-Application-MDB-dont-receive-Messages-tp682919p682919.html Sent from

Re: After redeploy Application: MDB dont receive Messages

2010-03-29 Thread Kevan Miller
is stopped you can undeploy with: ./deploy.sh --offline undeploy module-name What version of Geronimo are you using? I recall someone else having a redeploy problem, but don't recall the specifics. Any errors in your server log? --kevan

Re: After redeploy Application: MDB dont receive Messages

2010-03-29 Thread crashman
: http://n3.nabble.com/After-redeploy-Application-MDB-dont-receive-Messages-tp682919p685168.html Sent from the Users mailing list archive at Nabble.com.

Geronimo v2.2 redeploy ear error

2010-03-17 Thread Ashwill, Steve (Facilities Services)
:47.340-0400 But it started when we upgraded to the 2.2 release. I'm not sure how to reopen an issue or to create a new one, but would be more than happy to if someone points me to the instructions. Here is a portion of the stack trace we receive when we attempt to redeploy an application ear

Re: Geronimo v2.2 redeploy ear error

2010-03-17 Thread Kevan Miller
On Mar 17, 2010, at 10:43 AM, Ashwill, Steve (Facilities Services) wrote: We are having an issue similar to the jira listed below. We get the message that the deployment fails, but the app actually does deploy but does not start. All we have to do is click start and everything seems fine.

Re: mdb stops consuming from queue after redeploy

2010-03-11 Thread Kevan Miller
On Mar 10, 2010, at 5:33 PM, Ashwill, Steve (Facilities Services) wrote: Hello, We have multiple applications deployed on Geronimo 2.2. Two of these are using message queues for processing async messages. It seems that if we redeploy one of the apps then the other app’s mdbs stop

Re: mdb stops consuming from queue after redeploy

2010-03-11 Thread Kevan Miller
Thanks. If you could create simple apps that demonstrate the problem, perhaps built from our jms sample (https://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/jms-mdb -- looks like you may have used this in building your apps) and create a JIRA, that would be great. A few

mdb stops consuming from queue after redeploy

2010-03-10 Thread Ashwill, Steve (Facilities Services)
Hello, We have multiple applications deployed on Geronimo 2.2. Two of these are using message queues for processing async messages. It seems that if we redeploy one of the apps then the other app's mdbs stop consuming messages(the consumer count drops to 0, but it doesn't do it every time

How to use ModuleID and TargetModuleID for redeploy

2010-01-05 Thread Ashish Jain
Hi, The help for Redeploy suggest something as follows: Help for command: redeploy redeploy [module] [plan] [ModuleID|TargetModuleID+] A shortcut to undeploy a module from one or more servers, then deploy a new version. This is not a smooth cutover -- some client

Re: GShell deploy/redeploy problem?

2009-07-02 Thread Rex Wang
hi Eric, I tried it in G2.1.4, and no problem with that. Try 2.1.4? -Rex 2009/7/1 ericp56 eric.phettepl...@twcable.com Hello. Using Geronimo 2.1.3 I issued a simple redeploy in GShell from my Windows destkop to a Linux Server: e...@workstation:/ deploy/redeploy -u admin -w password

GShell deploy/redeploy problem?

2009-07-01 Thread ericp56
Hello. Using Geronimo 2.1.3 I issued a simple redeploy in GShell from my Windows destkop to a Linux Server: e...@workstation:/ deploy/redeploy -u admin -w password -s linuxServer c:\\te mp\\__IVRFrameworkHttp.war No ModuleID or TargetModuleID provided. Attempting to guess based

Re: Problem with Redeploy while using DWR - Configuration already exists

2009-04-14 Thread Silv
Hi, i'm using Debian. But i come from the windows world... so my Unix Knowledge aren't very good. I delete the jar-file in another project form the WEB-INF/lib Folder but it contains several other Files and redeploy failed. All files i have added in WEB-INF/lib exists as an hidden zip file after

Re: Problem with Redeploy while using DWR - Configuration already exists

2009-04-14 Thread Silv
I found the reason... I forgot that my home directory is mirrored from a network source and there is the problem. Now I start Geronimo local and redeploy works... sorry guys! Thanks Silvio Silv wrote: Hi, i'm using Debian. But i come from the windows world... so my Unix Knowledge

Redeploy exploded WAR in an exploded EAR ?

2008-04-16 Thread Jacques Le Roux
Hi All, Is there a way to redeploy an exploded WAR placed in an exploded EAR ? Thanks Jacques

Re: Redeploy exploded WAR in an exploded EAR ?

2008-04-16 Thread David Jencks
not separately from redeploying the whole ear. thanks david jencks On Apr 16, 2008, at 10:33 AM, Jacques Le Roux wrote: Hi All, Is there a way to redeploy an exploded WAR placed in an exploded EAR ? Thanks Jacques

Re: Redeploy exploded WAR in an exploded EAR ?

2008-04-16 Thread Jacques Le Roux
redeploying the whole ear. thanks david jencks On Apr 16, 2008, at 10:33 AM, Jacques Le Roux wrote: Hi All, Is there a way to redeploy an exploded WAR placed in an exploded EAR ? Thanks Jacques

Re: deploy vs redeploy

2008-01-30 Thread toby cabot
On Wed, Jan 30, 2008 at 02:53:36AM -0800, MarcoLaponder wrote: In my autmatated build script is use the deploer jar to deploy my EAR, but as I am not aware if my ear is already loaded I would like to a deploy if it not present or a redeploy if it is already present. What is the best way

Re: how to redeploy with maven

2008-01-30 Thread Jarek Gawor
I don't think there is a redeploy maven command but what's the problem with undeploy? Jarek On Jan 27, 2008 3:54 AM, MarcoLaponder [EMAIL PROTECTED] wrote: Hi All, I am trying to redpeply and ear with the maven geronimo plugin, I was able to do a deploy when the ear was not deployed yet

Re: how to redeploy with maven

2008-01-30 Thread MarcoLaponder
undeploy gives an error when it is not deployed yet en then maven stops the build Kind regards, Marco Laponder Jarek Gawor-2 wrote: I don't think there is a redeploy maven command but what's the problem with undeploy? Jarek On Jan 27, 2008 3:54 AM, MarcoLaponder [EMAIL PROTECTED

how to redeploy with maven

2008-01-27 Thread MarcoLaponder
/execution But I cannot find a redeploy command and cannot get undeploy to work, any hints for me ? Or is there a bette way to do a redeploy from maven ? Kind regards, Marco Lapononder -- View this message in context: http://www.nabble.com/how-to-redeploy-with-maven-tp15117162s134p15117162.html

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
--inPlace. Any thoughts? Thanks! Yoel Spotts -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 2:20 PM To: user@geronimo.apache.org Subject: RE: redeploy Your existing directory structure should remain intact, as that is where

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
Technologies [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 2:20 PM To: user@geronimo.apache.org Subject: RE: redeploy Your existing directory structure should remain intact, as that is where Geronimo will be loading all your classes from. During redeployment, the deployer tool will delete

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 09:58:41 AM: Thanks so much for your response. I am trying to go that route, but am encoutering a different issue now

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
! Yoel Spotts -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 10:16 AM To: user@geronimo.apache.org Subject: RE: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
AM To: user@geronimo.apache.org Subject: RE: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 09:58:41 AM: Thanks so much for your response. I am trying to go that route

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 09:58:41 AM: Thanks so much for your response. I am trying to go that route, but am encoutering a different issue now

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
20, 2007 2:39 PM To: user@geronimo.apache.org Subject: RE: redeploy Yes, I don't believe in-place deployment has anything to do with your issue as I've successfully deployed a JMS connector in my EAR with in-place deployment. Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 02:36

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
you been able to deploy a server wide connector in place? -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 2:39 PM To: user@geronimo.apache.org Subject: RE: redeploy Yes, I don't believe in-place deployment has anything

RE: redeploy

2007-03-19 Thread Spotts, Joel \(ISS Atlanta\)
My understanding is that even if I have an application deployed in-place, if I redeploy it, the deployer will delete the current directory structure, so I would need to copy the current directory structure in any event. What does the deployer do? Does it simply create the config.ser, config.info

RE: redeploy

2007-03-19 Thread Aman Nanner/MxI Technologies
in-place directory. The deployer does create all those ser and info files from your deployment descriptors during the deployment process. Therefore, if you change one of your deployment descriptors, you need to redeploy your app. However, if you just swap in new code into your in-place directory

redeploy

2007-03-16 Thread Spotts, Joel \(ISS Atlanta\)
I am looking for the easiest way to redeploy an EAR after adding a web application. The EAR has other webapps which added or modified some files, so I need the current EAR directory structure to remain as is. The only way I can see now is as follows: A) copy the entire ear directory to a temp

Re: redeploy

2007-03-16 Thread Aman Nanner/MxI Technologies
If you are deploying in-place, there is no need to copy the EAR. You should be able to just modify the application.xml, add the new web app to the EAR structure, and run the deployer tool to redeploy the EAR file. If you are not deploying in-place, then I'm not sure you can avoid copying out

Re: Deploy Tool: deploy vs redeploy

2006-03-28 Thread Hiram Chirino
the better. Having one deploy command smart enough to deploy or redeploy based on the current status would be cool as Aaron suggested. I think it would also be nice, if the command is going to redeploy a running app, to have a confirmation message like ... App XYZ already running

Re: Deploy Tool: deploy vs redeploy

2006-03-27 Thread David Blevins
. That is, you use deploy the first time, and redeploy thereafter: java -jar bin/deployer.jar deploy foo.war java -jar bin/deployer.jar deploy foo.war -- fails, already deployed java -jar bin/deployer.jar redeploy foo.war java -jar bin/deployer.jar undeploy foo.war java -jar bin/deployer.jar

Re: Deploy Tool: deploy vs redeploy

2006-03-27 Thread Hiram Chirino
+1 make the default development case easier! If want it to be explicit, then make that use a more verbose form.. deploy --strict or something like that. I guess you can always assume that a redeploy is strict (fail if not there) since the user would have used deploy to get a redeploy. On 3/24

Re: Deploy Tool: deploy vs redeploy

2006-03-26 Thread Vamsavardhana Reddy
is the better short-termworkaround.Thanks,AaronOn 3/26/06, Gianny Damour [EMAIL PROTECTED] wrote: Hi, I am not really keen to see this change: I prefer users to explicitly state that they want to redeploy a module instead of having a command, which transparently does it under the cover. Also, as per

Re: Deploy Tool: deploy vs redeploy

2006-03-25 Thread Hernan Cunico
I think we all agree that the easier for the user the better. Having one deploy command smart enough to deploy or redeploy based on the current status would be cool as Aaron suggested. I think it would also be nice, if the command is going to redeploy a running app, to have a confirmation

Deploy Tool: deploy vs redeploy

2006-03-24 Thread Aaron Mulder
Currently if you use the command-line deploy tool, you have to specify different deploy commands depending on whether the module is already deployed. That is, you use deploy the first time, and redeploy thereafter: java -jar bin/deployer.jar deploy foo.war java -jar bin/deployer.jar deploy

Re: Deploy Tool: deploy vs redeploy

2006-03-24 Thread John Sisson
Agree that would make it easier for the user. Are you thinking of supporting the old commands for users with existing deployment bat/sh scripts for their apps or will the redeploy command be unsupported and documented as a migration task in the release notes? Does anyone know

Re: Deploy Tool: deploy vs redeploy

2006-03-24 Thread Aaron Mulder
We could leave the redeploy command there and just remove the documentation for it, and make the deploy command do both. Maybe the redeploy could print a nag to the console saying it's deprecated. That way nothing would break for now. Thanks, Aaron On 3/24/06, John Sisson [EMAIL PROTECTED