Ralf Barkow (JIRA | 1 Jan 2005 18:11
Picon
Favicon

[jira] Updated: (GERONIMO-538) Test failures in the security module

     [ http://issues.apache.org/jira/browse/GERONIMO-538?page=history ]

Ralf Barkow updated GERONIMO-538:
---------------------------------

    Attachment: TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt

Attached the test report of TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt

> Test failures in the security module
> ------------------------------------
>
>          Key: GERONIMO-538
>          URL: http://issues.apache.org/jira/browse/GERONIMO-538
>      Project: Apache Geronimo
>         Type: Bug
>   Components: buildsystem, security
>     Versions: 1.0-M4
>  Environment: Microsoft Windows 2000 [Version 5.00.2195] SP4 DE
> Maven v. 1.0.1
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
> Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
>     Reporter: Ralf Barkow
>     Priority: Minor
>  Attachments: TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt
>
> The following three unit tests are constantly failing in my environment :-
> - org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest 
> - org.apache.geronimo.security.jaas.LoginKerberosTest
(Continue reading)

Ralf Barkow (JIRA | 1 Jan 2005 18:11
Picon
Favicon

[jira] Created: (GERONIMO-538) Test failures in the security module

Test failures in the security module
------------------------------------

         Key: GERONIMO-538
         URL: http://issues.apache.org/jira/browse/GERONIMO-538
     Project: Apache Geronimo
        Type: Bug
  Components: buildsystem, security  
    Versions: 1.0-M4    
 Environment: Microsoft Windows 2000 [Version 5.00.2195] SP4 DE

Maven v. 1.0.1

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)

    Reporter: Ralf Barkow
    Priority: Minor
 Attachments: TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt

The following three unit tests are constantly failing in my environment :-
- org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest 
- org.apache.geronimo.security.jaas.LoginKerberosTest
- org.apache.geronimo.security.jaas.TimeoutTest

Test-reports :-
- TEST-org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest.txt 

and 
(Continue reading)

Dain Sundstrom | 1 Jan 2005 20:16

org.apache.geronimo.security.jaas.TimeoutTest Failed

Anyone else getting this?

Testsuite: org.apache.geronimo.security.jaas.TimeoutTest
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 5.466 sec

Testcase:  
testTimeout(org.apache.geronimo.security.jaas.TimeoutTest):	FAILED
expected non-null server subject
junit.framework.AssertionFailedError: expected non-null server subject
	at  
org.apache.geronimo.security.jaas.TimeoutTest.testTimeout(TimeoutTest.ja 
va:173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav 
a:39)
	at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26

Ralf Barkow (JIRA | 1 Jan 2005 20:42
Picon
Favicon

[jira] Commented: (GERONIMO-538) Test failures in the security module

     [ http://issues.apache.org/jira/browse/GERONIMO-538?page=comments#action_57160 ]

Ralf Barkow commented on GERONIMO-538:
--------------------------------------

Just double-checked the failing tests in Eclipse v3.0.1 with j2re1.4.2_05. One passed, the other two
failed again; Trace see below.

(1) LoginKerberosNonGeronimoTest passed.  

(2) LoginKerberosTest failed / Trace:

java.lang.SecurityException: Anmeldekonfiguration kann nicht gefunden werden.
	at com.sun.security.auth.login.ConfigFile.<init>(Unknown Source)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at javax.security.auth.login.Configuration$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.login.Configuration.getConfiguration(Unknown Source)
	at javax.security.auth.login.LoginContext$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.login.LoginContext.init(Unknown Source)
	at javax.security.auth.login.LoginContext.<init>(Unknown Source)
	at org.apache.geronimo.security.jaas.LoginKerberosTest.testLogin(LoginKerberosTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
(Continue reading)

Azfar Kazmi | 2 Jan 2005 00:43
Picon

Re: org.apache.geronimo.security.jaas.TimeoutTest Failed

I don't.

Testsuite: org.apache.geronimo.security.jaas.TimeoutTest
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.406 sec

On Sat, 1 Jan 2005 11:16:13 -0800, Dain Sundstrom
<dsundstrom@...> wrote:
> Anyone else getting this?
> 
> Testsuite: org.apache.geronimo.security.jaas.TimeoutTest
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 5.466 sec
> 
> Testcase:
> testTimeout(org.apache.geronimo.security.jaas.TimeoutTest):     FAILED
> expected non-null server subject
> junit.framework.AssertionFailedError: expected non-null server subject
>         at
> org.apache.geronimo.security.jaas.TimeoutTest.testTimeout(TimeoutTest.ja
> va:173)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> 
> -dain
> 
> --
(Continue reading)

Alan D. Cabrera | 2 Jan 2005 14:38
Gravatar

RE: org.apache.geronimo.security.jaas.TimeoutTest Failed

I noticed that the whole test took over 5 seconds.  This used to be a
problem with an earlier version.  Have you updated lately?

Regards,
Alan

> -----Original Message-----
> From: Dain Sundstrom [mailto:dsundstrom@...]
> Sent: Saturday, January 01, 2005 2:16 PM
> To: dev@...
> Subject: org.apache.geronimo.security.jaas.TimeoutTest Failed
> 
> Anyone else getting this?
> 
> Testsuite: org.apache.geronimo.security.jaas.TimeoutTest
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 5.466 sec
> 
> Testcase:
> testTimeout(org.apache.geronimo.security.jaas.TimeoutTest):	FAILED
> expected non-null server subject
> junit.framework.AssertionFailedError: expected non-null server subject
> 	at
>
org.apache.geronimo.security.jaas.TimeoutTest.testTimeout(TimeoutTest.ja
> va:173)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
(Continue reading)

Alan Cabrera (JIRA | 2 Jan 2005 14:51
Picon
Favicon

[jira] Assigned: (GERONIMO-538) Test failures in the security module

     [ http://issues.apache.org/jira/browse/GERONIMO-538?page=history ]

Alan Cabrera reassigned GERONIMO-538:
-------------------------------------

    Assign To: Alan Cabrera

> Test failures in the security module
> ------------------------------------
>
>          Key: GERONIMO-538
>          URL: http://issues.apache.org/jira/browse/GERONIMO-538
>      Project: Apache Geronimo
>         Type: Bug
>   Components: buildsystem, security
>     Versions: 1.0-M4
>  Environment: Microsoft Windows 2000 [Version 5.00.2195] SP4 DE
> Maven v. 1.0.1
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
> Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
>     Reporter: Ralf Barkow
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt
>
> The following three unit tests are constantly failing in my environment :-
> - org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest 
> - org.apache.geronimo.security.jaas.LoginKerberosTest
> - org.apache.geronimo.security.jaas.TimeoutTest
(Continue reading)

Alan Cabrera (JIRA | 2 Jan 2005 14:51
Picon
Favicon

[jira] Commented: (GERONIMO-538) Test failures in the security module

     [ http://issues.apache.org/jira/browse/GERONIMO-538?page=comments#action_57170 ]

Alan Cabrera commented on GERONIMO-538:
---------------------------------------

The timeout test takes over 25s.  This is quite extreme.  What kind of hardware are you running on?

Is this the latest code?

> Test failures in the security module
> ------------------------------------
>
>          Key: GERONIMO-538
>          URL: http://issues.apache.org/jira/browse/GERONIMO-538
>      Project: Apache Geronimo
>         Type: Bug
>   Components: buildsystem, security
>     Versions: 1.0-M4
>  Environment: Microsoft Windows 2000 [Version 5.00.2195] SP4 DE
> Maven v. 1.0.1
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
> Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
>     Reporter: Ralf Barkow
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: TEST-org.apache.geronimo.security.jaas.TimeoutTest.txt
>
> The following three unit tests are constantly failing in my environment :-
> - org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest 
(Continue reading)

Peter Nabbefeld | 2 Jan 2005 16:07
Picon
Picon

Source incomplete


Hello,

I've downloaded 1.0-M3 source code (.tar.gz) - it does only contain the 
applications source code :-o

Kind regards

Peter Nabbefeld

Dain Sundstrom | 2 Jan 2005 20:39

Re: org.apache.geronimo.security.jaas.TimeoutTest Failed

Yes.  I updated before running the test and just checked again.   
Remember I'm on an apple and the java.net code on apple is 10x slower  
than every other platform.

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26

On Jan 2, 2005, at 5:38 AM, Alan D. Cabrera wrote:

> I noticed that the whole test took over 5 seconds.  This used to be a
> problem with an earlier version.  Have you updated lately?
>
>
> Regards,
> Alan
>
>> -----Original Message-----
>> From: Dain Sundstrom [mailto:dsundstrom@...]
>> Sent: Saturday, January 01, 2005 2:16 PM
>> To: dev@...
>> Subject: org.apache.geronimo.security.jaas.TimeoutTest Failed
>>
>> Anyone else getting this?
>>
>> Testsuite: org.apache.geronimo.security.jaas.TimeoutTest
(Continue reading)


Gmane