Re: build failed Sat Oct 30 21:07:56 PDT 2004

2004-10-31 Thread David Jencks
This appears to be a permission problem with jar:deploy?? david jencks On Oct 30, 2004, at 9:07 PM, David Blevins wrote: ==[SUMMARY] BUILD FAILED ==[UPDATED] megabuild-20041030-2047.logmaven-info-1099195675.txt

[jira] Commented: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-31 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-407?page=comments#action_54844 ] Alan Cabrera commented on GERONIMO-407: --- Done SocketProtocolStressTest fails --- Key: GERONIMO-407 URL:

[jira] Updated: (GERONIMO-408) TM and active mark: Testing Build fails with InvalidConfigException caused by: org.objectweb.howl.log.LogClosedException

2004-10-31 Thread Ralf Barkow (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-408?page=history ] Ralf Barkow updated GERONIMO-408: - Summary: TM and active mark: Testing Build fails with InvalidConfigException caused by: org.objectweb.howl.log.LogClosedException (was: Testing

Re: [jira] Commented: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-31 Thread Ralf Barkow
Thanks Alan for applying the patch! Cheers, -- Ralf

RE: [jira] Commented: (GERONIMO-407) SocketProtocolStressTest fails

2004-10-31 Thread Alan D. Cabrera
No problemo. What you said made sense. Thanks for sticking with it. Regards, Alan -Original Message- From: Ralf Barkow [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 7:49 AM To: Alan Cabrera (JIRA) Subject: Re: [jira] Commented: (GERONIMO-407) SocketProtocolStressTest

RE: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos)

2004-10-31 Thread Alan D. Cabrera
-Original Message- From: Bo Friis [mailto:[EMAIL PROTECTED] Sent: Saturday, October 30, 2004 10:25 PM To: [EMAIL PROTECTED] Subject: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos) As I see it and correct me if im wrong, its not possible

[jira] Commented: (GERONIMO-373) Percolate errors from SocketProtocol up the stack

2004-10-31 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-373?page=comments#action_54847 ] Alan Cabrera commented on GERONIMO-373: --- Some good stuff is in here. I'll start putting it in. Percolate errors from SocketProtocol up the stack

Re[2]: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos)

2004-10-31 Thread Jens Bo Friis
Hi Alan, -Original Message- From: Bo Friis [mailto:[EMAIL PROTECTED] Sent: Saturday, October 30, 2004 10:25 PM To: [EMAIL PROTECTED] Subject: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos) As I see it and correct me if im wrong, its not

One more build issue

2004-10-31 Thread Sandip Ghayal
Any clues/ideas ? Following is the log. I am not so familiar with maven but what I understand is geronimo-kernel-version is some how not defined. Any ideas ? F:\geronimomaven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0

Weird build errors on SuSE 9.2

2004-10-31 Thread Aaron Mulder
FYI, I have upgraded my Linux machines to SuSE 9.2 (SuSE kernel 2.6.8-24.3). On one of them, with JDK 1.4, during an m:rebuild-all, I got a JDK crash in an NIO accept() in the unit tests in our remoting stuff. I got that a few times in a row, then a while later got a test failure

Re: Weird build errors on SuSE 9.2

2004-10-31 Thread Jeremy Boynes
Can you add these configs to the Known(not)Working page on the wiki. Aaron Mulder wrote: FYI, I have upgraded my Linux machines to SuSE 9.2 (SuSE kernel 2.6.8-24.3). On one of them, with JDK 1.4, during an m:rebuild-all, I got a JDK crash in an NIO accept() in the unit tests in our remoting

[jira] Created: (GERONIMO-409) SQLSecurityRealm/SQLLoginModule needs overhaul

2004-10-31 Thread Aaron Mulder (JIRA)
SQLSecurityRealm/SQLLoginModule needs overhaul -- Key: GERONIMO-409 URL: http://issues.apache.org/jira/browse/GERONIMO-409 Project: Apache Geronimo Type: Bug Components: security Versions: 1.0-M2 Reporter:

[jira] Created: (GERONIMO-410) Revise SecurityRealm getUserPrincipals/getGroupPrincipals

2004-10-31 Thread Aaron Mulder (JIRA)
Revise SecurityRealm getUserPrincipals/getGroupPrincipals - Key: GERONIMO-410 URL: http://issues.apache.org/jira/browse/GERONIMO-410 Project: Apache Geronimo Type: Improvement Components: security

Re: Weird build errors on SuSE 9.2

2004-10-31 Thread Aaron Mulder
Now I'm having trouble under 1.5 too, on my laptop. Looking at a thread dump, it seems like the SO_TIMEOUT is ignored, and also interrupting a thread in a ServerSocketChannel blocking accept doesn't have any effect at all. Aaron -- This class hangs when run: public class Temp

Re: Weird build errors on SuSE 9.2

2004-10-31 Thread Craig Johannsen
Hi Aaron, ssc.socket().accept() throws a SocketTimeoutException, while ssc.accept() does not. One would think that they would have identical behaviour, but apparently not. Here's an example where the socket timeout works with both JDK 1.4.2_03 and JDK 1.5. Cheers, Craig import

[jira] Updated: (GERONIMO-408) TM and active mark: Testing Build fails with InvalidConfigException caused by: org.objectweb.howl.log.LogClosedException

2004-10-31 Thread Ralf Barkow (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-408?page=history ] Ralf Barkow updated GERONIMO-408: - Attachment: geronimo-transaction_test-reports_errors.zip A 'maven rebuild' in ~/geronimo/modules/transaction failed cause of test failures (see

Re: Weird build errors on SuSE 9.2

2004-10-31 Thread Aaron Mulder
Alright, the saga continues. Erin tried my test on SuSE 9.1, and that has the accept problem too, so it seems that it's nothing new. If I run maven -o clean maven -o from the modules/remoting directory, then the test runs fine. If I write a little test case, including that