[jira] Commented: (GERONIMO-4625) JMS statistics does not work correctly while the server url is of vm protocol

2009-08-11 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741708#action_12741708 ] Ivan commented on GERONIMO-4625: Commit first step changes to trunk At revision: 803001.

what does Process exited with status: 138 mean?

2009-08-11 Thread David Jencks
I've managed to come up with a way make the server just stop with Process exited with status: 138. Does anyone know what this means or how to find out what this means? It might possibly be some kind of disk space problem or problem rotating log files but I don't really have an idea where

Re: what does Process exited with status: 138 mean?

2009-08-11 Thread Jack Cai
It's an old post: http://lists.apple.com/archives/Java-dev/2001/Oct/msg01035.html. Not sure whether it's still relavant. -Jack On Tue, Aug 11, 2009 at 3:21 PM, David Jencks david_jen...@yahoo.comwrote: I've managed to come up with a way make the server just stop with Process exited with

[jira] Commented: (GERONIMO-4709) start-server's -j flag does not work

2009-08-11 Thread Wen Ting Wang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741746#action_12741746 ] Wen Ting Wang commented on GERONIMO-4709: -- For space problem,cmd line does not

[jira] Issue Comment Edited: (GERONIMO-4709) start-server's -j flag does not work

2009-08-11 Thread Vanessa Wang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741746#action_12741746 ] Vanessa Wang edited comment on GERONIMO-4709 at 8/11/09 12:59 AM:

[BUILD] trunk: Failed for Revision: 802999

2009-08-11 Thread gawor
Geronimo Revision: 802999 built with tests included See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811/build-0300.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811 [INFO] BUILD

[jira] Commented: (GERONIMO-4709) start-server's -j flag does not work

2009-08-11 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741781#action_12741781 ] Shawn Jiang commented on GERONIMO-4709: --- Thanks Vanessa, This should be documented

Multiple SharedLibs

2009-08-11 Thread vaughn_m
Hello - I am trying to create 4 different shared lib folders in different directories. I have read and tried to use the org.apache.geronimo.system.sharedlib.SharedLib gbean (the plan is below) in the various web apps that might use the specific directory. But this has been unsuccessful. If I

Re: Multiple SharedLibs

2009-08-11 Thread chi runhua
Try using the following plan for your web application: web-app xmlns=http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1; xmlns:sys=http://geronimo.apache.org/xml/ns/deployment-1.2 sys:environment sys:moduleId sys:groupIdcom.company.app/sys:groupId

Re: Multiple SharedLibs

2009-08-11 Thread vaughn_m
I have attempted your adjustments and have tried to deploy again without any luck. If you know of a working assembly using this technique, perhaps I can try it out. Let me know and thanks for your help. Vaughn RunHua Chi wrote: Try using the following plan for your web application:

[BUILD] trunk: Failed for Revision: 803082

2009-08-11 Thread gawor
Geronimo Revision: 803082 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811/build-0900.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811 [INFO] BUILD

Re: Multiple SharedLibs

2009-08-11 Thread David Jencks
The plan you show below should work if you include a dependency on the resulting plugin in your actual app. The difference between this and the technique Chi Runhua suggested is that with your separate plan your geronimo-home/var/app/lib jars will always be loaded in the applib

Re: Multiple SharedLibs

2009-08-11 Thread vaughn_m
When I tried the previous way I get class not found exceptions that relate to the classes in the targeted directory. I realize the repository is the best way to go however, I am deploying web apps that have several jars (20 or so) that need to be shared by several web apps. I have not had a

[jira] Closed: (GERONIMO-4786) Mulitple connections outside UserTransaction result in ManageConnection leak

2009-08-11 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-4786. -- Resolution: Fixed Several more commits and porting to txmanager trunk 2.1 by rev

[jira] Commented: (GERONIMO-4784) Problem with ActiveMQ, two connections/sessions, and UserTransaction

2009-08-11 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741969#action_12741969 ] David Jencks commented on GERONIMO-4784: The test is part of

Re: Multiple SharedLibs

2009-08-11 Thread David Jencks
On Aug 11, 2009, at 9:21 AM, vaughn_m wrote: When I tried the previous way I get class not found exceptions that relate to the classes in the targeted directory. I realize the repository is the best way to go however, I am deploying web apps that have several jars (20 or so) that need

[jira] Updated: (GERONIMO-4784) Problem with ActiveMQ, two connections/sessions, and UserTransaction

2009-08-11 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-4784: --- Attachment: GERONIMO-4784-workaround.patch GERONIMO-4784-testng.patch

[BUILD] trunk: Failed for Revision: 803238

2009-08-11 Thread gawor
Geronimo Revision: 803238 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811/build-1500.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811 [INFO] BUILD

Fwd: Sign up for ApacheCon US by 14 August and save up to $500!

2009-08-11 Thread Kevan Miller
All, FYI. --kevan Begin forwarded message: From: Sally Khudairi s...@apache.org Date: August 7, 2009 9:55:10 PM EDT To: annou...@apache.org, annou...@apachecon.com Subject: Sign up for ApacheCon US by 14 August and save up to $500! Reply-To: planners-2009...@apachecon.com Reply-To:

[jira] Closed: (GERONIMO-4763) i18n properties files should be converted to ascii at build time.

2009-08-11 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-4763. -- Resolution: Fixed I added a profile activated by the tools.jar file that includes the

[Doubts] X509 Signing

2009-08-11 Thread rahul.soa
Hello Jarek, I hope you are doing well. Presently, I am setting the signing at client side, I have a couple of doubts. I think, I can do something similar in the CXFPortMethodInterceptor String signatureKeyIdentifier = (String) properties.get(signatureKeyIdentifier); String user = (String)

[jira] Commented: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

2009-08-11 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742174#action_12742174 ] Delos Dai commented on GERONIMODEVTOOLS-255: revision 803345 for

[jira] Resolved: (GERONIMODEVTOOLS-255) Can deploy and EAR file from the admin console without an application.xml file, but fails from the Eclipse plugin

2009-08-11 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Delos Dai resolved GERONIMODEVTOOLS-255. Resolution: Fixed Fix Version/s: 2.1.5 Can deploy and EAR file

[BUILD] trunk: Failed for Revision: 803334

2009-08-11 Thread gawor
Geronimo Revision: 803334 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811/build-2100.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090811 [INFO] BUILD