Jody Garnett ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10239?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 ) GEOS-10239 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10239?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 ) LDAPRoleServiceTest is being unnecessarily verbose ( 
https://osgeo-org.atlassian.net/browse/GEOS-10239?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.21-RC Assignee: Unassigned Components: 
Security Created: 18/Sep/21 1:48 AM Priority: Medium Reporter: Jody Garnett ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae422bb7f-4808-47e3-837f-13db0e6681e3
 )

This test is being unnecessarily verbose:

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 s 
- in org.geoserver.security.ldap.LDAPRoleServiceTest$LDAPRoleServiceLdiff4Test
[INFO] Running 
org.geoserver.security.ldap.LDAPRoleServiceTest$LDAPRoleServiceLdiffTest
17 Sep 15:51:37 WARN [core.DefaultDirectoryService] - ApacheDS shutdown hook 
has NOT been registered with the runtime.  This default setting for standalone 
operation has been overriden.
17 Sep 15:51:37 WARN [core.DefaultDirectoryService] - You didn't change the 
admin password of directory service instance 'myDS'.  Please update the admin 
password as soon as possible to prevent a possible security breach.
17 Sep 15:51:37 WARN [entry.DefaultAttribute] - ERR_04486_VALUE_ALREADY_EXISTS 
The value 'tlsKeyInfo' already exists in the attribute (objectClass)
17 Sep 15:51:37 WARN [entry.DefaultAttribute] - ERR_04486_VALUE_ALREADY_EXISTS 
The value 'inetOrgPerson' already exists in the attribute (objectClass)
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:37 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [context.FilteringOperationContext] - Requested attribute 
javaRemoteLocation does not exist in the schema, it will be ignored
17 Sep 15:51:38 WARN [ldap.LdapProtocolHandler] - Unexpected exception forcing 
session to close: sending disconnect notice to client.
org.apache.mina.core.write.WriteToClosedSessionException
        at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.clearWriteRequestQueue(AbstractPollingIoProcessor.java:633)
        at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.removeNow(AbstractPollingIoProcessor.java:576)
        at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.removeSessions(AbstractPollingIoProcessor.java:544)
        at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$800(AbstractPollingIoProcessor.java:68)
        at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1128)
        at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

( 
https://osgeo-org.atlassian.net/browse/GEOS-10239#add-comment?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10239#add-comment?atlOrigin=eyJpIjoiMjBhYmVjMjIxYWM5NDM1NGE3MzU2OTg5MzcwNmIxNjQiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100177- 
sha1:149c709 )
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to